RE: heap size

2006-03-08 Thread Dinesh Sonsale
Thanks Cena for help. -Original Message- From: Cena, Bernard (IT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 3:53 PM To: Ant Users List Subject: RE: heap size Dinesh Sonsale wrote: > Friends, ANT_OPTS is an env variable that passes options to the VM. So do exp

RE: heap size

2006-03-08 Thread Dinesh Sonsale
Thanks Jan for help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 4:03 PM To: user@ant.apache.org Subject: AW: heap size >ANT_OPTS is an env variable that passes options to the VM. >So do export ANT_OPTS=-Xmx640m using shell or set

heap size

2006-03-08 Thread Dinesh Sonsale
Friends, 1) How to increase heap size? [Can be done by defining ANT_OPTS=-Xmx640m] is this correct? 2) How to pass Memory Parameter to ANT? I have tried c:\ant ANT_OPTS=-Xmx640m and c:\ant -DANT_OPTS=-Xmx640m but no luck:( Best regards, Dinesh --

RE: File Copy issue

2006-02-16 Thread Dinesh Sonsale
Yup it is possible And use exclude ant tag All the best.. Dinesh -Original Message- From: bejoy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 5:41 PM To: user@ant.apache.org Subject: File Copy issue Hi All, I want to copy a directory into another one.And I want to omi

RE: One more Question regarding deployment in ANT and WebLogic

2006-02-15 Thread Dinesh Sonsale
Your modified XML here. Assume that file name is build.xml Hope this helps ..All the best.. http://localhost:7001"; classpath="E:\bea\weblogic81\server\lib\weblogic.jar"

RE: Deploying application using ANT and WebLogic

2006-02-15 Thread Dinesh Sonsale
For more deployment details http://ant.apache.org/manual/OptionalTasks/serverdeploy.html -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 1:22 PM To: Ant Users List Subject: Re: Deploying application using ANT and WebLogic Shweta Boda

RE: Deploying application using ANT and WebLogic

2006-02-14 Thread Dinesh Sonsale
Hi, Here is example for exploded directory All the best -Dinesh -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTE