Dave Reynolds wrote:
On Thu, 2011-09-08 at 17:13 +0100, Chris Clarke wrote:
Hi all,
I'm struggling to get fuseki to start and read config from a configuration file
(as documented at http://openjena.org/wiki/Fuseki#Running_a_Fuseki_Server and
http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File)
I'm doing:
$ svn co http://jena.svn.sourceforge.net/svnroot/jena/Fuseki/trunk fuseki
Fuseki, like all the Jena modules, is now maintained in the Apache
infrastructure:
https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki
By the way, this happened to me as well a couple of times (browsers cache URLs).
Maybe we could delete stuff in SourceForge (history will remain anyway) and
replace it with just a README.txt file with the message "moved here...".
This is what I usually do (for example: https://github.com/castagna/LARQ) to
avoid these problems. History is always there:
https://github.com/castagna/LARQ/commits/master
Paolo
Or you could use snapshot jar, it is possible to download that from:
http://openjena.org/repo-dev/org/openjena/fuseki/0.2.1-SNAPSHOT/
without having to use Maven :)
Dave