adammurdoch    02/03/09 03:41:46

  Modified:    proposal/myrmidon build.xml
  Log:
  Fix 'test' target when jcifs or netcomponents not available.
  
  Revision  Changes    Path
  1.71      +2 -0      jakarta-ant/proposal/myrmidon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml 9 Mar 2002 10:31:29 -0000       1.70
  +++ build.xml 9 Mar 2002 11:41:46 -0000       1.71
  @@ -537,6 +537,8 @@
                  debug="${debug}"
                  deprecation="${deprecation}">
               <classpath refid="project.class.path"/>
  +            <exclude name="**/SmbFileSystemTest.java" 
unless="jcifs.present"/>
  +            <exclude name="**/FtpFileSystemTest.java" 
unless="netcomp.present"/>
           </javac>
   
           <!-- Prepare test files -->
  
  
  

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

Reply via email to