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
>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
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
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
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
>
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
>
>
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
>
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
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
10 matches
Mail list logo