Stefan Bodewig
107d2d1b7b
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
3d6f8b0283
add test for copy example of Bugzilla 62076
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
reudismam
782ec74638
Use the isEmpty method instead of comparing the value of size() to 0.
This closes #61 pull request at github/apache/ant repo
7 years ago
Jaikiran Pai
f690f9908e
Merge 1.9.x branch into master
7 years ago
Jaikiran Pai
fc1ad4424d
Change the copy-test#testResourceWithoutName to no longer expect a BuildException when the resource's name is null.
Detailed dev list discussion https://www.mail-archive.com/dev@ant.apache.org/msg46634.html
7 years ago
Stefan Bodewig
ee338052ce
verify Bug 62086 doesn't affect the 1.9.x branch
https://bz.apache.org/bugzilla/show_bug.cgi?id=62086
7 years ago
Jaikiran Pai
1899e40b2e
Merge 1.9.x branch into master
7 years ago
Jaikiran Pai
e3f5250916
bz-62076 Make IdentityMapper follow the "mapFileName" API contract to avoid NPE when it deals with a non-matching source file name
7 years ago
Adrien Grand
98e4b51aa8
bz-62086 Fix NPE in ChainedMapper.
This closes #59 pull request at github/apache/ant repo
This NPE happens whenever any of the sub mappers returns `null`, which may
happen eg. with `GlobPatternMapper`.
7 years ago
Stefan Bodewig
f11bc4eaa3
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
a390fd653c
BZ 62071 - fix error message when fileset.setFile is called twice
8 years ago
Gintas Grigelionis
175192a3ec
Skip tests of image task on Java 9+
8 years ago
Stefan Bodewig
bed7cf0767
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
5892ab045d
whitespace
8 years ago
Stefan Bodewig
f0322a2f4b
Java9 tool location changes now show up on Jenkins
8 years ago
Stefan Bodewig
02e72b8ca9
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
40a9188d8b
infinite redirect test runs into network timeouts on Jenkins
this failure has been crying wolf for so long we hardly notice
something else might be broken in all the noise of failed Jenkins
builds.
8 years ago
reudismam
1721393be7
Use valueOf method instead of constructor since valueOf has higher performance.
8 years ago
Stefan Bodewig
f57d60d6c1
apply patch #55 by @reudismam which doesn't apply properly on this branch
8 years ago
Jaikiran Pai
00a4216d4f
Merge remote-tracking branch 'asf/1.9.x'
8 years ago
Jaikiran Pai
6c860e0036
BZ-58451 BZ-58833 Give StreamPumper a chance to finish cleanly before interrupting its thread, to prevent truncated output
8 years ago
twogee
a044dadb4b
whitespace adjustment in scripts
8 years ago
twogee
b4b82c4588
whitespace adjustment in scripts
8 years ago
Stefan Bodewig
eec1ab7606
remove debug output that is no longer needed
8 years ago
Stefan Bodewig
6e6b6d4192
printf debugging of test failing in CI
8 years ago
Gintas Grigelionis
7f1e7628b3
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
8 years ago
Gintas Grigelionis
5eef12a964
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
8 years ago
Jaikiran Pai
cefdbd398d
BZ-58683 Honour the overwrite=false for existing symlinks. Plus, use Java 7 java.nio.file.Files support for symbolinks, in symlink task
8 years ago
Stefan Bodewig
0e17a81580
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
168b405e3e
make sure stream is close so file can be deleted on windows
8 years ago
Stefan Bodewig
4796589e81
seems Sun's native2ascii doesn't always close input properly on win
8 years ago
Gintas Grigelionis
6656db28bb
Let’s use doclint
8 years ago
Gintas Grigelionis
67f29ce0c2
Let’s use doclint
8 years ago
Stefan Bodewig
cf6965b58b
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
608b65a3e3
close streams to make files deletable on windows
8 years ago
Stefan Bodewig
ca1ed226f7
length tests are redundant with content assertions
8 years ago
Stefan Bodewig
bd676a53d1
remove commented out code
8 years ago
Stefan Bodewig
609d36356f
use different server sockets for tests, eases binding on windows
8 years ago
Stefan Bodewig
1c5a92fb1f
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
79e9d10435
fail early if javah is used with java 10+
8 years ago
Stefan Bodewig
4ea39464ab
add test for Java10 version support
8 years ago
Stefan Bodewig
d7e4064f5b
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
dd1ac8f23b
make things compile on Java5 again
8 years ago
Stefan Bodewig
228e2e25e7
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
bd0759d943
try to adapt to Java10+ rapidly changing major versions
8 years ago
Gintas Grigelionis
572a249025
Checkstyle: mostly whitespace (cf master)
8 years ago
Gintas Grigelionis
866ce9f550
Checkstyle: mostly whitespace
8 years ago
Stefan Bodewig
fc2bce5326
Merge branch '1.9.x'
8 years ago
Gintas Grigelionis
0ed7f4ab51
Normalise tabulation and line breaks (cf master)
8 years ago
twogee
4422804db3
Normalise tabulation and line breaks
8 years ago