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
