summaryrefslogtreecommitdiff
path: root/src/main/org/apache
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
* really compare the names as the javadocs claimStefan Bodewig2023-04-031-1/+1
* fix since tagStefan Bodewig2023-03-181-1/+1
* try to preserve file permissions of exisiting target when renamingStefan Bodewig2023-03-184-3/+36
* 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-026-5/+22
* 66464: junitlauncher task's fork element now has a new optional "java" attrib...Jaikiran Pai2023-03-021-0/+11
* 66468: Fix regexmapper to not swallow backslashes from outputJaikiran Pai2023-03-021-3/+5
* 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
* try to properly decode multibyte encoded names in tar entriesStefan Bodewig2022-11-261-5/+66
* 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-085-0/+30
* Names end before the first NULL (not the last)Keith W. Campbell2022-10-261-3/+3
* create manifest file's parent if needed.Stefan Bodewig2022-08-241-0/+8
* avoid listing directories who's content is never usedStefan Bodewig2022-05-271-6/+21
* 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-253-6/+59
* | terse w/ OptionalMatt Benson2022-03-291-15/+7
* | @sinceMatt Benson2022-03-115-1/+7
* | 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
* | compute effective properties permitting null valuesMatt Benson2022-02-251-4/+3
* | support default value for scriptdef attributeMatt Benson2022-02-241-2/+68
* | bind all effective properties to script* tasks/typesMatt Benson2022-02-241-2/+5
* | filter out nullMatt Benson2022-02-201-1/+3
* | 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-158-72/+180
|/ /
* | fix bug with scriptcondition eval resultMatt Benson2022-02-141-1/+1
* | make scriptcondition behave as documented wrt script return valueMatt Benson2022-02-141-2/+2
* | use coreLoader, if set, to create subordinate classLoadersMatt Benson2022-02-131-4/+4
* | Address some Javadoc issuesMatt Benson2022-02-132-11/+17
* | cleanupMatt Benson2022-02-111-12/+7
* | javadocMatt Benson2022-02-101-28/+38
* | Fix an issue in LegacyXmlResultFormatter with ]]> in stacktracesTaylor Smock2022-02-101-2/+12
* | refactor attribute introspection to support Optional* typesMatt Benson2022-02-091-88/+147
* | add static BuildException factory methodMatt Benson2022-02-091-0/+12
* | pathconvert to outputstream so that logging requires no in-memory String accu...Matt Benson2022-02-091-66/+60
* | iterate resources directly when !cacheMatt Benson2022-02-091-53/+51
* | use Collections#emptyIteratorMatt Benson2022-02-091-14/+1