RDF2Go/Building From Source
From semanticweb.org
Revision as of 19:24, 14 April 2012 by Roland Stühmer (Talk | contribs)
RDF2Go (as well as RDFReactor) use Maven for building from source.
Once Maven is installed (and on the path) go
svn checkout http://semweb4j.googlecode.com/svn/trunk/
cd org.semweb4j.rdf2go.dist
and type
mvn install
It will run the JUnit tests, compile the code, package as a jar and put the result in the /target folder.