summaryrefslogtreecommitdiff
path: root/manual/Tasks
Commit message (Collapse)AuthorAgeFilesLines
* 66464: junitlauncher task's fork element now has a new optional "java" ↵Jaikiran Pai2023-03-021-0/+9
| | | | attribute to allow specifying a different Java installation to run the forked tests
* warn against multi-byte encoding in tarStefan Bodewig2022-11-261-1/+4
|
* punctuationMatt Benson2022-09-161-1/+1
|
* Merge branch '1.9.x'Stefan Bodewig2022-03-224-0/+40
|\
| * document modificationtime attribute of zip added many moons agoStefan Bodewig2022-03-224-0/+40
| |
* | @sinceMatt Benson2022-03-113-4/+5
| |
* | local += nested name elementsMatt Benson2022-02-251-0/+16
| |
* | scriptdef += @setbeansMatt Benson2022-02-252-3/+11
| |
* | support default value for scriptdef attributeMatt Benson2022-02-241-0/+5
| |
* | support writing pathconvert output to resourceMatt Benson2022-02-161-2/+10
| |
* | Merge branch '1.9.x'Stefan Bodewig2021-12-281-4/+4
|\ \ | |/
| * properly describe how Ant reads environment variablesStefan Bodewig2021-12-281-4/+4
| | | | | | | | closes https://bz.apache.org/bugzilla/show_bug.cgi?id=65768
| * Allow ant:get task to disable authentication on redirect.Stefan Bodewig2021-12-231-0/+6
| | | | | | | | see #173
* | change the default of authenticateOnRedirectStefan Bodewig2021-12-231-1/+1
| |
* | fix typoJaikiran Pai2021-12-231-1/+1
| |
* | Allow ant:get task to disable authentication on redirect.Berno Langer2021-12-201-0/+6
| | | | | | | | | | | | When the server answers with a redirect response, the request to the new location may or may not need a second authentication. To disable the authentication, the new attribute "authenticateOnRedirect" can be set to "false".
* | add docs for #170 and make host name check strict by defaultStefan Bodewig2021-12-161-0/+7
| |
* | junitlauncher - Support extension attribute for listenersAleksei Zotov2021-11-161-3/+10
| | | | | | | | This closes #168 pull request at github.com/apache/ant
* | document #161Stefan Bodewig2021-10-281-1/+3
| |
* | Merge branch '1.9.x'Stefan Bodewig2021-08-192-2/+4
|\ \ | |/
| * BZ 65497 - improve documentation around file time granularityStefan Bodewig2021-08-192-2/+7
| |
* | add discardOutput and discardError to redirector, apply, exec, javaStefan Bodewig2021-03-203-0/+63
| |
* | BZ-65089 support setting arbitrary configs for JSch SessionStefan Bodewig2021-03-073-0/+77
| |
* | bz-64836 junitlauncher - Print a more informative and instant summary for testsJaikiran Pai2021-01-151-2/+3
| |
* | Merge pull request #141 from TheConstructor/input-file-tokenizerStefan Bodewig2020-12-071-0/+9
|\ \ | | | | | | #64855 Add filterbeforeconcat option to Concat
| * | #64855 Add filterbeforeconcat option to ConcatMatthias Vill2020-12-061-0/+9
| | |
* | | [junitlauncher] - Introduce the ability to let listener/result formatter ↵Jaikiran Pai2020-11-281-0/+8
| | | | | | | | | | | | implementations decide whether to use legacy or new style display names for test identifiers
* | | Introduce an "atmost" attribute for the javaversion conditionJaikiran Pai2020-11-211-2/+10
|/ /
* | Jkf 1.10 requires jdk8 (#137)jmkf2020-10-0410-133/+22
| | | | | | | | | | * Ant 1.10 requires jdk 8 doc update * Updated the manual to reflect ant requires JDK 8 +
* | enable Nashorn compatibility when running GraalVM JSStefan Bodewig2020-09-251-0/+7
| | | | | | | | and add a magic property to disable it again
* | Add the possibility to specify a custom filename mapper when creating an ↵Maarten Coene2020-09-081-0/+8
| | | | | | | | INDEX.LIST (#134)
* | add some documentation about GraalVM JavaScriptStefan Bodewig2020-08-101-1/+15
| |
* | fix two typos in rmic manual pageEvan Saulpaugh2020-05-221-1/+1
| |
* | make junitlauncher use ant.tmpdir as wellStefan Bodewig2020-05-051-0/+4
| |
* | Merge branch '1.9.x'Stefan Bodewig2020-05-058-7/+35
|\ \ | |/
| * provide a magic property that overrides temp directoryStefan Bodewig2020-05-058-4/+29
| |
* | Merge branch '1.9.x'Stefan Bodewig2020-05-051-0/+5
|\ \ | |/
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-051-0/+5
| |
| * this is why we still use env and friendsStefan Bodewig2019-04-161-4/+11
| |
* | Wrong default in the "tar" task manualtwogee2019-10-261-1/+1
| | | | | | | | This closes #107 pull request at github/apache/ant repo
* | Support the SSH configuration file (~/.ssh/config) in the sshexec, ↵Emmanuel Bourg2019-10-253-0/+24
| | | | | | | | | | | | sshsession and scp tasks This closes #106 pull request at github/apache/ant repo
* | Correct a typoHassan C2019-10-211-1/+1
| |
* | bz-62617 tstamp task - Honor SOURCE_DATE_EPOCH to allow reproducible buildsJaikiran Pai2019-10-201-0/+7
| |
* | typo, thanks to @twogeeStefan Bodewig2019-08-231-1/+1
| |
* | JavaMail -> Jakarta Mail - Bugzilla Issue 63683Stefan Bodewig2019-08-221-5/+8
| |
* | FTP checkstyle fixed + removed spurious part from ftp.htmljkf2019-07-141-1/+1
| |
* | Add Ftp ant task wakeUpTransferInterval documentation also updatedjkf2019-07-121-0/+7
| |
* | Add Ftp ant task timeout documentation also updatedjkf2019-07-121-1/+7
| |
* | Updated manual to use https as far as currently possible.jkf2019-05-2526-50/+50
| |
* | updated reference to license from http to https usingjkf2019-05-25161-161/+161
| | | | | | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;