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
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
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
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
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
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
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
Stefan Bodewig
97a0b26c7e
helper class for dealing with file permissions
9 years ago
Stefan Bodewig
f6e6c20a89
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
03481a6b0c
lower-case macro attribute names set via API
For normal build files IntrospectionHelper has already handled the
lower-casing.
Bugzilla Report 59339
9 years ago
Stefan Bodewig
abdaa58453
try running the symlink condition tests on windows as well
9 years ago
Stefan Bodewig
cf2e984d56
Merge branch '1.9.x'
Conflicts:
WHATSNEW
build.xml
manual/cover.html
manual/credits.html
release/ivy.xml
src/etc/poms/ant-antlr/pom.xml
src/etc/poms/ant-apache-bcel/pom.xml
src/etc/poms/ant-apache-bsf/pom.xml
src/etc/poms/ant-apache-log4j/pom.xml
src/etc/poms/ant-apache-oro/pom.xml
src/etc/poms/ant-apache-regexp/pom.xml
src/etc/poms/ant-apache-resolver/pom.xml
src/etc/poms/ant-apache-xalan2/pom.xml
src/etc/poms/ant-commons-logging/pom.xml
src/etc/poms/ant-commons-net/pom.xml
src/etc/poms/ant-jai/pom.xml
src/etc/poms/ant-javamail/pom.xml
src/etc/poms/ant-jdepend/pom.xml
src/etc/poms/ant-jmf/pom.xml
src/etc/poms/ant-jsch/pom.xml
src/etc/poms/ant-junit/pom.xml
src/etc/poms/ant-junit4/pom.xml
src/etc/poms/ant-launcher/pom.xml
src/etc/poms/ant-netrexx/pom.xml
src/etc/poms/ant-swing/pom.xml
src/etc/poms/ant-testutil/pom.xml
src/etc/poms/ant/pom.xml
src/etc/poms/pom.xml
src/etc/testcases/taskdefs/conditions/antversion.xml
9 years ago
Stefan Bodewig
8e8f4de8ff
Tagging RC1 for version 1.9.7 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlcIo6wACgkQohFa4V9ri3IRRwCfcxfYLPYUc3QagPByDInVc8eZ
GlkAnRfdSsB3qDFvhZYJXwZzgh1b6qMU
=GdAj
-----END PGP SIGNATURE-----
Merge tag 'ANT_197_RC1' into 1.9.x
Tagging RC1 for version 1.9.7 of Ant
9 years ago
Antoine Levy-Lambert
062ccd01f2
fix javadoc for parameter in OwnedBySelector#setOwner
9 years ago
Stefan Bodewig
32bf39369d
ownedBy selector
9 years ago
Stefan Bodewig
dc34b252d5
looks as if the files are executable by default on Windows?
9 years ago
Stefan Bodewig
c5e90beadb
symlink and executable file selectors
9 years ago
Stefan Bodewig
dcf24136c4
typo
9 years ago
Stefan Bodewig
afdf355c65
remove apt task, there is no apt tool in java8
9 years ago
Stefan Bodewig
3c930b9323
more obsolete Java version checks
9 years ago