You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/08/06 00:57:54 UTC

cvs commit: ant build.xml

mbenson     2005/08/05 15:57:54

  Modified:    .        build.xml
  Log:
  Suppress CVS ChangeLogParser test unless tests and Ant share classloader.
  Not sure why, but apparently needed even after a clean and rebuild.
  
  Revision  Changes    Path
  1.477     +2 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.476
  retrieving revision 1.477
  diff -u -r1.476 -r1.477
  --- build.xml	25 Jul 2005 22:00:45 -0000	1.476
  +++ build.xml	5 Aug 2005 22:57:54 -0000	1.477
  @@ -1718,6 +1718,8 @@
               unless="tests.and.ant.share.classloader"/>
             <exclude name="${taskdefs.package}/cvslib/ChangeLogWriterTest.java"
               unless="tests.and.ant.share.classloader"/>
  +          <exclude name="${taskdefs.package}/cvslib/ChangeLogParserTest.java"
  +            unless="tests.and.ant.share.classloader"/>
             <exclude name="${optional.package}/sos/SOSTest.java"
               unless="tests.and.ant.share.classloader"/>
             <exclude name="${optional.package}/vss/MSVSSTest.java"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org