Browse Source

Put JspcTest at the end to ensure we run all other tests in Gump.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273192 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
dca8d020b7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      build.xml

+ 3
- 3
build.xml View File

@@ -1337,9 +1337,8 @@
<exclude name="${util.package}/DateUtilsTest.java" <exclude name="${util.package}/DateUtilsTest.java"
unless="jdk1.2+" /> unless="jdk1.2+" />


<exclude name="${optional.package}/JspcTest.java" />
<!-- misc oneoff tests --> <!-- misc oneoff tests -->
<exclude name="${optional.package}/JspcTest.java"
unless="jasper.present" />
<exclude name="${optional.package}/WsdlToDotnetTest.java" <exclude name="${optional.package}/WsdlToDotnetTest.java"
unless="dotnetapps.found" /> unless="dotnetapps.found" />


@@ -1363,7 +1362,8 @@


</fileset> </fileset>
</batchtest> </batchtest>

<test name="org.apache.tools.ant.taskdefs.optional.JspcTest"
if="jasper.present" />
</junit> </junit>
</target> </target>




Loading…
Cancel
Save