summaryrefslogtreecommitdiff
path: root/src/script
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 02aedbc903570357c4caa43beb2d9e2dabd7b4fc.
* 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
| | | | known to not completely break in Solaris
* 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
| | | | suggested patch by Jeffrey Adamson
* 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
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59898
* Bug 58898: Ant fails to run when arguments contain double-quote characterJeffrey Adamson2016-01-201-2/+4
| | | | | Test with lots of args that break existing script ./ant --execdebug -Df='"' -Dx="'" "-Dx='" -Dz=\'\""'"
* Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.Jeffrey Adamson2016-01-151-1/+1
|
* use git attributes to control line-endsStefan Bodewig2015-04-251-0/+2
|
* make complete-ant.pl provide all targets as completionsStefan Bodewig2015-02-071-4/+7
| | | | | | Patch by Christian Schmidt Fixes bugzilla issues 57542 and 51931
* enhance complete-ant-cmd.pl to know about -file and $ANT_ARGSStefan Bodewig2014-12-241-4/+4
| | | | | Bugzilla Report 57371 Submitted by Christian Schmidt
* patch by Vitold S: make runant.py deal with spaces in java's path.Vitold S2014-11-181-2/+8
| | | | fixes #1
* after all these years we still have some author tags leftStefan Bodewig2014-11-174-12/+1
|
* port Tomcat's logic for setting JAVA_HOME to an script - PR 52632Stefan Bodewig2013-01-171-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1434680 13f79535-47bb-0310-9956-ffa450edef68
* #52556: removed buggy duplicate JAR list in RPM mode.Jesse N. Glick2012-01-311-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1238725 13f79535-47bb-0310-9956-ffa450edef68
* update of complete-ant-cmd.pl suggested by Ondra Medeksee ↵Antoine Levy-Lambert2011-01-071-2/+2
| | | | | | http://mail-archives.apache.org/mod_mbox/ant-user/201101.mbox/%3CAANLkTinbngSscXy5nAQJaCRQPcVHJQqRJSyuzdneyene@mail.gmail.com%3E git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1056313 13f79535-47bb-0310-9956-ffa450edef68
* ant.bat exit strategy improvements and issues, Bugzilla 41039, patch ↵Antoine Levy-Lambert2010-10-191-7/+1
| | | | | | supplied by Mark DeLaFranier git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1024417 13f79535-47bb-0310-9956-ffa450edef68
* don't swallow first arg if CLASSPATH isn't set. PR 49963. Submitted by ↵Stefan Bodewig2010-09-211-2/+2
| | | | | | Devon C. Miller git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@999368 13f79535-47bb-0310-9956-ffa450edef68
* bash completion failes if ant throws an exception. Submitted by Omer ↵Stefan Bodewig2010-03-251-1/+1
| | | | | | Shapira. PR 48980 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927416 13f79535-47bb-0310-9956-ffa450edef68
* fix for Bug 48876, ANT_CMD_LINE_ARGS are rippling through lower level Ant usageAntoine Levy-Lambert2010-03-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@921184 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 48186 ant.bat file ignores -noclasspath if it is the first ↵Antoine Levy-Lambert2010-01-261-3/+0
| | | | | | parameter supplied by Ken Southerland. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@903337 13f79535-47bb-0310-9956-ffa450edef68
* Syntax error. PR 47911Stefan Bodewig2009-09-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@819556 13f79535-47bb-0310-9956-ffa450edef68
* support MSYS/MingW. Submitted by Clement OUDOT. PR 46936Stefan Bodewig2009-04-091-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@763652 13f79535-47bb-0310-9956-ffa450edef68
* more alarmist warning if launcher jar is missing. PR 34505.Stefan Bodewig2008-11-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@710055 13f79535-47bb-0310-9956-ffa450edef68
* delay expansion of command line args. PR 31601.Stefan Bodewig2008-10-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704943 13f79535-47bb-0310-9956-ffa450edef68
* make sure JAVA_HOME and ANT_HOME are set before passing them to cygpath. PR ↵Stefan Bodewig2008-08-081-2/+2
| | | | | | 45245. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@683961 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 42739: fix ant script - cd may have outputPeter Reilly2007-06-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@550805 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 39932: lcp.bat prepended instead of appendPeter Reilly2006-10-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@469312 13f79535-47bb-0310-9956-ffa450edef68
* allow . /etc/ant.conf if ant_home is /usr/share/antPeter Reilly2006-10-131-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463867 13f79535-47bb-0310-9956-ffa450edef68
* use -x instead of -fPeter Reilly2006-10-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463485 13f79535-47bb-0310-9956-ffa450edef68
* place the OPT_JAR_LIST in the correct placePeter Reilly2006-10-121-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463483 13f79535-47bb-0310-9956-ffa450edef68
* 1) modify ant script to *NOT* . include /etc/ant.confPeter Reilly2006-10-101-9/+23
| | | | | | | | | | if ANT_HOME variable is set. 2) apply jpackage patch to ant script 3) modify manual to include the change in behaviour to ANT_HOME and jpackage git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462590 13f79535-47bb-0310-9956-ffa450edef68
* ant.bat now looks in %USERPROFILE% and %HOMEDRIVE%%HOMEPATH% in addition toMatthew Jason Benson2006-10-101-2/+16
| | | | | | | %HOME% for pre/post batch files. Bugzilla report 39298. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454805 13f79535-47bb-0310-9956-ffa450edef68
* support %HOMEDRIVE%%HOMEPATH% on XP. Bugzilla 39298.Matthew Jason Benson2006-10-101-11/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454794 13f79535-47bb-0310-9956-ffa450edef68
* Yet another uncommon file system layout on AIX, submitted by Henri GomezStefan Bodewig2006-09-201-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448058 13f79535-47bb-0310-9956-ffa450edef68
* Get ant to output a warning if /etc/ant.confPeter Reilly2006-09-151-0/+7
| | | | | | | | has modified ANT_HOME git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446773 13f79535-47bb-0310-9956-ffa450edef68
* copy2license.plStefan Bodewig2006-09-0113-125/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439448 13f79535-47bb-0310-9956-ffa450edef68
* strip trailing backslashes from ANT_HOME, CLASSPATH, JIKESPATH. PR# 39300.Matthew Jason Benson2006-05-031-12/+34
| | | | | | | fix reversed gotos bypassing run-with-classpath options. PR# 39475. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@399386 13f79535-47bb-0310-9956-ffa450edef68
* Patch for PR28914 / similar (maybe even identical) to the proposed patch of ↵Jacobus Martinus Kruithof2006-03-131-8/+3
| | | | | | Benjamin Burgess git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@385653 13f79535-47bb-0310-9956-ffa450edef68
* bug ID 32069: resetting an undefined env variable changes the errorlevel.Steve Loughran2006-03-031-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382808 13f79535-47bb-0310-9956-ffa450edef68
* Fix for Bugzilla 13655. Thanks to Simon Law. Proper return code for ant.batAntoine Levy-Lambert2005-12-051-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354209 13f79535-47bb-0310-9956-ffa450edef68
* 2005Stefan Bodewig2005-04-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278158 13f79535-47bb-0310-9956-ffa450edef68
* flush any output before we run.Steve Loughran2005-04-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278150 13f79535-47bb-0310-9956-ffa450edef68
* ant.bat was missing runAntNoClasspath label for gotoAntoine Levy-Lambert2005-04-191-1/+5
| | | | | | | PR: 34510 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278146 13f79535-47bb-0310-9956-ffa450edef68
* crightJacobus Martinus Kruithof2005-03-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277992 13f79535-47bb-0310-9956-ffa450edef68