summaryrefslogtreecommitdiff
path: root/src/script/ant.bat
Commit message (Expand)AuthorAgeFilesLines
* ant.bat exit strategy improvements and issues, Bugzilla 41039, patch supplied...Antoine Levy-Lambert2010-10-191-7/+1
* fix for Bug 48876, ANT_CMD_LINE_ARGS are rippling through lower level Ant usageAntoine Levy-Lambert2010-03-091-0/+1
* fix for bug 48186 ant.bat file ignores -noclasspath if it is the first parame...Antoine Levy-Lambert2010-01-261-3/+0
* Syntax error. PR 47911Stefan Bodewig2009-09-281-1/+1
* ant.bat now looks in %USERPROFILE% and %HOMEDRIVE%%HOMEPATH% in addition toMatthew Jason Benson2006-10-101-2/+16
* support %HOMEDRIVE%%HOMEPATH% on XP. Bugzilla 39298.Matthew Jason Benson2006-10-101-11/+23
* copy2license.plStefan Bodewig2006-09-011-7/+8
* strip trailing backslashes from ANT_HOME, CLASSPATH, JIKESPATH. PR# 39300.Matthew Jason Benson2006-05-031-12/+34
* Patch for PR28914 / similar (maybe even identical) to the proposed patch of B...Jacobus Martinus Kruithof2006-03-131-8/+3
* bug ID 32069: resetting an undefined env variable changes the errorlevel.Steve Loughran2006-03-031-1/+10
* Fix for Bugzilla 13655. Thanks to Simon Law. Proper return code for ant.batAntoine Levy-Lambert2005-12-051-0/+47
* ant.bat was missing runAntNoClasspath label for gotoAntoine Levy-Lambert2005-04-191-1/+5
* -noclasspath optionPeter Reilly2004-10-051-0/+14
* add a -cp option to Launcher.java to cause it toPeter Reilly2004-09-061-2/+2
* Wrapper scripts did not detect WINNT value of dynamic OS environmentMatthew Jason Benson2004-07-281-0/+2
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* first test to move to the Apache License 2.0Antoine Levy-Lambert2004-02-021-2/+13
* mergeConor MacNeill2003-09-241-6/+4
* adding a new supported command line argument -libAntoine Levy-Lambert2003-09-221-1/+11
* Use language neutral variable, %ProgramFiles%, to locate Program Files dirConor MacNeill2003-07-101-3/+3
* Remove warning about JAVA_HOME as it isn't required anymoreConor MacNeill2003-07-101-6/+0
* Make launcher work on Win2KConor MacNeill2003-07-101-7/+4
* Rollback - not tested yetConor MacNeill2003-07-091-3/+5
* CheckstyleConor MacNeill2003-07-091-5/+3
* Handle spaces in JAVA_HOMEConor MacNeill2003-02-171-2/+2
* Fix ant.bat for Win95/98/ME users - check for existence of ant.jarConor MacNeill2003-02-021-4/+4
* Quick, before Stefan finds out ...Conor MacNeill2003-01-241-1/+1
* Move ANT_OPTS to front of Java command line to supprot JDKs with positionConor MacNeill2003-01-241-2/+2
* re-add support for JAVACMD environment variable to ant.bat which hasStefan Bodewig2002-10-241-2/+3
* re-add support for ANT_ARGS environment variable to ant.bat which hasStefan Bodewig2002-10-081-2/+2
* Add quotes when %JAVA_HOME% contains spacesStephane Bailliez2002-08-301-2/+2
* More batch hacking. JAVACMD was reset each time and was jumping right off wit...Stephane Bailliez2002-08-221-11/+12
* Clean up batch scripts with simplified syntax to avoid problems with someStephane Bailliez2002-08-161-49/+29
* regenerate HTML version of TODO listStefan Bodewig2002-04-021-1/+1
* Add check for "%_JAVACMD%.exe" (PR 2484).Diane Holt2002-03-311-0/+1
* Add some more copyright notices.Stefan Bodewig2002-01-101-0/+3
* PR: 3952, 3654 : "4NT not being recognised correctly"Steve Loughran2001-11-301-1/+1
* Allow for an ANT_ARGS environment variable, for setting things likeDiane Holt2001-10-171-2/+2
* OK, reverting change since it was bad and the errorlevel is beingConor MacNeill2001-07-221-16/+0
* Add exit code to batch filesConor MacNeill2001-07-211-0/+16
* Use /nul when checkign for the existence of directories on WindowsConor MacNeill2001-07-121-1/+7
* Just find directory above script home rather than removing bin dirs whichConor MacNeill2001-07-121-1/+1
* Test for the 4NT shell, which requires aglennm2001-07-101-0/+7
* Handle spaces in JikesPath.Conor MacNeill2001-07-081-1/+1
* Make Ant work with spaces everywhere.Conor MacNeill2001-07-071-7/+7
* Update to Jaxp 1.1Conor MacNeill2001-03-041-1/+1
* Made sure env vars are cleaned and CLASSPATH is not decorated with extra " ch...Peter Donald2001-02-041-1/+2
* Further tuning of the build scripts. The bootstrap now goes intoConor MacNeill2001-01-311-1/+0
* Allow ant to handle parameters with spaces under Win systemsConor MacNeill2001-01-291-8/+19
* removed debug echoingPeter Donald2001-01-231-1/+1