witch
> > JDK), and i would want to pass certain properties, would this also work?
>
> Yes. System properties are available as Ant properties, they are not
> user properties, though.
>
> Stefan
>
> -
> To un
properties, would this also work?
Yes. System properties are available as Ant properties, they are not
user properties, though.
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
nt. 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]
>
>
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?
has which should be what you want. There
isn't any way to select only user properties
Hi,
Is there a way to access the list of user properties in order to pass it to
an external process?
I have a situation where I use the Java task to start an external process,
but I need to pass the users properties that were set when invoking the ant
script (using the -D flag). Or maybe more in
On Thu, 27 Feb 2003, Barry Lulas <[EMAIL PROTECTED]> wrote:
> I have a custom task that extends the Java task because I want to be
> able to conditionalize on the exit code of the Java application.
If you look into CVS HEAD, you'll see that has gained quite a
few new attributes, separting System