billbarker    2004/02/01 19:00:11

  Modified:    .        build.xml
  Log:
  Hack to work-around the fact that Gumpy sends us the wrong path for jsvc.tar.gz.
  
  Revision  Changes    Path
  1.177     +2 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- build.xml 1 Feb 2004 18:27:28 -0000       1.176
  +++ build.xml 2 Feb 2004 03:00:11 -0000       1.177
  @@ -147,7 +147,8 @@
       <copy todir="${tomcat.build}/server/lib" file="${commons-modeler.jar}" />
   
       <copy todir="${tomcat.build}/bin" file="${commons-daemon.jar}" />
  -    <copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}" />
  +    <copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}" 
  +            failonerror="false" />
   
       <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
     </target>
  
  
  

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

Reply via email to