bodewig 2005/03/09 01:25:53 Modified: . build.xml Log: ClasspathUtilsTest fails for junit.fork=true as well Revision Changes Path 1.461 +3 -6 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.460 retrieving revision 1.461 diff -u -r1.460 -r1.461 --- build.xml 7 Mar 2005 17:02:46 -0000 1.460 +++ build.xml 9 Mar 2005 09:25:52 -0000 1.461 @@ -597,10 +597,6 @@ classname="com.jcraft.jsch.Session" classpathref="classpath"/> - <condition property="running.in.gump"> - <isset property="gump.merge"/> - </condition> - <condition property="build.compiler" value="classic"> <not> <isset property="jdk1.3+"/> @@ -1643,9 +1639,10 @@ <!-- test needs special setup --> <exclude name="${optional.package}/ssh/ScpTest.java"/> - <!-- test fails in Gump --> + <!-- test fails if build/classes and ant.jar are using the same + classloader --> <exclude name="${ant.package}/util/ClasspathUtilsTest.java" - if="running.in.gump"/> + if="tests.and.ant.share.classloader"/> </fileset> </batchtest> </junit>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]