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
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
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
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
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