Stefan Bodewig
26b8a01e64
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
99ef834ef2
adapt runant.py to Python3
closes #96 , thanks to @twogee
6 years ago
Stefan Bodewig
1c4a77adf9
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
c457e6dfd4
improve error message if Java cannot be found
6 years ago
jkf
3a4980e3c4
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
6 years ago
Gintas Grigelionis
790e27474f
Revert "Check spelling"
7 years ago
Gintas Grigelionis
54b6df2f44
Check spelling
7 years ago
Stefan Bodewig
d43d83e019
logic was inverted
8 years ago
twogee
a044dadb4b
whitespace adjustment in scripts
8 years ago
twogee
b4b82c4588
whitespace adjustment in scripts
8 years ago
twogee
603124a79b
incorrect conditions
8 years ago
twogee
a79d27597a
Make build & bootstrap work on macOS (cf ant);
normalise whitespace in scripts and use Perl idioms properly
8 years ago
twogee
580e99c5bf
Make build & bootstrap work on macOS (cf ant);
normalise whitespace in scripts and use Perl idioms properly
8 years ago
Stefan Bodewig
8d03bfd672
trim whitespace
9 years ago
Jeffrey Adamson
022cee192e
detect solaris 10 to avoid certain POSIX expressions
9 years ago
Stefan Bodewig
2960860847
Revert "replace backticks with $() - may fix PR 60562"
This reverts commit 02aedbc903 .
9 years ago
Stefan Bodewig
02aedbc903
replace backticks with $() - may fix PR 60562
9 years ago
Stefan Bodewig
af4eb228ec
remove obsolete awk escaping - related to PR 60562
9 years ago
Jeffrey Adamson
0d1928a584
corrected comments
9 years ago
Stefan Bodewig
61e1cccf30
latest iteration of Jeff Adamson's script fixes
known to not completely break in Solaris
9 years ago
Jeffrey Adamson
173c28f765
fix problems with argument handling of trailing space and sed/echo quirks
9 years ago
Stefan Bodewig
c2666b1996
try to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59321
suggested patch by Jeffrey Adamson
9 years ago
Jeffrey Adamson
ce6843657c
fix 60150 values containing backtick or $ character cause shell error on *nix
9 years ago
Stefan Bodewig
ad86305722
non-GNU sed needs an extra newline character
https://bz.apache.org/bugzilla/show_bug.cgi?id=59898
9 years ago
Jeffrey Adamson
568c3eeb96
Bug 58898: Ant fails to run when arguments contain double-quote character
Test with lots of args that break existing script
./ant --execdebug -Df='"' -Dx="'" "-Dx='" -Dz=\'\""'"
10 years ago
Jeffrey Adamson
14e71c1a93
Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.
10 years ago
Stefan Bodewig
5ebe693305
use git attributes to control line-ends
10 years ago
Stefan Bodewig
33d20f4365
make complete-ant.pl provide all targets as completions
Patch by Christian Schmidt
Fixes bugzilla issues 57542 and 51931
11 years ago
Stefan Bodewig
a3125e6e78
enhance complete-ant-cmd.pl to know about -file and $ANT_ARGS
Bugzilla Report 57371
Submitted by Christian Schmidt
11 years ago
Vitold S
123266127c
patch by Vitold S: make runant.py deal with spaces in java's path.
fixes #1
11 years ago
Stefan Bodewig
14b24bcc98
after all these years we still have some author tags left
11 years ago
Stefan Bodewig
adede93ab1
port Tomcat's logic for setting JAVA_HOME to an script - PR 52632
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1434680 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jesse N. Glick
f07f1dd87d
#52556 : removed buggy duplicate JAR list in RPM mode.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1238725 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Antoine Levy-Lambert
0942613299
update of complete-ant-cmd.pl suggested by Ondra Medeksee 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
15 years ago
Antoine Levy-Lambert
aaa422b004
ant.bat exit strategy improvements and issues, Bugzilla 41039, patch supplied by Mark DeLaFranier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1024417 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
aed233d7f2
don't swallow first arg if CLASSPATH isn't set. PR 49963. Submitted by Devon C. Miller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@999368 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
520de2a8f4
bash completion failes if ant throws an exception. Submitted by Omer Shapira. PR 48980
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927416 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
0bd1b3f1da
fix for Bug 48876, ANT_CMD_LINE_ARGS are rippling through lower level Ant usage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@921184 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Antoine Levy-Lambert
c16ac4046a
fix for bug 48186 ant.bat file ignores -noclasspath if it is the first parameter supplied by Ken Southerland.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@903337 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
5edb2be598
Syntax error. PR 47911
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@819556 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
9aac905f3e
support MSYS/MingW. Submitted by Clement OUDOT. PR 46936
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@763652 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
40f8fea045
more alarmist warning if launcher jar is missing. PR 34505.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@710055 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
42a0fb5567
delay expansion of command line args. PR 31601.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704943 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
105c2b80c1
make sure JAVA_HOME and ANT_HOME are set before passing them to cygpath. PR 45245.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@683961 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
217541a354
Bugzilla 42739: fix ant script - cd may have output
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@550805 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
4f40185967
bugzilla 39932: lcp.bat prepended instead of append
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@469312 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
aded98e62b
allow . /etc/ant.conf if ant_home is /usr/share/ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463867 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
eb35cf8fdf
use -x instead of -f
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463485 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
c7e4024d63
place the OPT_JAR_LIST in the correct place
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463483 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
6e6999de17
1) modify ant script to *NOT* . include /etc/ant.conf
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
19 years ago