RE: zip update

2007-10-30 Thread Barry Pape
Fixing my last example...100 not 500 files. -Original Message- From: Barry Pape [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 4:56 PM To: Ant Users List Subject: zip update Howdy Ant Gurus, We recently experienced a dramatic increase in our build time (~100 minutes

zip update

2007-10-30 Thread Barry Pape
Howdy Ant Gurus, We recently experienced a dramatic increase in our build time (~100 minutes) for one of our projects. Upon looking into this, I came to the conclusion that the adding 4 more passes of a task that updates a zip file is the culprit. This increased the size of the jar by ~40MB, and

deploy task to Tomcat partially works

2007-10-30 Thread Rob Wilson
Hi All, I have written my first Ant script from scratch, using google and the O'reilly definitive guide. I'm mostly happy with what I have ended up with, however when I try to use the Tomcat DeployTask my application is not deployed as expected. If I manually copy my war file to the webapps dire

Re: ANT script not running

2007-10-30 Thread Peter Reilly
You need to place the oro jar in you $ANT_HOME/lib directory - see http://ant.apache.org/manual/OptionalTasks/perforce.html Peter On 10/30/07, abhijeet umrekar <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am experiencing one problem in ANT. I am trying to checkout a file from > Perforce using a ANT

ANT script not running

2007-10-30 Thread abhijeet umrekar
Hi, I am experiencing one problem in ANT. I am trying to checkout a file from Perforce using a ANT script. When I run the script it gives me the below error. java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util I have tried using JDK version 1.3, 1.4, 1.5 and 1.6. and AN