jkf
|
3a4980e3c4
|
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
|
6 years ago |
Matthias Gutheil
|
b8451922b6
|
[junitlauncher] Add support for selecting tests based on JUnit-5 tag functionality
This closes #93 pull request at github/apache/ant repo
|
6 years ago |
Stefan Bodewig
|
40eacefd8a
|
this is why we still use env and friends
|
6 years ago |
twogee
|
d01d88a19d
|
Fix doctype and language
|
7 years ago |
Jaikiran Pai
|
aa61cbce54
|
Merge 1.9.x branch into master
|
6 years ago |
Jaikiran Pai
|
ddb85a35b4
|
bz-63226 Doc change - mention that "list" operation honours "followsymlinks" attribute in ftp task
|
6 years ago |
twogee
|
9e1bd1445d
|
Incorrect HTML
|
6 years ago |
Jaikiran Pai
|
6e96e43111
|
Fix javadoc and manual errors related to the newly introduced readTimeout attribute for Http condition
|
6 years ago |
Jaikiran Pai
|
9eb170b4c2
|
Merge 1.9.x branch into master
|
6 years ago |
Jaikiran Pai
|
fe1ed7725d
|
Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant
|
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 |
Jaikiran Pai
|
da9ca6ef01
|
bz-63193 Introduce a readTimeout attribute for the "http" condition task
|
6 years ago |
Stefan Bodewig
|
722ccb7374
|
Merge pull request #82 from twogee/invalid-html
Use valid markup
|
7 years ago |
twogee
|
82a603c14e
|
Use valid markup
|
7 years ago |
Stefan Bodewig
|
706d818da0
|
moved to gitbox
|
7 years ago |
Stefan Bodewig
|
6b576f1e8d
|
whitespace - closes #80
|
7 years ago |
VGR
|
a621bcbcce
|
Based on feedback, added self to contributors, added line to WHATSNEW, added Ant version to docs, and replaced GPL man pages with BSD-licensed man pages.
|
7 years ago |
VGR
|
343dff90f2
|
Added tasks for JDK's jmod and jlink tools.
|
7 years ago |
Jaikiran Pai
|
7b29e8ff86
|
Update the manual of junitlauncher task as well as add a note in WHATSNEW about the changed class names of that task
|
7 years ago |
Gintas Grigelionis
|
570ca18375
|
Change an attribute name and explain why
|
7 years ago |
Jaikiran Pai
|
abce9225f5
|
Update the junitlauncher task to explain the ability to include JUnit libraries as part of the task's classpath
|
7 years ago |
Stefan Bodewig
|
2a359a6d3d
|
Merge branch '1.9.x'
|
7 years ago |
Stefan Bodewig
|
1db4855902
|
bad rowspan
|
7 years ago |
Stefan Bodewig
|
872a9bcded
|
Merge branch '1.9.x'
|
7 years ago |
Stefan Bodewig
|
048015b7d8
|
BZ 62424 minimal module support for javadoc
|
7 years ago |
Stefan Bodewig
|
b99b6fa538
|
Merge branch '1.9.x'
|
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 |
Jaikiran Pai
|
460303f6dd
|
[junitlauncher] allow listener element to define an outputDir for better control over where the output is generated
|
7 years ago |
Jaikiran Pai
|
ffb80b688a
|
Initial updates to the junitlauncher task manual to explain the fork support
|
7 years ago |
Gintas Grigelionis
|
1afbe154ab
|
Update contributor lists, trim trailing whitespace
|
7 years ago |
Gintas Grigelionis
|
ed567daf32
|
ImageIO task (a replacement for Image task)
|
7 years ago |
Gintas Grigelionis
|
f6919079da
|
Use rowspan in parameter tables of dual-use tasks
|
7 years ago |
Jaikiran Pai
|
172ca141cd
|
Merge branch '1.9.x'
|
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 |
Jaikiran Pai
|
c05c56df68
|
Enhance the Java task to allow single file source program execution, a feature, introduced in Java 11
|
7 years ago |
Stefan Bodewig
|
fbb53e0ebe
|
Merge branch '1.9.x'
|
7 years ago |
Stefan Bodewig
|
b2da27513c
|
actually javax.activation is still there in Java 10
|
7 years ago |
Stefan Bodewig
|
bf85baf8eb
|
Merge branch '1.9.x'
|
7 years ago |
Stefan Bodewig
|
b7461ce2e4
|
update links and "included in Java" info for JAF
|
7 years ago |
Gintas Grigelionis
|
2b855ea397
|
Bz 61241: document use of Nashorn
|
7 years ago |
Jaikiran Pai
|
047e897775
|
Introduce a "printSummary" attribute on the junitlauncher task to print the test execution summary
|
7 years ago |
Jaikiran Pai
|
ddd729ba97
|
Update the junitlauncher manual to include an example of configuring a nested classpath for including test engines
|
7 years ago |
Jaikiran Pai
|
405aa4f8e0
|
Update the junitlauncher task documentation to list "includeEngines" and "excludeEngines" attribute for the test definition
|
7 years ago |
Gintas Grigelionis
|
57a0bc2252
|
Bz 53018: fix editorial mistakes
|
7 years ago |
Gintas Grigelionis
|
e1ef432493
|
Bz 53019: clarify the description
|
7 years ago |
Gintas Grigelionis
|
98bc202ced
|
Bz 53020: fix editorial errors
|
7 years ago |
Gintas Grigelionis
|
d4fedd5a42
|
Bz 16494: accessibility — th must have scope
|
7 years ago |
Gintas Grigelionis
|
332330b278
|
Bz 21192: description should precede code examples
|
7 years ago |
Gintas Grigelionis
|
19910e518a
|
Fix a typo and put emphasis on a magic “since Ant …” phrase
|
7 years ago |