Hello everybody,

Im trying to
-add larq to fuseki,
-then from command line, build an lucene index for my dataset.

..using jena-fuseki-0.2.2-incubating-20120329.050912-8-distribution
and TDB 0.8.10.

Installed larq and fuseki via svn and maven, and added the patch to
fuseki like so
https://issues.apache.org/jira/browse/JENA-63?focusedCommentId=13151908&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13151908

on the fuseki package build (mvn clean package) an error occurs:
----start----
Caused by:
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
Missing:
1) org.apache.jena:jena-larq:jar:${ver.larq}
..
  Path to dependency:
        1) org.apache.jena:jena-fuseki:jar:0.2.2-incubating-SNAPSHOT
        2) org.apache.jena:jena-larq:jar:${ver.larq}
----end----
How do I resolve this?
While Im asking about dependencies....

I packaged LARQ with
mvn package
The README in the larq folder instructs me to
------start-----
To package LARQ and use the larq.larqbuilder and larq.larq commands run:

  mvn package -Pjar-with-dependencies
----end--
I not sure how to use this Option (-P,--activate-profiles)? and give the
dependencies..

When in the end hopefuly everything works, I hope this to build the
index for my dataset..
java -cp .:target/jena-larq-1.0.1-incubating-SNAPSHOT.jar
larq.larqbuilder --larq=/home/peter/workspace/fuseki/larq-index
--desc=/home/peter/workspace/fuseki/config-tdb.ttl
Am I doing this right?

Regards
Peter

Reply via email to