Re: clonevm on

2004-09-06 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 25 Aug 2004, Dave Brondsema <[EMAIL PROTECTED]> wrote: The new clonevm attribute on the task looked like exactly what I needed, but it seems to only clone the built in system properties and not ones specified one the commandline The things you specify on the command

Re: clonevm on

2004-09-06 Thread Stefan Bodewig
On Wed, 25 Aug 2004, Dave Brondsema <[EMAIL PROTECTED]> wrote: > The new clonevm attribute on the task looked like exactly > what I needed, but it seems to only clone the built in system > properties and not ones specified one the commandline The things you specify on the command line are via >

clonevm on

2004-08-25 Thread Dave Brondsema
The new clonevm attribute on the task looked like exactly what I needed, but it seems to only clone the built in system properties and not ones specified one the commandline (e.g. ant -Dmyapp.foo=bar). I tried changing BuiltinPropertySetName to "all" didn't work. How can this be done? Thanks,

Re: clonevm on

2004-08-25 Thread Dave Brondsema
Dominique Devienne wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] The new clonevm attribute on the task looked like exactly what I needed, but it seems to only clone the built in system properties and not ones specified one the commandline (e.g. ant -Dmyapp.foo=bar). I tried changing Bu

RE: clonevm on

2004-08-25 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > The new clonevm attribute on the task looked like exactly what I > needed, but it seems to only clone the built in system properties and not > ones specified one the commandline (e.g. ant -Dmyapp.foo=bar). I tried > changing BuiltinProperty

clonevm on

2004-08-25 Thread brondsem
The new clonevm attribute on the task looked like exactly what I needed, but it seems to only clone the built in system properties and not ones specified one the commandline (e.g. ant -Dmyapp.foo=bar). I tried changing BuiltinPropertySetName to "all" didn't work. How can this be done? Thanks,