Karl Jansen
|
23a5135abe
|
Update manual for subject alternative name attribute of genkey task
This closes #65 pull request at github/apache/ant
|
7 years ago |
Stefan Bodewig
|
b2da27513c
|
actually javax.activation is still there in Java 10
|
7 years ago |
Stefan Bodewig
|
b7461ce2e4
|
update links and "included in Java" info for JAF
|
7 years ago |
Stefan Bodewig
|
857095da51
|
change stripAbsolutePathSpec's default, credit Snyk
|
7 years ago |
Stefan Bodewig
|
b5e3a6d794
|
fix incorrect description of default value
|
7 years ago |
Gintas Grigelionis
|
2f556ad9ae
|
Merge changes in master
|
7 years ago |
Stefan Bodewig
|
5e99fc2c1a
|
add properties created from Runtime's methods
inspired by https://stackoverflow.com/questions/1170337/how-can-i-get-the-number-of-availableprocessors-in-ant
|
7 years ago |
Stefan Bodewig
|
f72406d53c
|
and forgot two words, oh my
|
7 years ago |
Stefan Bodewig
|
1a2b1e37e3
|
forgot to update the manual
|
7 years ago |
Stefan Bodewig
|
0945257961
|
verifyjar must use -storepass or jarsigner will not work
https://bz.apache.org/bugzilla/show_bug.cgi?id=62194
|
7 years ago |
Stefan Bodewig
|
5aa1e8eff8
|
Java11 removes support for rmic -idl/-iiop
|
7 years ago |
Jaikiran Pai
|
a6429c6aa1
|
Fix broken link in junitreport manual
|
7 years ago |
Gintas Grigelionis
|
972ae2ea74
|
Revised installation manual, cross-referenced optional tasks/types
|
7 years ago |
Stefan Bodewig
|
79e9d10435
|
fail early if javah is used with java 10+
|
8 years ago |
Stefan Bodewig
|
bd0759d943
|
try to adapt to Java10+ rapidly changing major versions
|
8 years ago |
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 |
Francesco Steccanella
|
474d23b554
|
Added forceCsvQuoteChar option
|
8 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
|
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
|
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
|
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
|
a94a07d717
|
typo in signjar's manual
https://bz.apache.org/bugzilla/show_bug.cgi?id=58054
|
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 |
Jan Matrne
|
b033075833
|
Manual <mail>: small fix layout
|
10 years ago |