| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | whitespaceHEADmaster | Stefan Bodewig | 2023-05-14 | 1 | -6/+6 |
| | | |||||
| * | unconditionally sort entrySet in <echoproperties> | Stefan Bodewig | 2023-05-14 | 1 | -5/+1 |
| | | | | | see https://bz.apache.org/bugzilla/show_bug.cgi?id=66588 | ||||
| * | bz-66411: Handling forked VM timeout in a similar way as failed test so that ↵ | Tomasz Kowalczewski | 2023-04-18 | 1 | -1/+14 |
| | | | | | | | settings like haltonfailure have effect This closes #197 pull request at github.com/apache/ant | ||||
| * | really compare the names as the javadocs claim | Stefan Bodewig | 2023-04-03 | 1 | -1/+1 |
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66496 | ||||
| * | fix since tag | Stefan Bodewig | 2023-03-18 | 1 | -1/+1 |
| | | |||||
| * | try to preserve file permissions of exisiting target when renaming | Stefan Bodewig | 2023-03-18 | 4 | -3/+36 |
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66522 | ||||
| * | use the local variable just created | Stefan Bodewig | 2023-03-02 | 1 | -1/+1 |
| | | |||||
| * | whitespace | Stefan Bodewig | 2023-03-02 | 3 | -15/+16 |
| | | |||||
| * | properly handle File.list() returning null | Stefan Bodewig | 2023-03-02 | 6 | -5/+22 |
| | | |||||
| * | 66464: junitlauncher task's fork element now has a new optional "java" ↵ | Jaikiran Pai | 2023-03-02 | 1 | -0/+11 |
| | | | | | attribute to allow specifying a different Java installation to run the forked tests | ||||
| * | 66468: Fix regexmapper to not swallow backslashes from output | Jaikiran Pai | 2023-03-02 | 1 | -3/+5 |
| | | |||||
| * | 66504: junitlauncher task should resolve the outputDir against the basedir ↵ | Jaikiran Pai | 2023-03-02 | 5 | -14/+21 |
| | | | | | of the project | ||||
| * | xslt task - log only the stylesheet resource name | Christoph Dreis | 2023-02-27 | 1 | -1/+1 |
| | | | | | This closes #199 pull request at github.com/apache/ant | ||||
| * | try to properly decode multibyte encoded names in tar entries | Stefan Bodewig | 2022-11-26 | 1 | -5/+66 |
| | | |||||
| * | paths with wildcards do not work in javac's arg-file | Stefan Bodewig | 2022-11-19 | 1 | -9/+52 |
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65621 | ||||
| * | loadresource might log warnings even though quiet was set to true | Stefan Bodewig | 2022-11-19 | 1 | -1/+1 |
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65647 | ||||
| * | Introduce a getMessageOutputLevel() method on BuildLogger to return the ↵ | Jaikiran Pai | 2022-11-08 | 5 | -0/+30 |
| | | | | | currently set message output level | ||||
| * | Names end before the first NULL (not the last) | Keith W. Campbell | 2022-10-26 | 1 | -3/+3 |
| | | | | | | This fixes parsing of archives produced on macOS. Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com> | ||||
| * | create manifest file's parent if needed. | Stefan Bodewig | 2022-08-24 | 1 | -0/+8 |
| | | | | | Bugzilla Report 66231 | ||||
| * | avoid listing directories who's content is never used | Stefan Bodewig | 2022-05-27 | 1 | -6/+21 |
| | | |||||
| * | Fix integer overflow when parsing SOURCE_DATE_EPOCH | Mikolaj Izdebski | 2022-05-20 | 1 | -1/+1 |
| | | | | | This closes #186 pull request at github/apache/ant repo. | ||||
| * | Merge branch '1.9.x' | Stefan Bodewig | 2022-04-09 | 1 | -5/+9 |
| |\ | |||||
| | * | plug resource leak as suggested by Mike Phillips in BZ issue 66001 | Stefan Bodewig | 2022-04-09 | 1 | -5/+9 |
| | | | |||||
| | * | Allow ant:get task to disable authentication on redirect. | Stefan Bodewig | 2021-12-23 | 1 | -3/+17 |
| | | | | | | | | | see #173 | ||||
| | * | Merge branch 'feature/tarfileset-preserve-symlinks' of ↵ | Stefan Bodewig | 2021-09-25 | 3 | -6/+59 |
| | | | | | | | | | https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks | ||||
| * | | terse w/ Optional | Matt Benson | 2022-03-29 | 1 | -15/+7 |
| | | | |||||
| * | | @since | Matt Benson | 2022-03-11 | 5 | -1/+7 |
| | | | |||||
| * | | pathconvert: avoid buffering for log/property output | Matt Benson | 2022-03-11 | 1 | -12/+55 |
| | | | |||||
| * | | local += nested name elements | Matt Benson | 2022-02-25 | 1 | -4/+52 |
| | | | |||||
| * | | scriptdef += @setbeans | Matt Benson | 2022-02-25 | 1 | -1/+21 |
| | | | |||||
| * | | compute effective properties permitting null values | Matt Benson | 2022-02-25 | 1 | -4/+3 |
| | | | |||||
| * | | support default value for scriptdef attribute | Matt Benson | 2022-02-24 | 1 | -2/+68 |
| | | | |||||
| * | | bind all effective properties to script* tasks/types | Matt Benson | 2022-02-24 | 1 | -2/+5 |
| | | | |||||
| * | | filter out null | Matt Benson | 2022-02-20 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'master' into script-manager | Matt Benson | 2022-02-17 | 1 | -10/+32 |
| |\ \ | |||||
| | * | | support writing pathconvert output to resource | Matt Benson | 2022-02-16 | 1 | -2/+23 |
| | | | | |||||
| | * | | remove spurious default field values | Matt Benson | 2022-02-16 | 1 | -8/+9 |
| | | | | |||||
| * | | | refactor script manager to enum | Matt Benson | 2022-02-15 | 8 | -72/+180 |
| |/ / | |||||
| * | | fix bug with scriptcondition eval result | Matt Benson | 2022-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | make scriptcondition behave as documented wrt script return value | Matt Benson | 2022-02-14 | 1 | -2/+2 |
| | | | |||||
| * | | use coreLoader, if set, to create subordinate classLoaders | Matt Benson | 2022-02-13 | 1 | -4/+4 |
| | | | |||||
| * | | Address some Javadoc issues | Matt Benson | 2022-02-13 | 2 | -11/+17 |
| | | | |||||
| * | | cleanup | Matt Benson | 2022-02-11 | 1 | -12/+7 |
| | | | |||||
| * | | javadoc | Matt Benson | 2022-02-10 | 1 | -28/+38 |
| | | | |||||
| * | | Fix an issue in LegacyXmlResultFormatter with ]]> in stacktraces | Taylor Smock | 2022-02-10 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Bugzilla Report 65833 This occurs when the stacktrace message contains ]]>, which is the CDATA end code. There is no escape, so it must be replaced with `]]` + `]]>` + `<