Re: cvs commit: ant/src/script ant

2004-05-06 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > mbenson 2004/05/06 09:42:18 > > Modified:src/script ant > Log: > Cygwin/UNC ANT_HOME compatibility using mixed > paths on NT-family systems. > > +# For Cygwin, switch paths to appropriate format > before running java >if $cygwin; then > + if

Re: cvs commit: ant/src/script ant

2004-03-03 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 2 Mar 2004, Matt Benson > <[EMAIL PROTECTED]> wrote: > > This is in the part I've committed for the jpackage > folks, right? > Actually, I think it was from the previous change to avoid escaping the quote on the command line when certain pat

Re: cvs commit: ant/src/script ant

2004-03-03 Thread Stefan Bodewig
On Tue, 2 Mar 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > Don't be fooled--this doesn't fix the big UNC problem, just > addresses a quick typo. This is in the part I've committed for the jpackage folks, right? Sorry, I just quickly glanced over it and didn't catch it. As I don't use the RPMs

Re: cvs commit: ant/src/script ant

2004-03-02 Thread Matt Benson
Don't be fooled--this doesn't fix the big UNC problem, just addresses a quick typo. -Matt --- [EMAIL PROTECTED] wrote: > mbenson 2004/03/02 13:57:42 > > Modified:src/script ant > Log: > Fix typo. > > Revision ChangesPath > 1.47 +1 -1 ant/src/script/ant > >

Re: cvs commit: ant/src/script ant

2004-02-05 Thread Peter Reilly
Stefan Bodewig wrote: Finally the script has to do a lot of stuff to parse the command line and plug it back together again as it now wants to parse some options itself (and hide them from Ant). This is not trivial to do in way that works on all Bourne shell dialects out there, in particular with

Re: cvs commit: ant/src/script ant

2004-02-05 Thread Stefan Bodewig
On 5 Feb 2004, <[EMAIL PROTECTED]> wrote: > * a --noconfig switch that suppresses sourcing of additional > configuration files. this is not the full story, there now also is echo ' --help, --hprint this message and ant help' echo ' --noconfig suppress sourcing

Re: cvs commit: ant/src/script ant

2003-09-24 Thread Conor MacNeill
On Wed, 24 Sep 2003 06:06 am, Knut Wannheden wrote: > > These changes expand on Antoine's -lib code to support multiple -lib > > options. > > > In addition, the -lib option can now name a directory containing jars and > > all > > > jars in that directory will be added to Ant's launch classpath. > >

Re: cvs commit: ant/src/script ant

2003-09-23 Thread Gus Heck
These changes arn't working for me. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23358 -Gus Knut Wannheden wrote: These changes expand on Antoine's -lib code to support multiple -lib options. In addition, the -lib option can now name a directory containing jars and all jars

Re: cvs commit: ant/src/script ant

2003-09-23 Thread Knut Wannheden
> > These changes expand on Antoine's -lib code to support multiple -lib options. > In addition, the -lib option can now name a directory containing jars and all > jars in that directory will be added to Ant's launch classpath. > So I suppose it isn't possible to add a directory with classes in it

Re: cvs commit: ant/src/script ant

2003-09-23 Thread Conor MacNeill
On Wed, 24 Sep 2003 01:40 am, [EMAIL PROTECTED] wrote: > conor 2003/09/23 08:40:36 > > Modified:.Tag: ANT_16_BRANCH build.sh >src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH > Launcher.java >src/script Tag: ANT_16_B