Hi all,
I'm having a problem building ServletApi-4 and JUnit. I'm using cygwin and
the unix build of gump, when ant is called this is the instruction...
eval "java
org.apache.tools.ant.Main -Dbuild.sysclasspath=only -Ddist=/home/john/Reposi
tories/external/projects/dist/junit $TARGET $OUT 2>&1"
which Javac interprets as d:\home\john... rather than
eval "java
org.apache.tools.ant.Main -Dbuild.sysclasspath=only -Ddist=d:/wrkfile/Reposi
tories/external/projects/dist/junit $TARGET $OUT 2>&1"
I've looked at how this is done in the projects xml (it's a property) and
have been unable to come up with a satisfactory method of passing this
through cygpath as I can't think of a way of identifing this as a path. Any
ideas? I could check for dist. Is this constant enough?
J.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]