Stefan Bodewig
acd33fa8df
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
2a5857c384
port image type bug fixes from Java8 refactoring in master
7 years ago
Stefan Bodewig
3ae6f545dc
use explicit Locale now that we use toLowerCase instead of equalsIgnoreCase
7 years ago
Stefan Bodewig
49e92364f7
resolveEntity was overwritten to remove exceptions before Java8 refactoring
7 years ago
Stefan Bodewig
6b8f2a5bca
separator in toString used to be ; before Java8 refactoring
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
Stefan Bodewig
9873bf6c8a
Java8 refactoring removed not-null guard
7 years ago
Stefan Bodewig
37210954e5
another evil PrintWriter introduced by Java8 refactoring
7 years ago
Stefan Bodewig
1fbf712537
make sure destPath doesn't leak into dependency path
7 years ago
Stefan Bodewig
495c0ed8ee
Revert "Java8 refactoring removed call to DirectoryScanner.scan"
the call to scan is redundant as supportFileSet.getDirectoryScanner
has already called scan internally.
This reverts commit eab7f04cac .
7 years ago
Stefan Bodewig
c813b4d8d8
Java8 refactoring stripped null check on manifest.getMainAttributes
7 years ago
Stefan Bodewig
6850ad2e61
rephrase comment after it has been moved
7 years ago
Stefan Bodewig
eab7f04cac
Java8 refactoring removed call to DirectoryScanner.scan
7 years ago
Stefan Bodewig
fb22a1a2eb
Java8 refactoring introduced the evil PrintWriter
7 years ago
Stefan Bodewig
81882fe743
Java8 refactoring introdiced PrintWriter that we do not want to use
PrintWriter's `println` method swallows exceptions and we really want
to know when writing fails.
7 years ago
Stefan Bodewig
c8b7af521e
move checkstyle rule back where it belongs
7 years ago
Stefan Bodewig
7845e9f0af
Java8 refactoring removed buffering
7 years ago
Stefan Bodewig
38fed1a2fa
whitespace
7 years ago
Stefan Bodewig
4cacf92330
Java8 refactoring made createEmptyZip ignore skipWriting flag
7 years ago
Stefan Bodewig
debd9484f8
Java8 refactoring has stripped encoding of DNs
7 years ago
Stefan Bodewig
7ade15cb16
in 1.9.x we skip unmappable resouces in MappedResourceCollection
7 years ago
Stefan Bodewig
13249b7193
bad merge
7 years ago
Stefan Bodewig
e90f71193a
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
21b870006b
properly check return value of mapFileName
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Stefan Bodewig
a3246562ff
ensure FileNameMapper implementations deal with null source names
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Stefan Bodewig
801a44a207
add some documentation hints
see https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Jaikiran Pai
c8ea02ee7c
Merge 1.9.x branch into master
7 years ago
Adam Retter
e9294e0a74
[bugfix] Allow Saxon to be used for junitreport XSL transformation
This closes #57 pull request at github/apache/ant repo
8 years ago
Jaikiran Pai
7f1685bde0
bz-62076 bz-39960 Expect the mapper to follow the FileNameMapper#mapFileName contract and move the check for null onto the entire returned array
7 years ago
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`.
7 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