costin      2003/02/16 23:47:50

  Modified:    .        build.xml
  Log:
  It seems build.deploy fails.
  
  I'm using the "build" target almost exclusively - I'll try to merge
  them. The big problem with the default target - it calls all the javadoc
  and a lot of other overheads, and at least on my machine is very slow.
  
  Revision  Changes    Path
  1.83      +1 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- build.xml 17 Feb 2003 04:29:08 -0000      1.82
  +++ build.xml 17 Feb 2003 07:47:50 -0000      1.83
  @@ -204,7 +204,7 @@
   
       <ant dir="${jasper.home}"   target="deploy">
         <property name="catalina.home" value="${tomcat.build}"/>
  -      <property name="commons-el.jar" 
location="${tomcat.build}/common/lib/commons-el.jar" />
  +      <property name="commons-el.jar" location="${commons-el.jar}" />
       </ant>
     </target>
   
  
  
  

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

Reply via email to