Steve Loughran wrote:
>> OK, now my question has turned into "How can I set an environment
>> variable from inside an build.xml file?"
>>
>> I tried this:
>>
>>
>>
>>
>>
>>
>>
>
> no, that wont work. you can only set the env variable for a child
> process, including java and junit -i.e.
Iván Pérez Domínguez wrote:
[EMAIL PROTECTED] wrote:
Set the environment variabe ANT_OPTS to "-emacs" or "-quiet".
Thanks, that was a great starting point. Actually, the name of the
variable is ANT_ARGS.
OK, now my question has turned into "How can I set an environment
variable from inside an
[EMAIL PROTECTED] wrote:
> Set the environment variabe ANT_OPTS to "-emacs" or "-quiet".
>
Thanks, that was a great starting point. Actually, the name of the
variable is ANT_ARGS.
OK, now my question has turned into "How can I set an environment
variable from inside an build.xml file?"
I tried t
Set the environment variabe ANT_OPTS to "-emacs" or "-quiet".
Jan
>-Ursprüngliche Nachricht-
>Von: Iván Pérez Domínguez [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 12. Oktober 2006 08:57
>An: Ant Users List
>Betreff: Re: Quiet output
>
>OK, that's closer to what I want but, is ther