| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 66464: junitlauncher task's fork element now has a new optional "java" ↵ | Jaikiran Pai | 2023-03-02 | 1 | -0/+27 |
| | | | | | 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 | -0/+6 |
| | | |||||
| * | 66504: junitlauncher task should resolve the outputDir against the basedir ↵ | Jaikiran Pai | 2023-03-02 | 1 | -0/+75 |
| | | | | | of the project | ||||
| * | Next is 1.10.14 of Ant | Jaikiran Pai | 2023-01-10 | 1 | -2/+2 |
| | | |||||
| * | warn against multi-byte encoding in tar | Stefan Bodewig | 2022-11-26 | 1 | -0/+8 |
| | | |||||
| * | fully migrate pathconvert tests to antunit | Matt Benson | 2022-02-09 | 1 | -60/+0 |
| | | |||||
| * | Next dev version post 1.10.12 release of Ant | Jaikiran Pai | 2021-10-19 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'feature/tarfileset-preserve-symlinks' of ↵ | Stefan Bodewig | 2021-09-25 | 2 | -0/+8 |
| |\ | | | | | | | https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks | ||||
| | * | Tar: preserve symlinks from <tarfileset> sources | Marc Strapetz | 2020-12-10 | 2 | -0/+8 |
| | | | |||||
| * | | Merge tag 'rel/1.10.11' and prepare for next iteration | Stefan Bodewig | 2021-07-13 | 1 | -2/+2 |
| | | | | | | | | | Apache Ant 1.10.11 | ||||
| * | | Release 1.10.10 of Ant | Jaikiran Pai | 2021-04-17 | 1 | -2/+2 |
| |/ | |||||
| * | [junitlauncher] - Introduce the ability to let listener/result formatter ↵ | Jaikiran Pai | 2020-11-28 | 1 | -1/+2 |
| | | | | | implementations decide whether to use legacy or new style display names for test identifiers | ||||
| * | Merge tag 'rel/1.10.9' | Stefan Bodewig | 2020-09-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 | ||||
| * | enable Nashorn compatibility when running GraalVM JS | Stefan Bodewig | 2020-09-25 | 1 | -0/+28 |
| | | | | | and add a magic property to disable it again | ||||
| * | Add the possibility to specify a custom filename mapper when creating an ↵ | Maarten Coene | 2020-09-08 | 1 | -1/+16 |
| | | | | | INDEX.LIST (#134) | ||||
| * | make local properties visible to propertyset | Stefan Bodewig | 2020-08-02 | 1 | -0/+10 |
| | | | | | | | fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=50179 test by Sai Kiran | ||||
| * | Incorrect javadoc | twogee | 2020-07-27 | 1 | -2/+2 |
| | | |||||
| * | Merge tag 'rel/1.10.8' and bump versions | Stefan Bodewig | 2020-05-13 | 1 | -2/+2 |
| | | | | | Tagging version 1.10.8 of Ant | ||||
| * | Merge branch '1.9.x' | Stefan Bodewig | 2020-05-05 | 1 | -25/+33 |
| |\ | |||||
| | * | rmic has been removed in Java 15+ | Stefan Bodewig | 2020-05-05 | 1 | -25/+33 |
| | | | |||||
| | * | Merge tag 'rel/1.9.14' into 1.9.x branch | Jaikiran Pai | 2019-03-17 | 1 | -6/+6 |
| | | | | | | | | | Tagging version 1.9.14 of Ant | ||||
| * | | bz-63958 Correctly parse the forked mode launch definition in cases where a ↵ | Jaikiran Pai | 2020-01-11 | 1 | -0/+19 |
| | | | | | | | | | listener element is a sibling of either test or testclasses element | ||||
| * | | Merge tag 'rel/1.10.7' | Jaikiran Pai | 2019-09-05 | 1 | -2/+2 |
| | | | |||||
| * | | Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the ↵ | Jaikiran Pai | 2019-08-26 | 1 | -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. | ||||
| * | | @BeforeAll failing should break build. Pr 63479 | jkf | 2019-06-01 | 2 | -0/+18 |
| | | | |||||
| * | | remove unnecessary http references in xml / xsl testcases | jkf | 2019-05-25 | 7 | -20/+20 |
| | | | |||||
| * | | updated reference to license from http to https using | jkf | 2019-05-25 | 347 | -351/+351 |
| | | | | | | | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \; | ||||
| * | | [junitlauncher] Add support for selecting tests based on JUnit-5 tag ↵ | Matthias Gutheil | 2019-05-22 | 1 | -0/+65 |
| | | | | | | | | | | | | | functionality This closes #93 pull request at github/apache/ant repo | ||||
| * | | Merge tag 'rel/1.10.6' | Jaikiran Pai | 2019-05-08 | 1 | -2/+2 |
| | | | | | | | | | Tag version 1.10.6 of Ant | ||||
| * | | missing license headers | Stefan Bodewig | 2019-03-20 | 1 | -0/+17 |
| | | | |||||
| * | | whitespace - closes #80 | Stefan Bodewig | 2018-12-15 | 1 | -1/+1 |
| | | | |||||
| * | | Based on feedback, added self to contributors, added line to WHATSNEW, added ↵ | VGR | 2018-12-15 | 2 | -248/+845 |
| | | | | | | | | | Ant version to docs, and replaced GPL man pages with BSD-licensed man pages. | ||||
| * | | Added tasks for JDK's jmod and jlink tools. | VGR | 2018-12-15 | 3 | -4/+2084 |
| | | | |||||
| * | | [junitlauncher] - Switch back to issuing a separate LauncherDiscoveryRequest | Jaikiran Pai | 2018-12-07 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for each of the test class that are selected by the <testclasses> usage In 1.10.5 version (the latest released) of Ant, we used to launch multiple LauncherDiscoveryRequest (a JUnit 5 construct), one each for a test class, that belonged to the <testclasses> usage. Commit 3f806148c3f3542b8526d5f91f10d6189bf0607d changed it to launch one single LauncherDiscoveryRequest (and including all those test classes in that request) because it seemed more logical to do so. However, recent tests/experimentation of the master branch has shown that it introduces complexities when the "legacy-xml" listener (the one which supports generating test results in xml format that junitreport understands) is used. These complexities include - expecting each test class to have a separate report file, but isn't limited to that. Solving these issues isn't easy and probably not worth it, given that the only reason we started using a single LauncherDiscoveryRequest is because it just seemed logical and there is no other strong reason to do so. This commit switches back to the behaviour that's been there in 1.10.5 version, to issue multiple separate LauncherDiscoveryRequest(s) one each for the test class that's selected through the use of <testclasses>. | ||||
| * | | bz-62952 Make AntClassLoader multi-release jar aware when it deals with ↵ | Jaikiran Pai | 2018-12-05 | 1 | -0/+48 |
| | | | | | | | | | java.util.jar.JarFile | ||||
| * | | Make DataType and Reference generic | Gintas Grigelionis | 2018-11-19 | 1 | -0/+6 |
| | | | |||||
| * | | bz-62890 Make sure the sync task considers the case sensitivity of the ↵ | Jaikiran Pai | 2018-11-08 | 1 | -0/+19 |
| | | | | | | | | | destination directory's filesystem while looking for orphan files to delete | ||||
| * | | Merge 1.9.x branch into master | Jaikiran Pai | 2018-11-06 | 1 | -5/+0 |
| |\ \ | |/ | |||||
| | * | Revert "bz-62849 Check for filesystem loops due to symbolic links, in ↵ | Jaikiran Pai | 2018-11-04 | 1 | -5/+0 |
| | | | | | | | | | | | | | DirectoryScanner and Delete task" since it causes a regression that's exposed by the dirscanner-symlinks-test.xml antunit testcase This reverts commit 05bfffa247c470d12a5b93326a05d3fd0d890ce0 and 506c3ab47a1d69ecff691cc535ae8368d0aeb1db. | ||||
| * | | Merge 1.9.x branch into master | Jaikiran Pai | 2018-11-03 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | bz-62849 Check for filesystem loops due to symbolic links, in ↵ | Michael Barker | 2018-11-03 | 1 | -0/+5 |
| | | | | | | | | | DirectoryScanner and Delete task | ||||
| * | | An attempt to run JUnit task tests in Surefire | Gintas Grigelionis | 2018-10-28 | 3 | -79/+74 |
| | | | | | | | (please note different exclude rules than for compiler…) | ||||
| * | | Fix more tests, remove redundancies from test class path | Gintas Grigelionis | 2018-10-27 | 17 | -110/+80 |
| | | | | | | | (no checks of build.tests.value necessary) | ||||
| * | | Fixed a broken test | Gintas Grigelionis | 2018-10-27 | 1 | -5/+4 |
| | | | |||||
| * | | Remove unused root property, add assertions for build.tests.value | Gintas Grigelionis | 2018-10-26 | 3 | -91/+72 |
| | | | |||||
| * | | Activate more tests in Surefire | Gintas Grigelionis | 2018-10-25 | 3 | -24/+17 |
| | | | |||||
| * | | More hardcoded assumptions about file tree structure | Gintas Grigelionis | 2018-10-25 | 1 | -20/+14 |
| | | | |||||
| * | | Revert "Check spelling" | Gintas Grigelionis | 2018-09-11 | 6 | -186/+194 |
| | | | |||||
| * | | Check spelling | Gintas Grigelionis | 2018-09-09 | 6 | -194/+186 |
| | | | |||||
| * | | [junitlauncher] add some more tests to verify exclusion of Ant runtime and ↵ | Jaikiran Pai | 2018-08-27 | 1 | -0/+60 |
| | | | | | | | | | JUnit platform libraries from the forked JVM classpath of junitlauncher task | ||||
