bodewig     2004/09/30 02:38:02

  Modified:    .        build.xml
  Log:
  tests are on system classpath of forked tests
  
  Revision  Changes    Path
  1.429     +1 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.428
  retrieving revision 1.429
  diff -u -r1.428 -r1.429
  --- build.xml 12 Aug 2004 14:16:48 -0000      1.428
  +++ build.xml 30 Sep 2004 09:38:02 -0000      1.429
  @@ -534,6 +534,7 @@
           <!-- absolute paths in CLASSPATH -->
           <contains string="${java.class.path}"
                     substring="${build.tests.resolved}"/>
  +        <istrue value="${junit.fork}"/>
         </or>
       </condition>
   
  
  
  

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

Reply via email to