Stefan Bodewig
4e2e7d9614
add since markers, add Mark to contributors
8 years ago
Mark Niggemann
e93a598ad0
Update manual for ejbjar orion element.
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
5347475984
add regexp attribute to linecontainsregexp
https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
8 years ago
Francesco Steccanella
474d23b554
Added forceCsvQuoteChar option
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
Emmanuel Bourg
0c38fb606f
Fixed a typo (instanciated -> instantiated)
8 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
c1bbf2fc0c
add support for Java9's javac --release
https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
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
Tomas Zezula
5bbc7b6187
JDK9 command line options updated to JEP 293
9 years ago
Stefan Bodewig
3af6fcc326
fix version numbers
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
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
eb906395ff
typos
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
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
7c3db4a63d
formatting was broken
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
0319f81345
built-in implementation of native2ascii
https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
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
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
356972ab3a
document serverAliveInterval and serverAliveCountMax
9 years ago
Tomas Zezula
83eaf48045
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
9 years ago
Tomas Zezula
aef407be4d
Updated Java task manual.
Added since tags.
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
494e865553
make ant.project.invoked-targets available for top-level tasks
https://bz.apache.org/bugzilla/show_bug.cgi?id=58908
9 years ago
Stefan Bodewig
e7d5d49dbb
extension is ignored when both in and out are given
http://stackoverflow.com/questions/34588194/attribute-extension-in-xslt-task-doesnt-work
10 years ago
Stefan Bodewig
9b210733dc
don't use deprecated attribute in examples
10 years ago
Reinhard Pointner
440b601487
scp task: update docs and add new ResourceCollection usage
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
a218020f1b
bump versions
10 years ago
Stefan Bodewig
a94a07d717
typo in signjar's manual
https://bz.apache.org/bugzilla/show_bug.cgi?id=58054
10 years ago
Jan Matrne
3a3575562d
Bug 53017: fix 1st sentence of antlib manual
10 years ago
Jan Matrne
9953e3cbc0
Bug 44241: 'activate' Steves <javaconstant> resource
10 years ago
Jan Matrne
5d3888d2a1
Bug 53808: fix links in the manual
10 years ago
Jan Matrne
e9d4c9ae82
Bug 50785: example of inserting a line break
10 years ago
Jan Matrne
016fa99430
Bug 47955: little hint on capitalization
10 years ago
Stefan Bodewig
b2a33d1149
bump versions
10 years ago
Jan Matrne
237c7fc4c3
Manual:develop: there is no Jakarta any more
10 years ago
Jan Matrne
b033075833
Manual <mail>: small fix layout
10 years ago
Jan Matrne
8f2df5d330
Manual <javadoc>:
- clarify what "availibility" means
- fix </td> on @postProcessGeneratedJavadocs
10 years ago