Hi, This would make the properties available as system properties in Java applications, right? If I would be invoking an ant script using the java task (i need to switch JDK), and i would want to pass certain properties, would this also work?
Cheers, Remie On Wed, Nov 12, 2008 at 1:02 PM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On 2008-11-12, Remie Bolte <[EMAIL PROTECTED]> wrote: > > > Or maybe more in general, is it possible to simulate the inheritAll > > attribute for external processes like the Java task? > > <java> has <syspropertyset> which should be what you want. There > isn't any way to select only user properties, though. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
