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 |
Stefan Bodewig
|
a390fd653c
|
BZ 62071 - fix error message when fileset.setFile is called twice
|
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
|
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 |
Stefan Bodewig
|
f57d60d6c1
|
apply patch #55 by @reudismam which doesn't apply properly on this branch
|
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 |
Gintas Grigelionis
|
5eef12a964
|
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
|
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
|
67f29ce0c2
|
Let’s use doclint
|
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
|
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
|
dd1ac8f23b
|
make things compile on Java5 again
|
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
|
0ed7f4ab51
|
Normalise tabulation and line breaks (cf master)
|
8 years ago |
Stefan Bodewig
|
3a5bf997b7
|
line ends
|
8 years ago |
Jaikiran Pai
|
07c54f0bb1
|
BZ-60644 Skip copying files, to avoid corrupting source files, if the source file and dest file are symlinked to each other
|
8 years ago |
George Bateman
|
2c5430b420
|
Fix zip-test
|
8 years ago |
George Bateman
|
a0cb1fa843
|
Reverse dependancy of DateUtils on Touch
Also add test
|
8 years ago |
Stefan Bodewig
|
7c6c749c95
|
add magic property that override's tstamp's idea of "now"
https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
|
8 years ago |
Stefan Bodewig
|
008f1c8be5
|
embrace StringUtils#getStackTrace
|
9 years ago |
Stefan Bodewig
|
c385fc66ff
|
next attempt at fixing Gump build
|
9 years ago |
Stefan Bodewig
|
8cf0c0bb49
|
try to fix test errors in Gump build
|
9 years ago |
Stefan Bodewig
|
c1bbf2fc0c
|
add support for Java9's javac --release
https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
|
9 years ago |
Stefan Bodewig
|
281d918708
|
Arrays.copyOf is too new for 1.9.x branch
|
9 years ago |
Stefan Bodewig
|
e95fe11095
|
really remove Java7 and Java8 features
|
9 years ago |
Tomas Zezula
|
5bbc7b6187
|
JDK9 command line options updated to JEP 293
|
9 years ago |
Stefan Bodewig
|
49e5b77cfe
|
linefeeds
|
9 years ago |
Stefan Bodewig
|
31cc48c6f7
|
JDK9 modules support for JUnit by Tomáš Zezula
this is the combined patch or #18 which couldn't be applied via `git am`
|
9 years ago |
Stefan Bodewig
|
7e55fea85d
|
use the undocumented TraX factory feature for extensions
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
won't work until https://bugs.openjdk.java.net/browse/JDK-8165116 has
been fixed.
|
9 years ago |
Stefan Bodewig
|
9b6f92697f
|
some additional redirect-extension tests
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
|
9 years ago |
Stefan Bodewig
|
e345ccf539
|
refactor test
|
9 years ago |
Stefan Bodewig
|
bdba0f5c1f
|
whitespace
|
9 years ago |
Stefan Bodewig
|
e290fd7431
|
line-ends
|
9 years ago |
Stefan Bodewig
|
a62d5f9f2a
|
formatting
|
9 years ago |
Stefan Bodewig
|
2df17719cb
|
line-ends
|
9 years ago |
Stefan Bodewig
|
77fbe3782f
|
fix the patterns used by touch and date selectors
https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
|
9 years ago |
Stefan Bodewig
|
ee85859ea0
|
add support for javac -h
https://bz.apache.org/bugzilla/show_bug.cgi?id=59905
|
9 years ago |
Stefan Bodewig
|
7ebbdc995c
|
implement a forking implementation for javah
|
9 years ago |
Stefan Bodewig
|
1f9adc1d5b
|
additional tests for javah
this is really only a port of the junit test to antunit
|
9 years ago |
Stefan Bodewig
|
e74054fbbd
|
rmic doesn't allow -Xnew on JDK9
https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
|
9 years ago |
Stefan Bodewig
|
fdfebe8013
|
default to forking rmic on JDK 9+
https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
|
9 years ago |
Stefan Bodewig
|
53fed9e4e2
|
old JAVA_1_9 still works as expected
|
9 years ago |