Stefan Bodewig
54f5c5fbbd
Record new forceCsvQuoteChar by Francesco Steccanella
closes #32
8 years ago
Stefan Bodewig
05d69720d4
Tagging version 1.9.9 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAliYgjQACgkQohFa4V9ri3JsRwCg0rlnNdXPDpqaJSuasLN3Y5rV
U2cAn1UPrwpGxdgzfV7eIrDgW1N+T9FB
=O8PY
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.9' into 1.9.x and bump versions
8 years ago
Stefan Bodewig
d5bd3b4cb3
document PR 60562 as fixed
8 years ago
Stefan Bodewig
1348ebb91c
Eclipse tries to write to systemClasspath - PR 60582
thanks to @ebourg 984a03d1ce
9 years ago
Stefan Bodewig
6345b56500
Tagging version 1.9.8 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlhnfYQACgkQohFa4V9ri3JKtgCgzZujrRkKFV8jRZeP/vSsO7l8
2owAnjDK2W4d2q/xZ77G71Vxez3kv5d3
=Qdpg
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.8' into 1.9.x and bump versions
Tagging version 1.9.8 of Ant
9 years ago
Stefan Bodewig
8925f08bea
Bugzilla 58661: record fix by barney2k7
closes #27
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
642a050e0f
record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150
closes #24 thanks to @jwadamson
9 years ago
Stefan Bodewig
a3897d4e9f
document how to use XSLT extension functions in Java9
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
9 years ago
Stefan Bodewig
a4575c442c
record JDK9 module support for junit
closes #18
9 years ago
Stefan Bodewig
2cec63f68a
allow Ant references to be used for xslt attributes
9 years ago
Stefan Bodewig
cac55fbfc0
add support for TraX factory features
9 years ago
Stefan Bodewig
0c4f5b1b62
<get>'s retries attribute has a misleading name
https://bz.apache.org/bugzilla/show_bug.cgi?id=59930
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
e74054fbbd
rmic doesn't allow -Xnew on JDK9
https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
9 years ago
Stefan Bodewig
ad86305722
non-GNU sed needs an extra newline character
https://bz.apache.org/bugzilla/show_bug.cgi?id=59898
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
625d3d371f
nobody is going to call Java 9 1.9 anymore
https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
9 years ago
Stefan Bodewig
326727692a
add a filter for native2ascii
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
a394a0bdf8
record fix for 59556 - closes #19
https://bz.apache.org/bugzilla/show_bug.cgi?id=59556
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
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
647bdfb2d7
<get>'s quiet attribute is broken
https://bz.apache.org/bugzilla/show_bug.cgi?id=59379
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
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
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
f8a27a13f9
record Anthony Wat's patch, closes #17
9 years ago
Stefan Bodewig
edca1db3d0
record module support for javac
closes #16
9 years ago
Stefan Bodewig
0ff7cc8511
record change for <java> module support
9 years ago
Stefan Bodewig
aeed1d84d3
fix for bad URL parsing code by Uwe Schindler
https://bz.apache.org/bugzilla/show_bug.cgi?id=59130
9 years ago
Antoine Levy-Lambert
327a811c0b
closes #14
9 years ago
Stefan Bodewig
4d0bbb4404
ensure defined order of filters in <replace>
fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58997
9 years ago
Stefan Bodewig
b25b8c4faf
mention bugfix for 57965
9 years ago
Stefan Bodewig
c78ecf75bb
optionally don't follow redirects in <http>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
9 years ago
Stefan Bodewig
faa26a012e
port tar fix from commons compress
9 years ago
Stefan Bodewig
7046631e9a
normalize file names when importing files with absolute paths
this is the root cause of Bugzilla Issue 58886
9 years ago
Stefan Bodewig
4ccca1fc14
use reflection rather than getResource to locate javax.script
Using getResource won't load .class files on Jigsaw-modified versions of
Java9.
Bugzilla 58271: https://bz.apache.org/bugzilla/show_bug.cgi?id=58271
10 years ago
Stefan Bodewig
0ca8c46cc3
never ignore an explicit dir attribute in <exec>
BZ 58555: https://bz.apache.org/bugzilla/show_bug.cgi?id=58555
10 years ago
Stefan Bodewig
f065a22674
record for for BZ 50769
10 years ago
Stefan Bodewig
661f8becc4
COMPRESS-324 be mor lenient when detecting GNU long name entries
10 years ago
Stefan Bodewig
76455a35cb
<jar> ignores zip64Mode for manifest-only jars
Bugzilla Report 58428
10 years ago
Stefan Bodewig
a76cf99ddd
record bugfixes to <gunzip> <bunzip2>
10 years ago
Stefan Bodewig
99684cfd77
yet another potential AIOBException in zip package
Bug found and fix provided by Earl Hood
10 years ago
Stefan Bodewig
a218020f1b
bump versions
10 years ago