Thanks,
I had meant to place a warning on the test that it may fail in gump.

Peter

[EMAIL PROTECTED] wrote:

bodewig     2004/12/13 02:11:31

Modified: . build.xml
Log:
Temporarily skip test that fail in Gump because of a Gump bug
Revision Changes Path
1.444 +8 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -r1.443 -r1.444
--- build.xml 7 Dec 2004 09:10:39 -0000 1.443
+++ build.xml 13 Dec 2004 10:11:31 -0000 1.444
@@ -588,6 +588,10 @@
<available property="jsch.present"
classname="com.jcraft.jsch.Session"
classpathref="classpath"/>
+
+ <condition property="running.in.gump">
+ <isset property="gump.merge"/>
+ </condition>
</target>
@@ -1599,6 +1603,10 @@
<!-- test needs special setup -->
<exclude name="${optional.package}/ssh/ScpTest.java"/>
+
+ <!-- test fails in Gump -->
+ <exclude name="${ant.package}/util/ClasspathUtilsTest.java"
+ if="running.in.gump"/>
</fileset>
</batchtest>
</junit>


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







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



Reply via email to