Yesterday I started working on getting a fuseki 1.0.0-SNAPSHOT with SDB that could be used for connecting to a VIVO instance.
I had previously done this with the 0.2.6 version of fuseki just be creating a "lib" directory in the fuseki distribution, copying the additional dependency libraries (SDB, mysql jdbc driver, etc) into that directory and then constructed a CLASSPATH with all of those libraries (plus fuseki-server.jar). When I do the same thing with the 1.0.0-SNAPSHOT version, and try to start up fuseki it doesn't seem to find the SDB class. Is the 1.0.0-SNAPSHOT version doing something weird with the CLASSPATH?
