bodewig     2004/07/27 07:24:56

  Modified:    .        build.xml
  Log:
  new tests fail if the tests themselves live on the system classloader
  
  Revision  Changes    Path
  1.426     +2 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.425
  retrieving revision 1.426
  diff -u -r1.425 -r1.426
  --- build.xml 27 Jul 2004 07:02:07 -0000      1.425
  +++ build.xml 27 Jul 2004 14:24:56 -0000      1.426
  @@ -1516,6 +1516,8 @@
                      unless="beanshell.present"/>
   
             <!-- fail if testcases can be loaded from the system classloader 
-->
  +          <exclude name="${ant.package}/AntClassLoaderDelegationTest.java"
  +                   if="tests.are.on.system.classpath"/>
             <exclude name="${optional.package}/junit/JUnitClassLoaderTest.java"
                      if="tests.are.on.system.classpath"/>
             <exclude name="${optional.package}/sitraka/XMLReportTest.java"
  
  
  

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

Reply via email to