--- Gurdev Parmar <[EMAIL PROTECTED]> wrote:
> The documentation in the ant manual for "fork" is so obscure
> I never tried that option. The thought was that what benefit I'll derive
> in making the java task run in another VM. I still do not
> understand how/why it works now.

It works because you are passing args to the JVM itself, and starting a
new one is the only way to do that.  That's why the description for
'jvmargs' in the "Parameters" table says "the arguments to pass to the
forked VM (ignored if fork is disabled)."

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to