On Mon, 08 Dec 2003, Sebastian BAZLEY
<[EMAIL PROTECTED]> wrote:

> I need to check further whether Ant can propagate system properties
> to a forked JVM automatically,

not without modifying the build file.

With Ant 1.6beta (and thus with the version of Ant used by Gump) you
can say

<java ...>
  <syspropertyset>
    <propertyref builtin="system"/>
  </syspropertyset>
</java>

and all system properties of Ant's VM will automatically become system
properties for the forked VM.  Works in <junit> as well.

Stefan

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

Reply via email to