e-
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: jeudi 27 avril 2006 06:05
> To: user@ant.apache.org
> Subject: Re: How to build silently
>
> On Wed, 26 Apr 2006, BOUSQUET Jeremie <[EMAIL PROTECTED]>
> wrote:
>
> > I know default values can be a solutio
On Wed, 26 Apr 2006, BOUSQUET Jeremie <[EMAIL PROTECTED]>
wrote:
> I know default values can be a solution, but sometimes these default
> values can only come from command line (which is masked from
> end-user and so not very usable here), and sometimes there is just
> no default value (and so it
You might consider creating some wrapper scripts that pass in the
appropriate properties on the command line, then use the unless
attribute of target. Something like this...
Wrapperscript
==
ant -Dsomeproperty=something targetname
Build.xml
==
Then when you run the wrap
So you want to prompt for input without
the actual prompt?
Jeffrey E. (Jeff) Care
[EMAIL PROTECTED]
IBM WebSphere Application
Server Development
WAS Pyxis Lead
Release Engineer
"BOUSQ