Stefan Bodewig
cec99780fc
record JDK9 module support for junit
closes #18
9 years ago
Stefan Bodewig
e25e82c8a1
fix version number
9 years ago
Stefan Bodewig
e22fab9615
linefeeds
9 years ago
Stefan Bodewig
5c85c44601
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
9dee500e59
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
a394a0bdf8
record fix for 59556 - closes #19
https://bz.apache.org/bugzilla/show_bug.cgi?id=59556
9 years ago
Vincent Privat
fef3ea39f8
fix Bug 59556 - support "jdk" package for Java 7+
Patch based on Chris Hegarty (Oracle) work.
"jdk" package has been introduced in JDK7 but is not known from Ant.
"jdk.net.Sockets" has been chosen as test class because it is available in JDK7, JDK8 and JDK9.
9 years ago
Jan Matrne
2d86edf69e
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant
9 years ago
Jan Matrne
d840ddb416
check.xml
- update Ivy
- update Findbugs
9 years ago
Stefan Bodewig
1be6cf50a8
remove unused throws clauses
https://bz.apache.org/bugzilla/attachment.cgi?id=33898
Patch-by: Dave Brosius <dbrosius@apache.org>
9 years ago
Stefan Bodewig
a4381a68eb
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
82b2e47ba8
remove unused throws clauses
https://bz.apache.org/bugzilla/attachment.cgi?id=33898
Patch-by: Dave Brosius <dbrosius@apache.org>
9 years ago
Jan Matrne
600c69d0ad
check.xml: make Simian work again
9 years ago
Jan Matrne
d28974c284
check.xml
- update RAT
- run checkstyle only if Antlr is not on classpath due problems
9 years ago
Jan Matrne
381c47c262
interim deactivation of build tools for Nightly Build
9 years ago
Jan Matrne
4c903be177
build.xml: undo last change as it doesnt bring the desired result
9 years ago
Jan Matrne
5669303f29
<setpermissions>: failonerror=false doesnt work in conjunction with nonPosixMode.
9 years ago
Stefan Bodewig
5c13bb8417
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
deaa7d54a1
Merge branch 'bug_47552_scp_compression' into 1.9.x
9 years ago
Stefan Bodewig
d5f2b0c0b9
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
e982f01953
record fix for 58982 by Dana Dahlstrom
https://bz.apache.org/bugzilla/show_bug.cgi?id=58982
9 years ago
Dana Dahlstrom
421ae34d70
Preserve cause of AssertionError
… when converting to AssertionFailedError in JUnitTestRunner.
10 years ago
Stefan Bodewig
3966616f2c
linefeeds
9 years ago
Stefan Bodewig
3fe363e212
add compression support to <scp>
https://bz.apache.org/bugzilla/show_bug.cgi?id=47552
Patch-by: Matthew Yanos
9 years ago
Stefan Bodewig
440021dbf9
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant
9 years ago
Stefan Bodewig
73bcc2813a
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
de5b4058b9
must not set file and dir in <fileset>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59402
9 years ago
Jan Matrne
f44dd8255f
<setpermission> requires Ant 1.10+. For the (nightly) build it is not that important.
9 years ago
Stefan Bodewig
3c37952d69
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
0edf3ca252
<zip> up-to-date check doesn't work properly on NTFS
https://bz.apache.org/bugzilla/show_bug.cgi?id=59562
Patch by Gilles QUERRET
9 years ago
Stefan Bodewig
8e87ef9e6b
disable a few tests on Windows
9 years ago
Stefan Bodewig
2d21d2667a
don't try to set executable permission on Windows
9 years ago
Stefan Bodewig
259684f039
new test, mainly to debug error on Windows
9 years ago
Stefan Bodewig
e5d53d3e63
enhance chance of tests passing on Windows
9 years ago
Stefan Bodewig
4240500618
tabs and linefeeds
9 years ago
Stefan Bodewig
eb4cd63850
and fix the array-based join method as well
9 years ago
Stefan Bodewig
c03b8a506f
make StingUtils#join do what its tests expect
9 years ago
Stefan Bodewig
24f3afe792
whitespace
9 years ago
Stefan Bodewig
04b9e2bd17
implement DOS-friendly fallback in setpermissions
9 years ago
Stefan Bodewig
6ab698cf9a
optional callbacks for non-POSIX file systems
9 years ago
Stefan Bodewig
fc0b2ab11d
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
5c24a75a78
fix possible race-condition
similar to https://bz.apache.org/bugzilla/show_bug.cgi?id=55290
Reported by Yoshiki Higo, Shinpei Hayashi, Hideaki Hata and Mei Nagappan
9 years ago
Stefan Bodewig
0c2ca55255
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
647bdfb2d7
<get>'s quiet attribute is broken
https://bz.apache.org/bugzilla/show_bug.cgi?id=59379
9 years ago
Stefan Bodewig
434193d088
whitespace
9 years ago
Jan Matrne
a80c75af55
Files.setPermission may throw additional exceptions (e.g. on Win7-NTFS)
9 years ago
Jan Matrne
75f1237400
StringUtils.join: new method
9 years ago
Stefan Bodewig
d96c85ba4c
mklink doesn't work on our Jenkins nodes
This reverts commit abdaa58453 .
9 years ago
Stefan Bodewig
c7d9b17b08
user setpermissions rather than chmod
9 years ago
Stefan Bodewig
cee2935c79
setpermissions task using NIO rather than platform tools
9 years ago