You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/02/02 15:00:10 UTC

cvs commit: jakarta-ant/proposal/myrmidon build.xml

donaldp     02/02/02 06:00:09

  Modified:    proposal/myrmidon build.xml
  Log:
  Make sure bziptest only runs when you specify test.bzip
  
  Revision  Changes    Path
  1.45      +1 -0      jakarta-ant/proposal/myrmidon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml	2 Feb 2002 12:51:58 -0000	1.44
  +++ build.xml	2 Feb 2002 14:00:09 -0000	1.45
  @@ -495,6 +495,7 @@
           <fileset dir="${test.classes}">
             <include name="**/*Test.class" unless="single.test"/>
             <include name="**/${single.test}Test.class" if="single.test"/>
  +          <exclude name="**/BzipTest.class" unless="test.bzip"/>
             <exclude name="**/SmbFileSystemTest.class" unless="test.smb"/>
             <exclude name="**/FtpFileSystemTest.class" unless="test.ftp"/>
           </fileset>
  
  
  

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