summaryrefslogtreecommitdiff
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
* Handle correctly the classpath if multiple jars are passed as arguments.Stephane Bailliez2002-10-231-1/+1
* re-add support for ANT_ARGS environment variable to ant.bat which hasStefan Bodewig2002-10-081-2/+2
* even more missing quotes.Stefan Bodewig2002-09-161-5/+4
* 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
* 2002Stefan Bodewig2002-08-182-2/+2
* Clean up batch scripts with simplified syntax to avoid problems with someStephane Bailliez2002-08-163-61/+53
* Only set jikes.class.path if JIKESPATH is defined.Stefan Bodewig2002-08-091-12/+15
* Fix a problem with HOME containing spaces on Cygwin.Stefan Bodewig2002-08-091-4/+5
* Make <available> less noisy.Stefan Bodewig2002-08-091-1/+1
* Submited the patch from Patrick.Costin Manolache2002-08-082-19/+16
* More quotes.Stefan Bodewig2002-07-121-3/+3
* Fix ANT_LIB path so that it uses a valid ANT_HOME under Cygwin..Stephane Bailliez2002-07-101-3/+3
* Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.Magesh Umasankar2002-07-091-15/+21
* Merge changes made to 1.5 Beta1.Magesh Umasankar2002-06-012-5/+31
* Set JAVA_HOME for OS/X. (PR 8503)Diane Holt2002-04-291-2/+5
* Help getting the wrapper scripts that ship with Ant's "normal"Stefan Bodewig2002-04-291-5/+37
* Add cygpath handling of JIKESPATH (PR 6943).Diane Holt2002-04-081-4/+3
* Fix DIRLIBS to allow for space (iow, more quoting crud -- gack!)Diane Holt2002-04-081-3/+3
* regenerate HTML version of TODO listStefan Bodewig2002-04-021-1/+1
* More quoting cruft. (Maybe we should just put the entireDiane Holt2002-04-011-7/+7
* Add check for "%_JAVACMD%.exe" (PR 2484).Diane Holt2002-03-311-0/+1
* Make the return code match the naughty exit.Diane Holt2002-02-281-1/+1
* Switch CLASSPATH back to Windows format in Cygwin.Stefan Bodewig2002-02-201-0/+1
* oh myStefan Bodewig2002-01-171-1/+1
* Make automatic detection of ANT_HOME work if ant is a symlink to theStefan Bodewig2002-01-171-0/+8
* Add some more copyright notices.Stefan Bodewig2002-01-108-0/+25
* PR: 3952, 3654 : "4NT not being recognised correctly"Steve Loughran2001-11-301-1/+1
* A perl script to make it easier to get Execute to run under netware.Peter Donald2001-11-151-0/+51
* Add in a completiong script for nt build files.Peter Donald2001-11-091-0/+99
* Allow ant script to gracefully handle spaces in $HOME variablePeter Donald2001-10-261-1/+1
* Allow for an ANT_ARGS environment variable, for setting things likeDiane Holt2001-10-173-7/+9
* 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
* Moved conversion of ANT_HOME to after the 'try to find ANT' section as sugges...Nico Seessle2001-07-071-10/+10
* Make Ant work with spaces everywhere.Conor MacNeill2001-07-072-8/+15
* sync classpath creation between Unix and Windows version.Stefan Bodewig2001-05-081-1/+1
* Made scripts a little more consistent, they should now work with IBM'sStefan Bodewig2001-05-081-23/+36
* this makes ant work with jikes on OSXJon Scott Stevens2001-05-081-3/+17
* Added in python style runant scriptPeter Donald2001-04-111-0/+96
* Bug #1138Nico Seessle2001-03-281-1/+1
* pass through the exit value from AntStefan Bodewig2001-03-161-35/+44
* Update to Jaxp 1.1Conor MacNeill2001-03-041-1/+1
* Merge 1.3 branch changes into MAINConor MacNeill2001-02-181-0/+2
* 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-312-10/+0