Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Henrik Schmidt
Hi, I succeeded by replacing the virt_rdf4j.jar Version 2.1.4 [Build 1.2] which I downloaded as explained here : https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSesame2HttpRepository I instead downloaded and extracted rdf4j_virtuoso.zip as explained here

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Hugh Williams
Hi Henrik, That is true, the sources are included as well such that gradle can recompile if need be, but a compiled jar is provided also, so this is not necessary unless the sources are changed. Anyway the source files have also been updated and the zip file replaced ... Best Regards Hugh

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Henrik Schmidt
Hi Hugh are you sure “rdf4j_virtuoso.zip” is not building it ? I can delete virt_rdf4j.jar and when executing ./gradlew clean Build -x test afterwards I get a new file with the current date stamp. The source is also included in the zip archive. So either it is downloading it or building it

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Hugh Williams
Hi Henrik, The “rdf4j_virtuoso.zip” does not compile the virt_rdf4j.jar provider which is included as a prebuilt jar ... It appears the the Version 2.1.4 [Build 1.2] jar is problematic as when I used that one I got the error you report. There is a later build: De-iMac:rdf4j hwilliams$ java