Stefan Bodewig
dda54c698d
detect Java 9 via jigsaw
9 years ago
Stefan Bodewig
7c3db4a63d
formatting was broken
9 years ago
Stefan Bodewig
a5f386f1df
I don't think it's encoding this time, but let's try
9 years ago
Stefan Bodewig
326727692a
add a filter for native2ascii
9 years ago
Stefan Bodewig
4ef2554a53
builtin implementation of ascii2native
9 years ago
Stefan Bodewig
51bd1cbff7
try to make tests pass with default encoding != UTF-8
9 years ago
Stefan Bodewig
0319f81345
built-in implementation of native2ascii
https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
9 years ago
Stefan Bodewig
270fb2cf38
try to get better error reporting from Jenkins
9 years ago
Stefan Bodewig
d24dbe78c5
add a real test for native2ascii
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
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
Stefan Bodewig
deaa7d54a1
Merge branch 'bug_47552_scp_compression' into 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.
9 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
de5b4058b9
must not set file and dir in <fileset>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59402
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
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
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
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
d8e3aa7811
add cleanup notes
9 years ago
Stefan Bodewig
059d44fac6
almost complete release instructions
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
Stefan Bodewig
e7840bd279
typo and whitespace
9 years ago
Stefan Bodewig
94bdfe8e9d
document next step
9 years ago
Stefan Bodewig
fba0be3813
updating Release Instructions - WIP
9 years ago
Stefan Bodewig
cecbf5c6bc
prepare first RC of 1.9.7
9 years ago
Stefan Bodewig
dc592e6306
nobody needs httpclient, remove the check
9 years ago
Stefan Bodewig
356972ab3a
document serverAliveInterval and serverAliveCountMax
9 years ago
Stefan Bodewig
edeb171a78
cosmetics
9 years ago
Stefan Bodewig
851aa5fb56
serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>
Patch by Issa Gorissen
https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
9 years ago
Stefan Bodewig
17527b6490
AntClassLoader5 has become obsolete long ago
9 years ago
Stefan Bodewig
b7ef1bcd03
whitespace
9 years ago
Stefan Bodewig
a8d6367ddc
remove re-implementations of FileUtils.close()
9 years ago
Stefan Bodewig
cd1ff3566e
make ZipFile implement Closeable
9 years ago
Stefan Bodewig
67aea0e573
Java5
9 years ago
Stefan Bodewig
f8a27a13f9
record Anthony Wat's patch, closes #17
9 years ago
Anthony Wat
04f501e77a
Preserve exit status on error in <ant>/<antcall>
9 years ago
Stefan Bodewig
11cd7ffab4
Java6ism
9 years ago
Stefan Bodewig
edca1db3d0
record module support for javac
closes #16
9 years ago
Stefan Bodewig
b2558bc972
some cosmetic changes
9 years ago
Tomas Zezula
ea99177eb2
Added unit test for excludes in multi module compilation.
9 years ago
Tomas Zezula
7bd7ed44b9
Removed misleading comment. The sourcepath and modulesourcepath cannot be combined.
9 years ago
Tomas Zezula
83eaf48045
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
9 years ago
Stefan Bodewig
038e1948ed
Merge branch 'jigsaw/java'
Conflicts:
src/main/org/apache/tools/ant/taskdefs/Java.java
src/main/org/apache/tools/ant/types/CommandlineJava.java
9 years ago
Tomas Zezula
1e501f27ec
Added modulepathref attribute to Java.
9 years ago
Tomas Zezula
aef407be4d
Updated Java task manual.
Added since tags.
9 years ago