summaryrefslogtreecommitdiff
path: root/src/script/ant
Commit message (Expand)AuthorAgeFilesLines
* crightJacobus Martinus Kruithof2005-03-151-1/+1
* PR: 31245Jacobus Martinus Kruithof2005-03-151-2/+8
* Remove unused code, PR 34018Stefan Bodewig2005-03-151-9/+0
* add a -cp option to Launcher.java to cause it toPeter Reilly2004-09-061-2/+2
* Make sure CLASSPATH is set before attempting to change it;Matthew Jason Benson2004-05-061-2/+4
* Cygwin/UNC ANT_HOME compatibility using mixed paths on NT-family systems.Matthew Jason Benson2004-05-061-6/+17
* Fix typo.Matthew Jason Benson2004-03-021-1/+1
* More tweaks to the RPM specific section, submitted by Randy WatlerStefan Bodewig2004-02-271-6/+8
* changes following tests under cygwinAntoine Levy-Lambert2004-02-111-3/+25
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Changes to make Ant installed in JPackage's RPM environment behave aStefan Bodewig2004-02-051-35/+127
* first test to move to the Apache License 2.0Antoine Levy-Lambert2004-02-021-2/+13
* mergeConor MacNeill2003-10-021-1/+1
* mergeConor MacNeill2003-09-241-7/+4
* adding a new supported command line argument -libAntoine Levy-Lambert2003-09-221-8/+4
* Remove warning about JAVA_HOME as it isn't required anymoreConor MacNeill2003-07-101-5/+0
* Refactor some code into the Launcher.Conor MacNeill2003-07-091-41/+25
* One ANT_OPTS should be enoughStefan Bodewig2003-03-311-1/+1
* Make wrapper script work if ant is a relative symlink and ANT_HOMEStefan Bodewig2003-03-271-1/+1
* Make JIKESPATH construction on Mac OS X take JAVA_HOME into account.Stefan Bodewig2003-03-071-1/+1
* Remove incorrect --path arguments to cygpathConor MacNeill2003-02-211-3/+3
* Minor tweak to which usageConor MacNeill2003-02-021-1/+4
* Add info about JAVA_HOME possibly being set but not exportedConor MacNeill2003-02-021-1/+1
* Allow JAVA_HOME to be unset by finding java if it is in the path.Conor MacNeill2003-02-021-1/+1
* 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-4/+4
* even more missing quotes.Stefan Bodewig2002-09-161-5/+4
* 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
* Submited the patch from Patrick.Costin Manolache2002-08-081-18/+15
* 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-011-1/+2
* 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
* More quoting cruft. (Maybe we should just put the entireDiane Holt2002-04-011-7/+7
* 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-101-0/+3
* 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-171-1/+1
* Moved conversion of ANT_HOME to after the 'try to find ANT' section as sugges...Nico Seessle2001-07-071-10/+10
* 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