RE: How to build silently

2006-04-27 Thread BOUSQUET Jeremie
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

Re: How to build silently

2006-04-26 Thread Stefan Bodewig
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

RE: How to build silently

2006-04-26 Thread Anderson, Rob (Global Trade)
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

Re: How to build silently

2006-04-26 Thread Jeffrey E Care
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