mbenson     2005/03/23 09:44:06

  Modified:    .        build.xml
  Log:
  Heard no objections; add includetests property to narrow the batchtest.
  
  Revision  Changes    Path
  1.465     +3 -2      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.464
  retrieving revision 1.465
  diff -u -r1.464 -r1.465
  --- build.xml 23 Mar 2005 14:09:05 -0000      1.464
  +++ build.xml 23 Mar 2005 17:44:06 -0000      1.465
  @@ -1487,6 +1487,8 @@
         </or>
       </condition>
   
  +    <property name="includetests" value="**/*Test*" />
  +
       <junit printsummary="${junit.summary}" 
haltonfailure="${test.haltonfailure}"
         filtertrace="${junit.filtertrace}"
         fork="${junit.fork}" forkmode="${junit.forkmode}"
  @@ -1506,8 +1508,7 @@
         <formatter type="brief" usefile="false"/>
   
         <batchtest>
  -        <fileset dir="${tests.dir}">
  -          <include name="**/*Test*"/>
  +        <fileset dir="${tests.dir}" includes="${includetests}">
   
             <!-- abstract classes, not testcases -->
             <exclude name="${taskdefs.package}/TaskdefsTest.java"/>
  
  
  

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

Reply via email to