DO NOT REPLY [Bug 31665] - [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls

2006-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31665] - [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls

2006-11-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31665] - [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls

2006-10-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31665] - [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls

2006-09-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31665] - [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls

2006-08-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31665] - [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls

2004-10-13 Thread bugzilla
gzilla/show_bug.cgi?id=31665 [PATCH] set filename of default buildfile to allow for convienience and dynamic ant and subant calls [EMAIL PROTECTED] changed: What|Removed |Added S

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

2004-10-13 Thread Jan . Materne
> I thus don't think it's a useful addition, since all scenarios > can be easily achieved right now, in the usual Ant way. --DD Nothing to add by me. Jan

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
tml > >M src/main/org/apache/tools/ant/Main.java > >M src/main/org/apache/tools/ant/taskdefs/Ant.java > >M src/main/org/apache/tools/ant/taskdefs/SubAnt.java > > > >I would have provided unit tests with this and would appreciate some > >one pointing me in the right di

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

2004-10-12 Thread steve morin
d appreciate some >one pointing me in the right direction so I can create them. > > > On Mon, 11 Oct 2004 12:04:28 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Why doing that? > ant -f other.xml > would work. > > Jan > > > -Ursprüngli

AW: [PATCH] set filename of default buildfile

2004-10-11 Thread Jan . Materne
Why doing that? ant -f other.xml would work. Jan > -Ursprüngliche Nachricht- > Von: Peter Reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 11. Oktober 2004 10:50 > An: Ant Developers List > Betreff: Re: [PATCH] set filename of default buildfile > > The patc

Re: [PATCH] set filename of default buildfile

2004-10-11 Thread Peter Reilly
The patch did not get tru the mailing list. Open a bugzilla report for the patch. How would this patch be useful? Peter steve morin wrote: This patch allowes people to set the default filename that ant uses if none is given and sets ant.file.default to default file name value. M docs/manual/running

[PATCH] set filename of default buildfile

2004-10-08 Thread steve morin
This patch allowes people to set the default filename that ant uses if none is given and sets ant.file.default to default file name value. M docs/manual/running.html M docs/manual/using.html M src/main/org/apache/tools/ant/Main.java M src/main/org/apache/tools/ant/taskdefs/Ant.java M src/main/org/