On 8/3/07, billf5293 <[EMAIL PROTECTED]> wrote:
> Thanks for the reply.
>
> The reason we are doing these incremental builds is because unfortunately we
> use very large applets containing a number of jars. One of the biggest
> complaints we have about our product is the fact that downloading all
Thanks Bevan,
Here it is for future reference. Worked like a charm.
Marijan (Mario) Madunic
Quoting Bevan Arps <[EMAIL PROTECTED]>:
> Mario Madunic wrote:
> > has anybody used BCP (bulk copy program) with ANT. I need to insert data
> into a
> > SQL Server and would like to do this within A
That would probably work for our test server but our prodection boxes are
updating using war files. I'll give it a try.
Thanks for your help.
Jan.Materne wrote:
>
> When uploading the jars to your (test) webserver, try something like
>
>
>
>
>
>
> So only JAR
When uploading the jars to your (test) webserver, try something like
So only JARs will be uploaded which content changed. Means, class files...
or manifest file...
Maybe that helps ...
Jan
>-Ursprüngliche Nachricht-
>Von: billf5293 [mailto:[EMAIL PROTE
A clean build does correct the problem. However, this means all jars are
rebuilt and users of our applets must pull all jars instead of only those
that are updated.
Thanks.
Jan.Materne wrote:
>
> Yes, the first thing to do when a "curious" problem occurs is doing
> a "clean build".
> ant
Thanks for the reply.
The reason we are doing these incremental builds is because unfortunately we
use very large applets containing a number of jars. One of the biggest
complaints we have about our product is the fact that downloading all these
jars after an update is time consuming. With the
Alexis de Bernis wrote:
Hello,
We encountered the following troubling error when dealing with long ant
tasks. When the server is heavily loaded, ANT tasks may randomly abort
before their natural end. Adding the verbose flag only shows the
"[DEBUG] Process finished" log without any exception.
* A will filter out all files already processed.
* A will be scanned if task is executed.
* I dont know taskcontainer which could provide something like
processing @{file} ...
Jan
>-
I dont think that Ant will kill long-running processes.
But maybe Quickbuild does ...
Could you run the task directly from command line?
Jan
>-Ursprüngliche Nachricht-
>Von: Alexis de Bernis [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 2. August 2007 19:10
>An: user@ant.apache.org
>
Try to modify the heap size and perm size of you JVM launching your ant
for instance :
-Xms128M -Xmx256M -XX:PermSize=64M -XX:MaxPermSize=128M
hervé
-Original Message-
From: Anil Kumar pippalapalli [mailto:[EMAIL PROTECTED]
Sent: Friday, August 03, 2007 11:30 AM
To: user@ant.apache.org
Hi all,
I have written a Ant Build File for deploying in Weblogic Server 8.1.
when i try to compile java src files iam getting OutOfMemory error.
I think the problem is with classpath bcoz i have library consisting of 86MB
of jar files.
It is giving me errors like unresolved symbol for import
org
Yes, the first thing to do when a "curious" problem occurs is doing
a "clean build".
ant clean build
Provide a "clean" target which deletes all generated files.
Jan
>-Ursprüngliche Nachricht-
>Von: Dominique Devienne [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 2. August 2007 2
12 matches
Mail list logo