summaryrefslogtreecommitdiff
path: root/src/script/ant
Commit message (Expand)AuthorAgeFilesLines
* redo security manager setting to allow calling System.setSecurityManager at r...Jaikiran Pai2022-12-111-13/+2
* Fix detection of java.specification.versionKeith W. Campbell2022-11-161-5/+12
* allow security manager setting on all versions above Java 18 (inclusive)Jaikiran Pai2022-11-081-2/+2
* add java.security.manager=allow while launching against Java 19Jaikiran Pai2022-02-071-1/+1
* fix condition check for non-bash shellJaikiran Pai2021-11-281-1/+1
* Pass -Djava.security.manager=allow from *nix launcher script for Java 18Jaikiran Pai2021-11-281-0/+6
* Merge branch '1.9.x'Stefan Bodewig2019-06-131-2/+4
|\
| * improve error message if Java cannot be foundStefan Bodewig2019-06-131-2/+4
| * whitespace adjustment in scriptstwogee2017-12-191-17/+17
| * Make build & bootstrap work on macOS (cf ant);twogee2017-12-191-87/+83
* | updated reference to license from http to https usingjkf2019-05-251-1/+1
* | whitespace adjustment in scriptstwogee2017-12-191-17/+17
* | Make build & bootstrap work on macOS (cf ant);twogee2017-12-191-87/+83
|/
* trim whitespaceStefan Bodewig2017-01-141-1/+1
* detect solaris 10 to avoid certain POSIX expressionsJeffrey Adamson2017-01-141-9/+30
* Revert "replace backticks with $() - may fix PR 60562"Stefan Bodewig2017-01-101-22/+22
* replace backticks with $() - may fix PR 60562Stefan Bodewig2017-01-091-22/+22
* remove obsolete awk escaping - related to PR 60562Stefan Bodewig2017-01-091-40/+4
* corrected commentsJeffrey Adamson2016-10-291-2/+2
* latest iteration of Jeff Adamson's script fixesStefan Bodewig2016-10-261-8/+19
* fix problems with argument handling of trailing space and sed/echo quirksJeffrey Adamson2016-10-221-7/+47
* try to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59321Stefan Bodewig2016-10-081-2/+7
* fix 60150 values containing backtick or $ character cause shell error on *nixJeffrey Adamson2016-09-281-2/+2
* non-GNU sed needs an extra newline characterStefan Bodewig2016-07-251-1/+1
* Bug 58898: Ant fails to run when arguments contain double-quote characterJeffrey Adamson2016-01-201-2/+4
* Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.Jeffrey Adamson2016-01-151-1/+1
* port Tomcat's logic for setting JAVA_HOME to an script - PR 52632Stefan Bodewig2013-01-171-1/+5
* #52556: removed buggy duplicate JAR list in RPM mode.Jesse N. Glick2012-01-311-4/+1
* support MSYS/MingW. Submitted by Clement OUDOT. PR 46936Stefan Bodewig2009-04-091-1/+10
* delay expansion of command line args. PR 31601.Stefan Bodewig2008-10-151-3/+3
* make sure JAVA_HOME and ANT_HOME are set before passing them to cygpath. PR ...Stefan Bodewig2008-08-081-2/+2
* Bugzilla 42739: fix ant script - cd may have outputPeter Reilly2007-06-261-1/+1
* allow . /etc/ant.conf if ant_home is /usr/share/antPeter Reilly2006-10-131-2/+4
* use -x instead of -fPeter Reilly2006-10-121-2/+2
* place the OPT_JAR_LIST in the correct placePeter Reilly2006-10-121-7/+8
* 1) modify ant script to *NOT* . include /etc/ant.confPeter Reilly2006-10-101-9/+23
* Yet another uncommon file system layout on AIX, submitted by Henri GomezStefan Bodewig2006-09-201-1/+3
* Get ant to output a warning if /etc/ant.confPeter Reilly2006-09-151-0/+7
* copy2license.plStefan Bodewig2006-09-011-11/+12
* 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