Reg : deleting on the basis of date pattern

2009-12-20 Thread M White
Hi,     I am running a script to delete files from a folder .I am using the property where we need to specify , before , after or equal.By default its equal. When I am setting it to before or after its working fine,but not when I am setting it to equal. I have specified the date in pattern -" MM

Reg : using eclipse compiler in ant

2009-12-19 Thread M White
Hi,    I am using the eclipse compiler in Ant.So my fork settings are getting ignored and so is my memorymaximumsize attribute setting.But as I am building around 8000 files I am getting " "  " OutOfMemoryException : java heap space " how to make it run?Thanks .

Re: Reg: Dependent classes

2009-10-29 Thread M White
nag.    Kindly suggest. Thanks & Regards     From: Scot P. Floess Subject: Re: Reg: Dependent classes To: "Ant Users List" Date: Wednesday, October 28, 2009, 2:16 PM Define not compiled...  Are they compiled at all? On Wed, 28 Oct 2009, M White wrote: > Hi, >

Reg: Dependent classes

2009-10-28 Thread M White
Hi,     At times the dependent classes are not getting compiled.     What could be wrong?     Kindly suggest. Thanks & Regards

Reg: Code too large

2009-08-31 Thread M White
Hi,     I am compiling some files and i am getting the error -   Code too large for try . Code too large for catch   But ultimately in the logs its printing ... Build Successful.   What are these errors about  ... " Code too large .." What should i do ? Thanks & Regards

Reg :Selection of files on the basis of no of days

2009-08-24 Thread M White
Hi,     I need to copy files from the src folder on the basis of no of days specified by the user. But date tag needs an exact date.     How to make it work by specifying the no of days?     Thanks & Regards __