From: Tim P. <tim...@ou...> - 2009-06-26 14:14:33
|
Hi, Not sure if anyone else is using maven but I have deployed the jar, source and tests for jena2 version 2.5.6 to http://paneris.net/maven2/ this enables a you to get the sources code inside an IDE such as eclipse. The central maven repository does not contain the source or test jars. What I did was to checkout to tag Jena2_2-5_6. Move source files into src/main/java, src/test/java mv src/test/java/com/hp/hpl/jena/graph/test/NodeCreateUtils.java src/main/java/com/hp/hpl/jena/graph/test/ Edit src/main/java/com/hp/hpl/jena/ontology/OntTools.java to remove reference to test package. Comment out arq tests Modify pom from current jena2 to revert dependencies to those in lib directory and deployed. hope this helps Tim |