Stefan Bodewig
|
c6854c58ad
|
document modificationtime attribute of zip added many moons ago
|
3 years ago |
Stefan Bodewig
|
96ca021c75
|
properly describe how Ant reads environment variables
closes https://bz.apache.org/bugzilla/show_bug.cgi?id=65768
|
3 years ago |
Stefan Bodewig
|
748ad7f1fd
|
Allow ant:get task to disable authentication on redirect.
see #173
|
3 years ago |
Stefan Bodewig
|
033f8dc250
|
BZ 65497 - improve documentation around file time granularity
|
4 years ago |
Stefan Bodewig
|
9c1f4d905d
|
provide a magic property that overrides temp directory
|
5 years ago |
Stefan Bodewig
|
45fd589a1f
|
rmic has been removed in Java 15+
|
5 years ago |
Stefan Bodewig
|
486e141b47
|
this is why we still use env and friends
|
6 years ago |
Jaikiran Pai
|
ddb85a35b4
|
bz-63226 Doc change - mention that "list" operation honours "followsymlinks" attribute in ftp task
|
6 years ago |
Jaikiran Pai
|
f04cc8bb19
|
Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant
|
6 years ago |
Stefan Bodewig
|
1db4855902
|
bad rowspan
|
7 years ago |
Stefan Bodewig
|
048015b7d8
|
BZ 62424 minimal module support for javadoc
|
7 years ago |
Stefan Bodewig
|
d100b90032
|
add nested <args> to signjar and verifyjar
|
7 years ago |
Stefan Bodewig
|
a5796b5db0
|
BZ 62534 add support for -provider* args of keytool
|
7 years ago |
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 |