jhm 2004/02/26 08:35:26
Modified: . build.xml
Log:
Exclude ProjectTest from being executed (hopefully :), because of
testDuplicateTarget.
Revision Changes Path
1.411 +7 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- build.xml 23 Feb 2004 14:14:36 -0000 1.410
+++ build.xml 26 Feb 2004 16:35:26 -0000 1.411
@@ -329,6 +329,13 @@
<patternset id="teststhatfail">
<exclude name="${optional.package}/BeanShellScriptTest.java"/>
<exclude name="${optional.package}/jdepend/JDependTest.java"/>
+ <!-- The org.apache.tools.ant.ProjectTest.testDuplicateTargets fails.
+ This is a known problem. It was noticed that duplicate targets were
+ not detected in ant 1.6.*, so a test was put in. But no code was put in
+ to fix the problem!
+ see http://marc.theaimsgroup.com/?l=ant-dev&m=107756336622453&w=2
+ -->
+ <exclude name="${ant.package}/ProjectTest.java"/>
</patternset>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]