summaryrefslogtreecommitdiff
path: root/src/tests/antunit/taskdefs
Commit message (Collapse)AuthorAgeFilesLines
* fix forward test, but I don't find any host with a stable reverse lookupStefan Bodewig2022-11-261-13/+14
|
* Use a fixed timezone in Tstamp testJaikiran Pai2022-05-211-0/+1
|
* Fix integer overflow when parsing SOURCE_DATE_EPOCHMikolaj Izdebski2022-05-201-0/+31
| | | | This closes #186 pull request at github/apache/ant repo.
* local += nested name elementsMatt Benson2022-02-251-0/+20
|
* scriptdef += @setbeansMatt Benson2022-02-251-0/+10
|
* set expectedMessage for antunit testMatt Benson2022-02-241-1/+1
|
* support default value for scriptdef attributeMatt Benson2022-02-241-1/+24
|
* test script properties bindingMatt Benson2022-02-241-0/+70
|
* try again with a value that already handles dirsepMatt Benson2022-02-161-2/+2
|
* fixup testcase for WindowsMatt Benson2022-02-161-1/+1
|
* support writing pathconvert output to resourceMatt Benson2022-02-161-0/+20
|
* tweak to x-platform test fixMatt Benson2022-02-111-1/+1
|
* fix testcase x-platformMatt Benson2022-02-101-2/+3
|
* test pathconvert setonempty=falseMatt Benson2022-02-091-0/+9
|
* test pathconvert featuresMatt Benson2022-02-091-0/+26
|
* fully migrate pathconvert tests to antunitMatt Benson2022-02-091-0/+45
|
* bz-65489 http condition - don't follow redirects when followRedirects is set ↵Jaikiran Pai2021-08-091-0/+34
| | | | to false
* add discardOutput and discardError to redirector, apply, exec, javaStefan Bodewig2021-03-201-0/+27
|
* make http condition follow redirects from http to httpsStefan Bodewig2021-02-281-0/+71
| | | | Bugzilla Report 65105
* bz-64912, bz-64790 Fix regression in javac task when using arguments fileJaikiran Pai2020-12-091-0/+20
|
* Merge pull request #141 from TheConstructor/input-file-tokenizerStefan Bodewig2020-12-071-0/+44
|\ | | | | #64855 Add filterbeforeconcat option to Concat
| * #64855 Add filterbeforeconcat option to ConcatMatthias Vill2020-12-061-0/+44
| |
* | Skip scriptdef-test.xml antunit tests for JDK >=15 due to unavailability of ↵Jaikiran Pai2020-11-211-7/+11
| | | | | | | | script engine for "javascript" language in JRE
* | Introduce an "atmost" attribute for the javaversion conditionJaikiran Pai2020-11-211-0/+14
|/
* try making test independent of timezoneStefan Bodewig2020-08-221-3/+37
|
* Merge branch '1.9.x'Stefan Bodewig2020-05-051-2/+20
|\
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-051-2/+20
| |
| * Fixed Spelling.Jimmy Casey2018-07-302-2/+2
| | | | | | | | This closes #66 pull request at github/apache/ant
* | Avoid connection refused errors by leaving some time between the gets, works ↵jkf2019-05-262-1/+13
| | | | | | | | locally lets see if it also works for jenkins
* | remove unnecessary http references in xml / xsl testcasesjkf2019-05-259-20/+20
| |
* | updated reference to license from http to https usingjkf2019-05-25111-111/+111
| | | | | | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* | bz-62952 Fix the jar-test.xml#testMultiReleaseJar antunit test caseJaikiran Pai2018-12-051-3/+16
| |
* | Revert "Check spelling"Gintas Grigelionis2018-09-111-1/+1
| |
* | Check spellingGintas Grigelionis2018-09-091-1/+1
| |
* | Fixed Spelling.Jimmy Casey2018-07-302-2/+2
| | | | | | | | This closes #66 pull request at github/apache/ant
* | Merge branch '1.9.x' branch into masterJaikiran Pai2018-07-074-9/+9
|\ \ | |/
| * Revert "Trailing whitespace (cherry-pick 2f64e0b)"Jaikiran Pai2018-07-0792-1482/+1501
| | | | | | | | | | This reverts commit 7df9120ebc1f9bee97a6a1a47f0a5fda986e4ab0. Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
| * Trailing whitespace (cherry-pick 2f64e0b)Gintas Grigelionis2018-07-0492-1501/+1482
| |
| * Checking to see if our Jenkins setup has issues with HTTPS cert of ↵Jaikiran Pai2018-06-281-3/+7
| | | | | | | | apache.org for older Java runtime versions
* | Revert "Trailing whitespace"Jaikiran Pai2018-07-0795-1458/+1476
| | | | | | | | | | This reverts commit 2f64e0b51c295960cb15aa77c7c1f447b2518e14. Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
* | Merge branch '1.9.x'Gintas Grigelionis2018-07-044-12/+12
| |
* | Unbreak testsGintas Grigelionis2018-07-041-1/+1
| |
* | Trailing whitespaceGintas Grigelionis2018-07-0195-1475/+1457
| |
* | Merge changes from 1.9.x branchJaikiran Pai2018-06-281-0/+9
|\ \ | |/
| * bz-62499 Revert the change which caused regression in "get" task. Plus ↵Jaikiran Pai2018-06-281-0/+9
| | | | | | | | introduce a test case to reproduce the issue and verify the fix
* | Merge branch '1.9.x'Stefan Bodewig2018-05-201-0/+18
|\ \ | |/
| * add basedir attribute to <resourcelist>Stefan Bodewig2018-05-201-0/+18
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
* | Merge branch '1.9.x'Stefan Bodewig2018-05-051-5/+5
|\ \ | |/
| * change stripAbsolutePathSpec's default, credit SnykStefan Bodewig2018-05-051-5/+5
| |
* | Merge branch '1.9.x'Stefan Bodewig2018-04-271-0/+46
|\ \ | |/