jfclere     2004/01/15 01:50:57

  Modified:    resources build.xml
  Log:
  without typedir ant always tries to checkout the sources from repos.
  
  Revision  Changes    Path
  1.4       +3 -2      jakarta-tomcat-5/resources/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 8 Sep 2003 10:15:14 -0000       1.3
  +++ build.xml 15 Jan 2004 09:50:56 -0000      1.4
  @@ -88,14 +88,15 @@
   
     <target name="check.source">
   
  -    <available property="source.exists" file="${basedir}/${tomcat.project}" />
  +    <available property="source.exists"
  +                   file="${basedir}/${tomcat.project}" type="dir" />
   
     </target>
   
     <target name="check.source.depends">
   
       <available property="source.depends.exists" 
  -                   file="${basedir}/${commons-daemon.project}" />
  +                   file="${basedir}/${commons-daemon.project}" type="dir" />
   
     </target>
   
  
  
  

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

Reply via email to