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
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 :)
Chris knows already how to use Maven (and typing mvn package, when everything
works out of the box is not that bad)!
Being able to: checkout, test, package and run quickly and easily is quite
useful. I can also pass patches to Chris for him to try, so he can: checkout,
patch, test, package and run Fuseki himself.
For example, a thing we like (and need) is LARQ (which still is not into
Fuseki as something easy to use). My fault, it will get fixed:
https://issues.apache.org/jira/browse/JENA-63
Inviting others to checkout trunk and package stuff themselves, if they want
to, is good since they can "experience" and learn how to compile and test
the software (and this the first step if they want to start looking at source
and/or submit small bug fixes or patches.
Of course, Chris knows he is on the bleeding edge when he checks out stuff
from trunk.
Chris, welcome on the jena-users mailing list.
Paolo
Dave