Jaikiran Pai
f3b8ace711
Fix previous commit - Java 5 doesn't allow @Override on implementation methods of an interface
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`.
8 years ago
Stefan Bodewig
314eb433ee
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
87409137ed
looks like a bad merge, seems Jenkins doesn't build everything
8 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
Stefan Bodewig
82573c463b
fix javadoc
8 years ago
Stefan Bodewig
b38faab1cc
swap constant string and variable in some equals ops
this is a stripped down version of #56 as `isEmpty` is not available
in Java5.
8 years ago
reudismam
02e32f76ca
Use equals method of a string literal to prevent NPE and isEmpty() method instead of comparing a String object with an empty string.
8 years ago
Gintas Grigelionis
c9025be06f
Deprecate Image task
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
Jan Matrne
6bb1f2f059
make the Log4j 1.2 Bridge work
8 years ago
Jan Matrne
610b0b6416
make the Log4j 1.2 Bridge work
8 years ago
Jan Matrne
7a6d765e01
deprecate Log4jListener
8 years ago
Jan Matrne
538b7c9ffe
deprecate Log4jListener
8 years ago
Gintas Grigelionis
bb1f2c693e
Java 9 javadoc objects to self-terminating tags in package.html
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
Jaikiran Pai
1a2c33fd0e
Add @Deprecated to SymbolicLinkUtils
8 years ago
Jaikiran Pai
242d661161
Deprecate SymbolicLinkUtils in favour of Java 7 java.nio.file.Files APIs
8 years ago
Stefan Bodewig
6aeb7d3293
improve debug logging
8 years ago
Stefan Bodewig
edb27a348d
whitespace
8 years ago
Stefan Bodewig
d88b87fd8b
Properties#list shortens values in output
8 years ago
Stefan Bodewig
33885eff51
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
de95b34f04
use HTML entity instead of unicode escape sequence
8 years ago
Stefan Bodewig
ff3faffc76
bad merge, sorry
8 years ago
Stefan Bodewig
82e0218d2e
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
6f5db5e068
more +/- characters
8 years ago
Stefan Bodewig
d95099a1af
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
246bc2bb28
make things work on OS with non-UTF8 default encoding
8 years ago
Jaikiran Pai
afc99e7920
Fix javadoc build failure
8 years ago
Jaikiran Pai
0fd2a86369
BZ-19516 Use BufferedInputStream for reduced memory usage in Zip task, in certain cases
8 years ago
Jaikiran Pai
17f06a9f0f
BZ-19516 Use BufferedInputStream for reduced memory usage in Zip task, in certain cases
8 years ago
Jaikiran Pai
b3c7d5dc45
BZ-58683 Don't break the semantics that were introduced as part of BZ-43426 i.e. allow overwritting (if the attribute is set to true) of existing non-symlink files with a symlink
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
454e4e2f19
BZ-58683 Explicitly use LinkOption.NOFOLLOW_LINKS while checking for existence of a file
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
Gintas Grigelionis
6656db28bb
Let’s use doclint
8 years ago
Gintas Grigelionis
67f29ce0c2
Let’s use doclint
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
8191d7e0f2
use cleaner methid to detect current java version in <apt>
8 years ago
Stefan Bodewig
6cd989e534
deal with theoretical case of version scheme changing 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