Re: AW: .antrc file

2008-04-22 Thread vijay12345
No but what i did to get over that was to have another shell script which takes in min and max memory reqmt as argument and then invokes the normal ant script... Thanks a lot, Vijay Jan.Materne wrote: > > Have you tried that? > > Jan > >> -Ursprüngliche Nachricht---

.antrc file

2008-04-21 Thread vijay12345
Can i include a shell script in the .antrc file and expect that to be executed before ant does anything else?? Thanks, Vijay -- View this message in context: http://www.nabble.com/.antrc-file-tp16822101p16822101.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Re: AW: Memory requirement

2008-04-21 Thread vijay12345
can you please elaborate a bit more as to how i can go about doing that??? Thanks, Vijay Jan.Materne wrote: > > You can use the pre/post-files described in > http://ant.apache.org/manual/running.html#files > > Jan > >> -Ursprüngliche Nachricht- >>

Memory requirement

2008-04-21 Thread vijay12345
Is there any way of replacing the following 2 steps with just one step $ set ANT_OPTS = -Xms128m -Xmx512m $ ant run as in by including this as one of the command line parameters or arguments or something like that or maybe by writing a shell script which takes care of the job??? (allowing u