Re: AW: Quiet output

2006-10-12 Thread Iván Pérez Domínguez
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.

Re: AW: Quiet output

2006-10-12 Thread Steve Loughran
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

Re: AW: Quiet output

2006-10-12 Thread Iván Pérez Domínguez
[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

AW: Quiet output

2006-10-12 Thread Jan.Materne
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