Here's an example:
<jvmarg value="-ea" />
<jvmarg value="-Xss2m" />
<jvmarg value="-Djava.awt.headless=${headless}" />
<jvmarg line="${jpda.options}" />
The first true JVM args (inside <java> or <junit>) are hard-coded,
with single values, but the last one uses line and a property, so is
open-ended.
I guess you could with a <script> iterate over a property set and
stick that into a single property to pass to <jvmarg line="..." />,
but it's just simpler to define a single property containing all
necessary arguments. --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]