summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs
Commit message (Expand)AuthorAgeFilesLines
* whitespaceHEADmasterStefan Bodewig2023-05-141-6/+6
* unconditionally sort entrySet in <echoproperties>Stefan Bodewig2023-05-141-5/+1
* bz-66411: Handling forked VM timeout in a similar way as failed test so that ...Tomasz Kowalczewski2023-04-181-1/+14
* try to preserve file permissions of exisiting target when renamingStefan Bodewig2023-03-183-3/+3
* use the local variable just createdStefan Bodewig2023-03-021-1/+1
* whitespaceStefan Bodewig2023-03-023-15/+16
* properly handle File.list() returning nullStefan Bodewig2023-03-025-5/+19
* 66464: junitlauncher task's fork element now has a new optional "java" attrib...Jaikiran Pai2023-03-021-0/+11
* 66504: junitlauncher task should resolve the outputDir against the basedir of...Jaikiran Pai2023-03-025-14/+21
* xslt task - log only the stylesheet resource nameChristoph Dreis2023-02-271-1/+1
* paths with wildcards do not work in javac's arg-fileStefan Bodewig2022-11-191-9/+52
* loadresource might log warnings even though quiet was set to trueStefan Bodewig2022-11-191-1/+1
* Introduce a getMessageOutputLevel() method on BuildLogger to return the curre...Jaikiran Pai2022-11-081-0/+5
* create manifest file's parent if needed.Stefan Bodewig2022-08-241-0/+8
* Fix integer overflow when parsing SOURCE_DATE_EPOCHMikolaj Izdebski2022-05-201-1/+1
* Merge branch '1.9.x'Stefan Bodewig2022-04-091-5/+9
|\
| * plug resource leak as suggested by Mike Phillips in BZ issue 66001Stefan Bodewig2022-04-091-5/+9
| * Allow ant:get task to disable authentication on redirect.Stefan Bodewig2021-12-231-3/+17
| * Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mst...Stefan Bodewig2021-09-251-6/+18
* | @sinceMatt Benson2022-03-113-1/+5
* | pathconvert: avoid buffering for log/property outputMatt Benson2022-03-111-12/+55
* | local += nested name elementsMatt Benson2022-02-251-4/+52
* | scriptdef += @setbeansMatt Benson2022-02-251-1/+21
* | support default value for scriptdef attributeMatt Benson2022-02-241-2/+68
* | Merge branch 'master' into script-managerMatt Benson2022-02-171-10/+32
|\ \
| * | support writing pathconvert output to resourceMatt Benson2022-02-161-2/+23
| * | remove spurious default field valuesMatt Benson2022-02-161-8/+9
* | | refactor script manager to enumMatt Benson2022-02-152-0/+20
|/ /
* | Fix an issue in LegacyXmlResultFormatter with ]]> in stacktracesTaylor Smock2022-02-101-2/+12
* | pathconvert to outputstream so that logging requires no in-memory String accu...Matt Benson2022-02-091-66/+60
* | change the default of authenticateOnRedirectStefan Bodewig2021-12-231-1/+1
* | Allow ant:get task to disable authentication on redirect.Berno Langer2021-12-201-3/+17
* | add docs for #170 and make host name check strict by defaultStefan Bodewig2021-12-161-12/+16
* | Merge pull request #170 from sonyDeswal/Add_FTPS_Option_AntTaskStefan Bodewig2021-12-161-2/+24
|\ \
| * | Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.Santosh R Dhariwal2021-11-172-49/+24
| * | Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.Santosh R Dhariwal2021-11-162-1/+48
* | | reduce level of log messageJaikiran Pai2021-11-291-1/+1
* | | Revert "Pass -Djava.security.manager=allow while launching JUnit forked VM to...Jaikiran Pai2021-11-281-10/+0
* | | Pass -Djava.security.manager=allow while launching JUnit forked VM to allow J...Jaikiran Pai2021-11-281-0/+10
* | | junitlauncher - Fixed extension attribute support for listenersAleksei Zotov2021-11-172-0/+9
* | | junitlauncher - Support extension attribute for listenersAleksei Zotov2021-11-162-7/+17
|/ /
* | fix versionsStefan Bodewig2021-10-281-1/+1
* | Merge pull request #161 from twogee/jakarta-mailStefan Bodewig2021-10-283-9/+370
|\ \
| * | Use Jakarta EEtwogee2021-10-143-9/+370
* | | Use Bulk operation instead of iteration.Arturo Bernal2021-10-034-4/+4
|/ /
* | Merge pull request #156 from arturobernalg/feature/java_8Stefan Bodewig2021-09-262-5/+4
|\ \
| * | Replace Lambda with method reference.Arturo Bernal2021-08-312-5/+4
* | | Merge pull request #155 from arturobernalg/feature/redundant_ifStefan Bodewig2021-09-262-9/+3
|\ \ \
| * | | Simplify single assignment and avoid redundant if conditions.Arturo Bernal2021-09-262-9/+3
| |/ /
* | | Merge pull request #157 from arturobernalg/feature/performanceStefan Bodewig2021-09-262-4/+4
|\ \ \