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