There seems to be a problem building junit fully at the moment (testing 
it actually).

http://jakarta.apache.org/builds/gump/latest/junit.html

It's a silent failure because the junit build file does not use the 
failonerror attribute when running its test with <java>. Anyway, I think 
the problem is actually in gump. When I run gump locally, it seems to 
generate a strange value for the dist property

My workspace basedir is /home/conor/gumprun/ant

------------
export CLASSPATH=$CLASSPATH:/home/conor/gumprun/ant/junit/tests/test.jar
export 
CLASSPATH=$CLASSPATH:/home/conor/gumprun/ant/jakarta-ant/bootstrap/lib/ant.jar
export 
CLASSPATH=$CLASSPATH:/home/conor/gumprun/ant/xml-xerces2/java/build/xercesImpl.jar
export 
CLASSPATH=$CLASSPATH:/home/conor/gumprun/ant/xml-xerces2/java/build/xmlParserAPIs.jar
if test "$STATUS" = "SUCCESS"; then \
eval "java org.apache.tools.ant.Main -Dbuild.sysclasspath=only 
-Ddist=/home/conor/gumprun/ant/dist/junit $TARGET $OUT 2>&1"
test $? -ge 1 && export STATUS="FAILED"
------------------

I'm still getting up to speed on Gump and I haven't tracked down the 
cause yet. I'm off to bed right now so I thought someone else may be 
able to track it down.

Conor


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to