summaryrefslogtreecommitdiff
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* 66464: junitlauncher task's fork element now has a new optional "java" ↵Jaikiran Pai2023-03-021-0/+27
| | | | attribute to allow specifying a different Java installation to run the forked tests
* 66468: Fix regexmapper to not swallow backslashes from outputJaikiran Pai2023-03-021-0/+6
|
* 66504: junitlauncher task should resolve the outputDir against the basedir ↵Jaikiran Pai2023-03-021-0/+75
| | | | of the project
* Next is 1.10.14 of AntJaikiran Pai2023-01-1028-80/+80
|
* update dependencies with known vulnerabilitiesStefan Bodewig2022-12-214-4/+4
|
* warn against multi-byte encoding in tarStefan Bodewig2022-11-261-0/+8
|
* upgrade junit5 library dependenciesJaikiran Pai2022-05-211-3/+3
|
* fully migrate pathconvert tests to antunitMatt Benson2022-02-091-60/+0
|
* fix versionsStefan Bodewig2021-10-281-3/+3
|
* Merge pull request #161 from twogee/jakarta-mailStefan Bodewig2021-10-284-3/+102
|\ | | | | Use Jakarta EE
| * Use Jakarta EEtwogee2021-10-144-3/+102
| |
* | Next dev version post 1.10.12 release of AntJaikiran Pai2021-10-1927-77/+77
| |
* | fix commons-net version in pomJaikiran Pai2021-10-101-1/+1
| |
* | fix bcel version in pomJaikiran Pai2021-10-101-1/+1
|/
* Merge branch 'feature/tarfileset-preserve-symlinks' of ↵Stefan Bodewig2021-09-252-0/+8
|\ | | | | | | https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
| * Tar: preserve symlinks from <tarfileset> sourcesMarc Strapetz2020-12-102-0/+8
| |
* | Merge tag 'rel/1.10.11' and prepare for next iterationStefan Bodewig2021-07-1327-77/+77
|\ \ | | | | | | | | | Apache Ant 1.10.11
| * | Prepare for RC1 of version 1.10.11 of Antrel/1.10.11ANT_1.10.11_RC1Stefan Bodewig2021-07-1026-75/+75
|/ /
* | Merge branch '1.9.x'Stefan Bodewig2021-07-101-1/+1
|\ \
| * | one more place to bump AntUnit dependencyStefan Bodewig2021-07-101-1/+1
| | |
* | | Release 1.10.10 of AntJaikiran Pai2021-04-1727-77/+77
| |/ |/|
* | [junitlauncher] - Introduce the ability to let listener/result formatter ↵Jaikiran Pai2020-11-281-1/+2
| | | | | | | | implementations decide whether to use legacy or new style display names for test identifiers
* | Merge branch '1.9.x'Stefan Bodewig2020-10-134-4/+4
|\ \ | |/
| * bump JUnit to fix ↵Stefan Bodewig2020-10-133-3/+3
| | | | | | | | https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp
| * Merge tag 'rel/1.9.15' and prepare for next releaseStefan Bodewig2020-05-1324-72/+72
| |\ | | | | | | | | | Tagging version 1.9.15 of Ant
| | * prepare the Ant 1.9.15 releaserel/1.9.15ANT_1.9.15_RC1Stefan Bodewig2020-05-1023-66/+66
| |/
* | Merge tag 'rel/1.10.9'Stefan Bodewig2020-09-3027-77/+77
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tagging version 1.10.9 of Ant # gpg: Signatur vom Mi 30 Sep 2020 18:21:08 CEST # gpg: mittels DSA-Schlüssel CE8075A251547BEE249BC151A2115AE15F6B8B72 # gpg: Aussteller "bodewig@apache.org" # gpg: Korrekte Signatur von "Stefan Bodewig <bodewig@apache.org>" [vollständig] # gpg: alias "Stefan Bodewig <stefan.bodewig@freenet.de>" [vollständig] # gpg: alias "Stefan Bodewig <stefan@samaflost.de>" [vollständig] # Haupt-Fingerabdruck = CE80 75A2 5154 7BEE 249B C151 A211 5AE1 5F6B 8B72
| * | Prepare for RC1 of version 1.10.9 of Antrel/1.10.9ANT_1.10.9_RC1Stefan Bodewig2020-09-2726-75/+75
|/ /
* | exclude Graal.js Nashorn compat tests from POM buildsStefan Bodewig2020-09-251-0/+2
| |
* | enable Nashorn compatibility when running GraalVM JSStefan Bodewig2020-09-251-0/+28
| | | | | | | | 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-1/+16
| | | | | | | | INDEX.LIST (#134)
* | make local properties visible to propertysetStefan Bodewig2020-08-021-0/+10
| | | | | | | | | | | | fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=50179 test by Sai Kiran
* | Incorrect javadoctwogee2020-07-271-2/+2
| |
* | Merge tag 'rel/1.10.8' and bump versionsStefan Bodewig2020-05-1327-77/+77
|\ \ | | | | | | | | | Tagging version 1.10.8 of Ant
| * | Prepare for RC1 of version 1.10.8 of Antrel/1.10.8ANT_1.10.8_RC1Stefan Bodewig2020-05-1026-75/+75
|/ /
* | Merge branch '1.9.x'Stefan Bodewig2020-05-051-25/+33
|\ \ | |/
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-051-25/+33
| |
| * Merge tag 'rel/1.9.14' into 1.9.x branchJaikiran Pai2019-03-1724-72/+72
| |\ | | | | | | | | | Tagging version 1.9.14 of Ant
| | * Release RC1 of 1.9.14rel/1.9.14ANT_1914_RC1Jaikiran Pai2019-03-1223-66/+66
| |/
| * Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version ↵Jaikiran Pai2018-12-271-1/+1
| | | | | | | | of jsch library
* | Puppy Crawl no longer hosts Checkstyle DTDtwogee2020-01-161-1/+3
| | | | | | | | | | | | (since March 2019, actually…) Closes #118 pull request at github.com/apache/ant repo.
* | Declare proper namespace for stringutilsJaikiran Pai2020-01-161-0/+1
| |
* | Incorrect variable nametwogee2020-01-161-1/+1
| |
* | Update third-party librariestwogee2020-01-166-6/+6
| |
* | bz-63958 Correctly parse the forked mode launch definition in cases where a ↵Jaikiran Pai2020-01-111-0/+19
| | | | | | | | listener element is a sibling of either test or testclasses element
* | [bugfix] Avoid illegal control characters in HTML when transforming from XMLAdam Retter2019-12-072-2/+72
| |
* | Merge tag 'rel/1.10.7'Jaikiran Pai2019-09-0527-77/+77
|\ \
| * | Prepare for RC1 of 1.10.7 Ant releaserel/1.10.7ANT_1.10.7_RC1Jaikiran Pai2019-09-0126-75/+75
|/ /
* | Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the ↵Jaikiran Pai2019-08-261-6/+7
| | | | | | | | | | | | | | Java runtime. OpenJDK even in Java 8 (update 222) doesn't include these codecs. Oracle JDK has it in Java 8, but not in subsequent Java releases.
* | JavaMail -> Jakarta Mail - Bugzilla Issue 63683Stefan Bodewig2019-08-221-3/+3
| |