Stefan Bodewig
f70ce7b08a
document that symlink's link attribute is not resolved against basedir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@935067 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
7d05241b92
File("foo").getParent() is null if "foo" is a symbolic link - File("./foo").getParent() is not. PR 49137.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@935064 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
9969e4d608
jar filesetmanifest=merge only worked for an OS where filesep == /. PR 49090
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933630 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
eb2fdfacb5
idldepend is on the move. Submitted by byteslooser AT gmail.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933480 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
43b854e3c3
remove test file we must not distribute. PR 49080
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933479 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
ec26cc419a
add serialVersionUID
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933352 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
1038e813e3
Now that we are on Java 1.4, track RuntimeConfigurable attributes using
a LinkedHashMap instead of List/Map combination. Priority of 'refid' preserved;
bug whereby setting an attribute multiple times would add it multiple times
to the attribute names list is also corrected.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933350 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
84d14bfb72
remove unused rsel ns declaration
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933337 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
afadfc856b
document fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933173 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
3628209a35
problems 49079, 48961
Address indexOf inefficiency in PropertyHelper default propertyexpander implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932588 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
16d4f876a8
problems 49079, 48961
Address indexOf inefficiency in PropertyHelper embedded skip-double-dollar propertyexpander
implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932456 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
ca1c170b4e
Most probably fix Issue 48972, will close it once I can enable the test and verify the fix (works with a different server)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932445 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
ee8262bfc9
Use a CGI script as testcase for Issue 48972
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932439 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
b9b253df5b
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932242 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
c35f045b90
make failonerror work as expected when copying to a file instead of a directory
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932241 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
43f3df1bca
JUnit is required if you build from source
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@931436 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
c5dc8c1826
Doubled slashes in includes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@928006 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
3078886d89
Proven to be useful to pick up just one feature of BigProjectLogger without all the chrome.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@928005 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
7e54a7d219
seems that line is broken an kills the other redirects
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927913 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
a5ffa2e18d
speed up fast executions (where the process finishes in way less than a second) like attrib. PR 48734
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927753 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
2af904c304
not sure whether this is the correct syntax for non-absolute redirects
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927742 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3d77ed2e09
rmic's sourcebase is broken. PR 48970.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927494 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
e5559c804b
uniform reference to bug numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927417 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
Stefan Bodewig
16b5178713
indentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927414 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
b57059863d
adjusting the name of an attribute of the p4integrate task, nocopynewtargetfiles instead of nocopytargetfiles
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927366 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jan Materne
bcd34c5d16
Correct typos according to Bug-48984
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927357 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
d46268dc56
reject empty test names. Submitted by Clark Archer. PR 43586
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@926465 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
724299a142
remove tabs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@924683 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
6f0e98a289
test for bug 48932, socket closed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@924548 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
cd4f36c8c2
bugzilla 48932, IO error sending mail with plain mimetype, socket closed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@924533 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
6136859a67
elaborate on srcfiles a bit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@923294 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jacobus Martinus Kruithof
d9c6fb9037
Inspired on one of the patches on debian ant
Minimum java version 1.8+ is 1.4.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@922191 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jacobus Martinus Kruithof
c72633ebe4
problem 48894
1) buffer size management is present in FileChannel, so we do not need to impose any limit.
2) bus error in gij when requested copy size > remaining file size (this is a bug in gij that will not be triggered anymore by ant from this line)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@922179 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jacobus Martinus Kruithof
d58a063193
pr 48896
tools.jar no longer present on bootstrap classpath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@922178 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jonathan K. Schneider
90bf63566e
Removed my short key and added long key.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@921894 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
15 years ago
Antoine Levy-Lambert
91cf4c953b
bug 48881 - changing URL for TeamCity nightlies
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@921115 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
0ce6fda038
one bug fix by Peter Reilly was omitted, Bugzilla 48768, propertyFile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@920610 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
680180b354
it looks like the name of www.apache.org has changed to eos from aurora, the IP address from 192.87.106.226 to 140.211.11.130
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@920591 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
0ba487ad57
clarify the meaning of other in different selector manual. PR 48078
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@919483 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
a03b5aac18
unused imports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@919327 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
b33d33d754
embrace java.util.jar. PR 48853
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@919018 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3e2cbab6ba
reduce performance loss in AntClassLoader from 1000% to about 50%. PR 48853
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918989 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
9a0f85affe
indentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918988 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
44d82385e9
test that shows Ant 1.8.0's findClass to take 10x the time of Ant 1.7.1's version
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918979 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
dec2829b48
available classname is nicer for a class actually
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918321 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
2423f7e6ef
make available detect the gump conditions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918319 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
13b958488b
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918317 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
8c6f05f3bc
using JDK 1.6 on Windows D:\ has a valid canonical path even if the drive is not ready
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918096 13f79535-47bb-0310-9956-ffa450edef68
15 years ago