Hello all. I started working with SDB in order to add support for AWS
Redshift. However, I am running into a problem that implies I missing
something basic.
I followed the instructions to setup the command line tools, but they bomb
on an unmet dependency: arq.cmdline.CmdMain.
bin/sdbconfig --sdb=sdb-redshift.ttl --create
Exception in thread "main" java.lang.NoClassDefFoundError:
arq/cmdline/CmdGeneral
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
blah blah ;)
I have been working with jena-sdb-1.3.5 and the SVN head of 1.3.6. Now
looking in the source tree, I don't see the arq namespace.
What the am missing?
Thanks,
Dom