Hello!

I have svn co https://svn.apache.org/repos/asf/jena/trunk

JENA_HOME="/usr/lib/jena/trunk/apache-jena"

and I'm trying to build apache-jena from

/usr/lib/jena/trunk/apache-jena$

I do:

mvn install

I get the following:

[INFO] Reading assembly descriptor: assembly-jena-zip.xml
[WARNING] Cannot include project artifact: org.apache.jena:apache-jena:pom:2.10.0-SNAPSHOT; it doesn't have an associated file or directory.

Even though build is successful. Full output at [1].

When I run:

/usr/lib/jena/trunk/apache-jena/bin/tdbloader

I get:

Error: Could not find or load main class tdb.tdbloader

So, when I look at /usr/lib/jena/trunk/apache-jena, I noticed that the lib directory is not created and missing the jars.

What did I miss? I have apache-jena on my local machine and I suppose it created the libs at some point in the past. I can't remember if I did this differently.


And.. so I tried the old fashion way with jena-tdb where TDBROOT is set to:

/usr/lib/jena/trunk/jena-tdb

Then I ran

$ bin/tdbloader
Can't open /usr/lib/jena/trunk/jena-tdb/.classpath: No such file or directory. Exception in thread "main" java.lang.NoClassDefFoundError: arq/cmdline/CmdARQ
...

That'd be my preferred way (as opposed to apache-jena), however:

It appears to be that I always run into path issues when I upgrade stuff.

I still find the most reliable way to set up TDB/Fuseki is co jena-fuseki. However, I'd like to move away from that in order to give more memory to TDB and just use it for Fuseki.

As always, any direction is much appreciated

[1] https://gist.github.com/4708357

-Sarven
http://csarven.ca/#i

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to