RE: AW: [PATCH] set filename of default buildfile

2004-10-12 Thread Dominique Devienne
> From: steve morin [mailto:[EMAIL PROTECTED] > > 1st usage convenience.. > A person that often uses a different build file could use a shell > script that calls ant using a different default for convenience. > > #!/bin/sh > ant -df config.xml "$@" > > or > alias cfg="ant -df c

Re: AW: [PATCH] set filename of default buildfile

2004-10-12 Thread steve morin
Also forgot to mention that this could also be set in ANT_ARGS if one wanted On Tue, 12 Oct 2004 07:58:54 -0400, steve morin <[EMAIL PROTECTED]> wrote: > Jan and Peter to answer your questions I have a couple of scenarios > where this could be useful. > > 1st usage convenience.. > A person that

Re: AW: [PATCH] set filename of default buildfile

2004-10-12 Thread steve morin
Jan and Peter to answer your questions I have a couple of scenarios where this could be useful. 1st usage convenience.. A person that often uses a different build file could use a shell script that calls ant using a different default for convenience. #!/bin/sh ant -df conf