RE: I want to send (explicit) quiet output to the screen and (automatic) verbose output to a log file

2009-02-20 Thread Martin Gainty
ssarily endorse content contained within this transmission. > Date: Fri, 20 Feb 2009 13:10:20 +0200 > Subject: I want to send (explicit) quiet output to the screen and (automatic) > verbose output to a log file > From: dylan.fa...@gmail.com > To: user@ant.apache.org > &g

AW: I want to send (explicit) quiet output to the screen and (automatic) verbose output to a log file

2009-02-20 Thread Jan.Materne
>I am writing an installation program using Ant. Currently I am running my >program in quiet mode. This way, I can send user information requests >[input] to the screen as well as [echo] specific information that I want the >user to see. I can also send other debugging and logging information to >v

I want to send (explicit) quiet output to the screen and (automatic) verbose output to a log file

2009-02-20 Thread Dylan Farre
Hi I am writing an installation program using Ant. Currently I am running my program in quiet mode. This way, I can send user information requests [input] to the screen as well as [echo] specific information that I want the user to see. I can also send other debugging and logging information to var

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
de an build.xml file?" I tried this: But it didn't work. Any idea? > 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 >

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 > >

Re: Quiet output

2006-10-12 Thread Iván Pérez Domínguez
command line option to surpress the > 'prefixing' that appears on the output > > - Original Message > From: Iván Pérez Domínguez <[EMAIL PROTECTED]> > To: user@ant.apache.org > Sent: Wednesday, October 11, 2006 2:54:30 PM > Subject: Quiet output >

Re: Quiet output

2006-10-11 Thread Ninju Bohra
You might want to look at the -emacs command line option to surpress the 'prefixing' that appears on the output - Original Message From: Iván Pérez Domínguez <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Wednesday, October 11, 2006 2:54:30 PM Subject: Quiet output

Quiet output

2006-10-11 Thread Iván Pérez Domínguez
I'm writing a build.xml file that tests a program. Before using ANT, I had a bash script that printed the results like init.d scripts do when started/stopped. For instance, for an input file to be tested, called mtp.mtp, it printed something like mtp.mtp