Hi, I'd like to get Fuseki and LARQ running. Below is where I'm at. Any help would be great:
I use https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk and it sits at /usr/lib/fuseki I have http://ftp.heanet.ie/mirrors/www.apache.org/dist//lucene/java/3.2.0/lucene-3.2.0.tgz at /usr/lib/lucene/ I've applied https://issues.apache.org/jira/secure/attachment/12478735/JENA-63_Fuseki_r8810.patch My /usr/lib/fuseki/pom.xml is http://pastebin.com/Cpaz75ai My /usr/lib/fuseki/tdb2.ttl is http://pastebin.com/SXv5LWEn When I run $java -cp target/fuseki-0.2.1-SNAPSHOT-sys.jar larq.larqbuilder --allow-duplicates --larq=/usr/lib/lucene/index/ --desc=/usr/lib/fuseki/tdb2.ttl I get http://pastebin.com/JQPqsPtH -Sarven
