cvs commit: ant/src/script ant

2005-03-15 Thread bodewig
bodewig 2005/03/15 07:29:37 Modified:src/script Tag: ANT_16_BRANCH ant Log: Remove unused code, PR 34018 Revision ChangesPath No revision No revision 1.38.2.8 +0 -9 ant/src/script/ant Index: ant

cvs commit: ant/src/script ant

2005-03-15 Thread bodewig
bodewig 2005/03/15 07:29:47 Modified:src/script ant Log: Remove unused code, PR 34018 Revision ChangesPath 1.51 +0 -9 ant/src/script/ant Index: ant === RCS file:

cvs commit: ant/src/script ant

2005-03-15 Thread jkf
jkf 2005/03/15 12:52:27 Modified:src/script ant Log: PR: 31245 cygwin part to handle both unix and windows style paths correctly Revision ChangesPath 1.52 +8 -2 ant/src/script/ant Index: ant

cvs commit: ant/src/script ant

2005-03-15 Thread jkf
jkf 2005/03/15 12:55:05 Modified:src/script Tag: ANT_16_BRANCH ant Log: PR: 31245 cygwin part to handle both unix and windows style paths correctly Revision ChangesPath No revision No revision 1.38.2.9 +9 -3

cvs commit: ant/src/script ant

2005-03-15 Thread jkf
jkf 2005/03/15 12:55:28 Modified:src/script ant Log: cright Revision ChangesPath 1.53 +1 -1 ant/src/script/ant Index: ant === RCS file: /home/cvs/ant/src/script/ant,v retrieving

cvs commit: ant/src/script ant

2004-06-11 Thread mbenson
mbenson 2004/06/11 14:20:37 Modified:src/script Tag: ANT_16_BRANCH ant Log: Sync from HEAD. Revision ChangesPath No revision No revision 1.38.2.6 +169 -40 ant/src/script/ant Index: ant

cvs commit: ant/src/script ant

2004-05-06 Thread mbenson
mbenson 2004/05/06 09:42:18 Modified:src/script ant Log: Cygwin/UNC ANT_HOME compatibility using mixed paths on NT-family systems. Revision ChangesPath 1.48 +17 -6 ant/src/script/ant Index: ant

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 [ $OS =

cvs commit: ant/src/script ant

2004-05-06 Thread mbenson
mbenson 2004/05/06 12:43:20 Modified:src/script ant Log: Make sure CLASSPATH is set before attempting to change it; make sure --mixed option is available to cygpath before using it. Revision ChangesPath 1.49 +4 -2 ant/src/script/ant Index: ant

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-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 paths ended

cvs commit: ant/src/script ant

2004-03-02 Thread mbenson
mbenson 2004/03/02 13:57:42 Modified:src/script ant Log: Fix typo. Revision ChangesPath 1.47 +1 -1 ant/src/script/ant Index: ant === RCS file: /home/cvs/ant/src/script/ant,v retrieving

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 Index:

cvs commit: ant/src/script ant

2004-02-27 Thread bodewig
bodewig 2004/02/27 07:40:34 Modified:src/script ant Log: More tweaks to the RPM specific section, submitted by Randy Watler Revision ChangesPath 1.46 +8 -6 ant/src/script/ant Index: ant ===

cvs commit: ant/src/script ant

2004-02-11 Thread antoine
antoine 2004/02/11 00:29:38 Modified:src/script ant Log: changes following tests under cygwin adding a second backslash to variables terminated with a backslash to ensure also prevent problem with evaluation of test expressions where -f is compared to something else this

cvs commit: ant/src/script ant

2004-02-05 Thread bodewig
bodewig 2004/02/05 05:09:28 Modified:src/main/org/apache/tools/ant/launch Launcher.java src/script ant Log: Changes to make Ant installed in JPackage's RPM environment behave a little bit more friendly. * a new system property ant.lib.dir that if set will be

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 of

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

cvs commit: ant/src/script ant

2003-10-02 Thread conor
conor 2003/10/01 23:44:27 Modified:.build.xml docs/manual running.html runninglist.html src/main/org/apache/tools/ant Main.java src/main/org/apache/tools/ant/launch Launcher.java src/script ant Added:

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. So I suppose

cvs commit: ant/src/script ant ant.bat

2003-09-24 Thread conor
conor 2003/09/24 07:52:47 Modified:.build.bat build.sh src/main/org/apache/tools/ant/launch Launcher.java src/script ant ant.bat Log: merge Revision ChangesPath 1.39 +3 -10 ant/build.bat Index: build.bat

cvs commit: ant/src/script ant

2003-09-23 Thread conor
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_BRANCH ant Log: Add support for multiple -lib options. Also

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_BRANCH

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 as

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

cvs commit: ant/src/script ant ant.bat

2003-07-10 Thread conor
conor 2003/07/10 04:29:39 Modified:.build.xml src/script ant ant.bat Log: Remove warning about JAVA_HOME as it isn't required anymore Revision ChangesPath 1.386 +36 -36ant/build.xml Index: build.xml

cvs commit: ant/src/script ant

2003-03-31 Thread bodewig
bodewig 2003/03/31 01:22:25 Modified:.Tag: ANT_15_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/starteam Tag: ANT_15_BRANCH TreeBasedTask.java src/script Tag: ANT_15_BRANCH ant Log: Merge fixes for 17646

cvs commit: ant/src/script ant

2003-03-27 Thread bodewig
bodewig 2003/03/27 00:24:21 Modified:.WHATSNEW src/script ant Log: Make wrapper script work if ant is a relative symlink and ANT_HOME isn't set. PR: 17721 Submitted by: Martin Frost martin at macrospace dot com Revision ChangesPath 1.372