You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/08/05 10:31:28 UTC

cvs commit: jakarta-ant build.xml

bodewig     2002/08/05 01:31:28

  Modified:    .        Tag: ANT_15_BRANCH build.xml
  Log:
  Put JspcTest at the end to ensure we can run all other tests in Gump.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.304.2.28 +3 -3      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.304.2.27
  retrieving revision 1.304.2.28
  diff -u -r1.304.2.27 -r1.304.2.28
  --- build.xml	12 Jul 2002 10:39:20 -0000	1.304.2.27
  +++ build.xml	5 Aug 2002 08:31:28 -0000	1.304.2.28
  @@ -1326,9 +1326,8 @@
             <exclude name="${util.package}/DateUtilsTest.java"
                      unless="jdk1.2+" />
   
  +          <exclude name="${optional.package}/JspcTest.java" />
             <!-- misc oneoff tests -->
  -          <exclude name="${optional.package}/JspcTest.java"
  -                   unless="jasper.present" />
             <exclude name="${optional.package}/WsdlToDotnetTest.java"
                      unless="dotnetapps.found" />
   
  @@ -1352,7 +1351,8 @@
   
           </fileset>
         </batchtest>
  -
  +      <test name="org.apache.tools.ant.taskdefs.optional.JspcTest"
  +            if="jasper.present" />
       </junit>
     </target>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>