On 21/02/12 11:00, Paolo Castagna wrote:
Hi Andy,
thanks for your reply.
Andy Seaborne wrote:
On 21/02/12 07:37, Paolo Castagna wrote:
Hi,
I sometimes use ARQ|TDB|Jena command line programs directly from 'trunk'
and/or scripts which checkout the sources and package it via mvn package.
I think we might have a small issue in ARQ's bin/make_classpath_mvn:
Index: bin/make_classpath_mvn
===================================================================
--- bin/make_classpath_mvn (revision 1291625)
+++ bin/make_classpath_mvn (working copy)
@@ -17,6 +17,6 @@
CP="$CP:$M2_REPO$x"
done
-CP="$DIRROOT/classes$CP"
+CP="$DIRROOT/target/classes$CP"
Add both (with tests for existence)
echo "$CP"
If you are ok with it, I'll commit this change and check the other
modules.
Thanks,
Paolo
PS:
I am not 100% sure why there is a $DIRROOT/classes in make_classpath_mvn,
maybe there is a good reason and I don't know it.
Eclipse compiling to a different area.
Yes. I got that, but why should make_classpath_mvn use the Eclipse classes?
Something somewhere has to decide what to do.
This is the development system and the scripts are not the scripts
shipped in apache-jena-VER.
The script needs to cope with both, either in the order classes/
target/classes or to test for one and then decide what to do. Or test
for newest.
You're welcome to improve on the situation.
Andy
Paolo
Andy