Thanks Paolo, yes that was the problem, changing the class path fixed things for me
Rob ________________________________________ From: Paolo Castagna [[email protected]] Sent: 19 March 2012 21:29 To: [email protected] Subject: Re: Trouble with scripts on OS X Paolo Castagna wrote: > Here is a message where I was having probably exactly your problem: > http://markmail.org/message/yxxofyp6h5cpwmdx See also: http://markmail.org/thread/uiql6rqkee3fv6tg > See: > http://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk/bin/make_classpath_mvn > > My proposal is to: > - CP="$DIRROOT/classes${CP}" > + CP="$DIRROOT/target/classes${CP}" If this works for you (it works for me), we can do this. This way, people can checkout stuff, mvn package it, set {ARQ|TDB}ROOT and run the scripts, directly from trunk. No need to compile stuff from Eclipse. Paolo
