Hi Paolo, > svn co https://svn.apache.org/repos/asf/jena/Jena2/Fuseki/trunk/ fuseki > cd fuseki > wget > https://issues.apache.org/jira/secure/attachment/12525638/JENA-63-Fuseki-r1334045.patch > patch -p0 < JENA-63-Fuseki-r1334045.patch > mvn dependency:tree > > In the output of mvn dependency:tree do you see the following two lines? > > [INFO] +- org.apache.jena:jena-larq:jar:1.0.0-incubating:compile > [INFO] | \- org.apache.lucene:lucene-core:jar:3.5.0:compile Just the first line, lucene is still missing. The complete output of dependency:tree http://pastebin.com/nhGKyEdF > Another check, after you run: > mvn package > Please, double check if the Directory.class is in your Fuseki jar, running: > jar -ft target/jena-fuseki-0.2.2-incubating-SNAPSHOT-server.jar | grep > Directory Two results: org/apache/html/dom/HTMLDirectoryElementImpl.class org/w3c/dom/html/HTMLDirectoryElement.class > org/apache/lucene/store/Directory.class is not included.
Regards Peter
