Re: cvs commit: jakarta-ant/src/script ant.bat

2003-02-03 Thread Nicola Ken Barozzi
Conor MacNeill wrote: Steve Loughran wrote: ... I'm more inclined to move the lcp functionality into Java and build a classloader in there to launch Ant. I have come close to this before (and indeed Mutant did this), so I will give it a go, between bugs. That said, a native launcher does have so

Re: cvs commit: jakarta-ant/src/script ant.bat

2003-02-03 Thread Conor MacNeill
Steve Loughran wrote: I wonder what they will do to people's env variables? Maybe we need to put together a java runner exe. This is something I've been wondering about for a while; jakarta-commons would be the place. Something to take a file declaring jvm opts, pattern for the classpath, etc, and

Re: cvs commit: jakarta-ant/src/script ant.bat

2003-02-03 Thread Steve Loughran
- Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 22:48 Subject: Re: cvs commit: jakarta-ant/src/script ant.bat > > And JDK 1.1 too :-) > yeah, I was jus

Re: cvs commit: jakarta-ant/src/script ant.bat

2003-02-02 Thread Conor MacNeill
Steve Loughran wrote: There has been some ant-user discussion about win9x boxes not having SystemDrive defined. Is this the case? The fact that it is a mixed-case variable hints that it is an NT value. Yes, it is not defined but that does not affect the script at all so no problem. The real proble

Re: cvs commit: jakarta-ant/src/script ant.bat

2003-02-02 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 21:34 Subject: cvs commit: jakarta-ant/src/script ant.bat > conor 2003/02/01 21:34:21 > > Modified:src/script ant.bat > Log: > Fix an

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

2003-02-02 Thread conor
conor 2003/02/01 21:35:49 Modified:src/script Tag: ANT_15_BRANCH ant.bat Log: Merge Revision ChangesPath No revision No revision 1.18.2.7 +4 -4 jakarta-ant/src/script/ant.bat Index: ant.bat ===

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

2003-02-02 Thread conor
conor 2003/02/01 21:34:21 Modified:src/script ant.bat Log: Fix ant.bat for Win95/98/ME users - check for existence of ant.jar PR: 13582 Revision ChangesPath 1.26 +4 -4 jakarta-ant/src/script/ant.bat Index: ant.bat

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

2002-10-24 Thread bodewig
bodewig 2002/10/24 01:15:52 Modified:src/script ant.bat Log: re-add support for JAVACMD environment variable to ant.bat which has been lost in revision 1.19 of that file. Reported by: Shorn Tolley Revision ChangesPath 1.23 +3 -2 jakarta-ant/src/script/a

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

2002-10-24 Thread bodewig
bodewig 2002/10/24 01:15:04 Modified:src/script Tag: ANT_15_BRANCH ant.bat Log: re-add support for JAVACMD environment variable to ant.bat that has been lost in revision 1.18.2.1 of this file. Reported by: Shorn Tolley Revision ChangesPath No re

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

2002-10-08 Thread bodewig
bodewig 2002/10/08 01:15:26 Modified:.Tag: ANT_15_BRANCH WHATSNEW src/script Tag: ANT_15_BRANCH ant.bat Log: re-add support for ANT_ARGS environment variable to ant.bat that has been lost in revision 1.18.2.1 of this file. Revision ChangesPath No

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

2002-10-08 Thread bodewig
bodewig 2002/10/08 01:11:39 Modified:.WHATSNEW src/script ant.bat Log: re-add support for ANT_ARGS environment variable to ant.bat which has been lost in revision 1.19 of that file. Reported by: Paul Christmann Revision ChangesPath 1.300

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

2002-08-30 Thread sbailliez
sbailliez2002/08/30 05:30:47 Modified:src/script Tag: ANT_15_BRANCH ant.bat Log: Add quotes when %JAVA_HOME% contains spaces Submitted by: Patrick Luby <[EMAIL PROTECTED]> Revision ChangesPath No revision No revision 1

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

2002-08-30 Thread sbailliez
sbailliez2002/08/30 01:54:45 Modified:src/script ant.bat Log: Add quotes when %JAVA_HOME% contains spaces Submitted by: Patrick Luby <[EMAIL PROTECTED]> Revision ChangesPath 1.21 +2 -2 jakarta-ant/src/script/ant.bat Index: ant.bat ==

Re: cvs commit: jakarta-ant/src/script ant.bat

2002-08-22 Thread Steve Loughran
- Original Message - From: "Stephane Bailliez" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Thursday, August 22, 2002 4:00 PM Subject: Re: cvs commit: jakarta-ant/src/script ant.bat > - Original Message - > Fr

Re: cvs commit: jakarta-ant/src/script ant.bat

2002-08-22 Thread Stephane Bailliez
- Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> > I still see this; i need to go back to 1.1.8 for things to work [...] uh ? what kind of jdk do you have that has only 4 exe (w/o java and javac) in bin directory ? -- To unsubscribe, e-mail:

Re: cvs commit: jakarta-ant/src/script ant.bat

2002-08-22 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 22, 2002 12:23 PM Subject: cvs commit: jakarta-ant/src/script ant.bat > sbailliez2002/08/22 12:23:33 > > Modified:src/script ant.bat > Log: > More batch

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

2002-08-22 Thread sbailliez
sbailliez2002/08/22 12:25:06 Modified:src/script Tag: ANT_15_BRANCH ant.bat Log: More batch hacking. JAVACMD was reset each time and was jumping right off without appending tools.jar Reported by Brian DeWeese <[EMAIL PROTECTED]> Revision ChangesPath No

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

2002-08-22 Thread sbailliez
sbailliez2002/08/22 12:23:33 Modified:src/script ant.bat Log: More batch hacking. JAVACMD was reset each time and was jumping right off without appending tools.jar Reported by Brian DeWeese <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +12 -11jakarta-ant/

cvs commit: jakarta-ant/src/script ant.bat antRun.bat lcp.bat

2002-08-19 Thread sbailliez
sbailliez2002/08/19 10:55:13 Modified:src/script Tag: ANT_15_BRANCH ant.bat antRun.bat lcp.bat Log: Back merge from HEAD Patrick Luby's patches. Revision ChangesPath No revision No revision 1.18.2.1 +29 -49jakarta

cvs commit: jakarta-ant/src/script ant.bat antRun.bat lcp.bat

2002-08-16 Thread sbailliez
sbailliez2002/08/16 08:31:45 Modified:src/script ant.bat antRun.bat lcp.bat Log: Clean up batch scripts with simplified syntax to avoid problems with some w2k boxes and 4nt. PR:11478, 11250 Submitted by: Patrick Luby <[EMAIL PROTECTED]> Revision ChangesPath 1.19

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

2002-04-02 Thread bodewig
bodewig 02/04/01 23:49:08 Modified:docs ant15_todo.html docs/manual/CoreTasks sql.html docs/manual/CoreTypes fileset.html docs/manual/OptionalTasks perforce.html src/main/org/apache/tools/ant/taskdefs/cvslib

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

2002-03-31 Thread holtdl
holtdl 02/03/31 14:05:29 Modified:src/script ant.bat Log: Add check for "%_JAVACMD%.exe" (PR 2484). Revision ChangesPath 1.17 +1 -0 jakarta-ant/src/script/ant.bat Index: ant.bat === RCS fi

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

2001-11-30 Thread stevel
stevel 01/11/30 12:52:23 Modified:src/script ant.bat Log: PR: 3952, 3654 : "4NT not being recognised correctly" Submitted by: [EMAIL PROTECTED] (Alan Arvesen), [EMAIL PROTECTED] (Greg Fenton) Reviewed by: Steve Loughran Fixed the 4NT test as suggested, tested it by running

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

2001-07-22 Thread conor
conor 01/07/22 02:56:23 Modified:src/script ant.bat Log: OK, reverting change since it was bad and the errorlevel is being set anyway :-( Revision ChangesPath 1.13 +0 -16 jakarta-ant/src/script/ant.bat Index: ant.bat ===

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

2001-07-21 Thread conor
conor 01/07/21 06:03:19 Modified:src/script ant.bat Log: Add exit code to batch files PR: 314 Revision ChangesPath 1.12 +16 -0 jakarta-ant/src/script/ant.bat Index: ant.bat === RCS

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

2001-07-12 Thread conor
conor 01/07/12 05:12:58 Modified:.bootstrap.bat src/script ant.bat Log: Use /nul when checkign for the existence of directories on Windows (Although it doesn't work if the directory name is quoted - woohoo) Check for Ant in C:\Ant for Windows 9X users

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

2001-07-12 Thread conor
conor 01/07/12 03:30:32 Modified:src/script ant.bat Log: Just find directory above script home rather than removing bin dirs which may take out more than was intended PR: 2082 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.10 +1 -1 jakarta-a

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

2001-07-10 Thread glennm
glennm 01/07/10 07:08:46 Modified:src/script ant.bat Log: Test for the 4NT shell, which requires a different method of slurping command line args than cmd.exe. Submitted by: Jim Anderson Revision ChangesPath 1.9 +7 -0 jakarta-ant/src/script/ant.bat

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

2001-07-08 Thread conor
conor 01/07/07 21:56:53 Modified:docs/manual install.html src/script ant.bat Log: Handle spaces in JikesPath. Add warning not to use Longfilenames for ANT_HOME on Win9X PR: 1957 Revision ChangesPath 1.8 +20 -0 jakarta-ant/docs/manual/in

cvs commit: jakarta-ant/src/script ant.bat lcp.bat

2001-07-07 Thread conor
conor 01/07/07 05:37:59 Modified:.bootstrap.bat src/script ant.bat lcp.bat Log: Make Ant work with spaces everywhere. PR: 562 Revision ChangesPath 1.36 +5 -5 jakarta-ant/bootstrap.bat Index: bootstrap.bat =

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

2001-03-04 Thread conor
conor 01/03/04 05:35:51 Modified:.WHATSNEW bootstrap.bat bootstrap.sh build.bat build.sh docs/manual install.html docs/manual/Integration VAJAntTool.html docs/manual/OptionalTasks dotnet.html li

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

2001-02-04 Thread donaldp
donaldp 01/02/03 16:50:51 Modified:src/script ant.bat Log: Made sure env vars are cleaned and CLASSPATH is not decorated with extra " characters. It is expected that if CLASSPATH is set that it is valid and thus the extra "'s are uneeded. Revision ChangesPath 1.5

Re: cvs commit: jakarta-ant/src/script ant.bat

2001-01-30 Thread Bill Burton
Conor MacNeill wrote: > > Bill, > > I don't mind. It depends on whether we feel the antrc_* scripts can make > non-local changes to the environment. As it stands they have that > possibility. They could have their own setlocal/endlocal if desired. If we > moved endlocal, the setlocal must be move

RE: cvs commit: jakarta-ant/src/script ant.bat

2001-01-29 Thread Conor MacNeill
ughts? -- Conor MacNeill [EMAIL PROTECTED] Cortex eBusiness http://www.cortexebusiness.com.au > -Original Message- > From: Bill Burton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 January 2001 3:37 > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: jakarta-ant/src/script an

Re: cvs commit: jakarta-ant/src/script ant.bat

2001-01-29 Thread Bill Burton
Hi Conor, Thanks for applying my patch. Wouldn't the endlocal you added be better at the end of the file? Although, I suppose anyone running on NT wouldn't need to call the antrc_post.bat file anyway so it probably doesn't matter. -Bill Burton [EMAIL PROTECTED] wrote: > +if not "%OS%"==

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

2001-01-29 Thread conor
conor 01/01/28 17:13:56 Modified:src/script ant.bat Log: Allow ant to handle parameters with spaces under Win systems I added a few other things to Bill's patch, such as setlocal and endlocal calls. Submitted by: Bill Burton [EMAIL PROTECTED] Revision ChangesP

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

2001-01-23 Thread donaldp
donaldp 01/01/23 06:27:11 Modified:src/script ant.bat Log: removed debug echoing Revision ChangesPath 1.2 +1 -1 jakarta-ant/src/script/ant.bat Index: ant.bat === RCS file: /home/cvs/jakart