summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceHEADmasterStefan Bodewig2023-05-141-6/+6
|
* unconditionally sort entrySet in <echoproperties>Stefan Bodewig2023-05-142-5/+4
| | | | 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 Kowalczewski2023-04-184-1/+23
| | | | | | settings like haltonfailure have effect This closes #197 pull request at github.com/apache/ant
* really compare the names as the javadocs claimStefan Bodewig2023-04-032-1/+8
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66496
* credit Thomas Starlinger for Bugzila Issue 66522Stefan Bodewig2023-03-192-0/+5
|
* fix since tagStefan Bodewig2023-03-181-1/+1
|
* try to preserve file permissions of exisiting target when renamingStefan Bodewig2023-03-186-3/+74
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66522
* unused targetStefan Bodewig2023-03-041-4/+1
|
* IBM's ftp now requires ftps which is not supported by java.net.URLStefan Bodewig2023-03-042-26/+5
|
* "modernize" antunit report styelsheetStefan Bodewig2023-03-021-23/+51
|
* 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" ↵Jaikiran Pai2023-03-025-0/+73
| | | | attribute to allow specifying a different Java installation to run the forked tests
* 66468: Fix regexmapper to not swallow backslashes from outputJaikiran Pai2023-03-024-3/+26
|
* 66504: junitlauncher task should resolve the outputDir against the basedir ↵Jaikiran Pai2023-03-029-14/+226
| | | | of the project
* xslt task - log only the stylesheet resource nameChristoph Dreis2023-02-274-1/+8
| | | | This closes #199 pull request at github.com/apache/ant
* fix typoJaikiran Pai2023-01-101-1/+1
|
* Next is 1.10.14 of AntJaikiran Pai2023-01-1034-89/+93
|
* allow "mvn -f src/etc/poms/pom.xml -DskipTests package" to succeed during ↵Jaikiran Pai2023-01-041-4/+4
| | | | release, when using Java 9+ version
* new yearJaikiran Pai2023-01-041-1/+1
|
* update dependencies with known vulnerabilitiesStefan Bodewig2022-12-215-6/+6
|
* upload new keyJaikiran Pai2022-12-111-0/+59
|
* Fix failing testhttpurl1 test - http://www.w3.org/MarkUp/ no longer returns ↵Jaikiran Pai2022-12-111-1/+1
| | | | a content-length header. Switch to a different URL which returns one.
* redo security manager setting to allow calling System.setSecurityManager at ↵Jaikiran Pai2022-12-114-30/+258
| | | | | | | | | | | runtime - Reverts the changes done to launch scripts which were checking for the Java runtime version to decide whether or not to set java.security.manager=allow - Introduces a new "allow" Java class (in unnamed package) as a workaround to allow setting java.security.manager=allow on (older) versions of Java which don't recognize "allow" as a predefined text for that property - Packages the "allow" Java class into ant-launcher.jar, which is the same jar file containing the org.apache.tools.ant.launch.Launcher class that gets launched from the Ant startup scripts - Sets java.security.manager=allow explicitly in Ant launch scripts, irrespective of which Java runtime version is being used
* fix forward test, but I don't find any host with a stable reverse lookupStefan Bodewig2022-11-261-13/+14
|
* try to properly decode multibyte encoded names in tar entriesStefan Bodewig2022-11-261-5/+66
|
* warn against multi-byte encoding in tarStefan Bodewig2022-11-263-1/+20
|
* paths with wildcards do not work in javac's arg-fileStefan Bodewig2022-11-193-9/+98
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65621
* loadresource might log warnings even though quiet was set to trueStefan Bodewig2022-11-192-1/+4
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65647
* Merge pull request #195 from keithc-ca/versionJaikiran2022-11-171-5/+12
|\ | | | | Fix detection of java.specification.version
| * Fix detection of java.specification.versionKeith W. Campbell2022-11-161-5/+12
|/ | | Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
* allow security manager setting on all versions above Java 18 (inclusive)Jaikiran Pai2022-11-081-2/+2
|
* Introduce a getMessageOutputLevel() method on BuildLogger to return the ↵Jaikiran Pai2022-11-086-0/+33
| | | | currently set message output level
* credit @keithc-ca for #194Stefan Bodewig2022-11-072-0/+6
|
* record tar fix of #194Stefan Bodewig2022-11-071-0/+5
|
* Merge pull request #194 from keithc-ca/tarStefan Bodewig2022-11-071-3/+3
|\ | | | | Names end before the first NULL (not the last)
| * Names end before the first NULL (not the last)Keith W. Campbell2022-10-261-3/+3
|/ | | | | This fixes parsing of archives produced on macOS. Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
* punctuationMatt Benson2022-09-161-1/+1
|
* create manifest file's parent if needed.Stefan Bodewig2022-08-242-0/+12
| | | | Bugzilla Report 66231
* bz-66164 Don't change file permissions on unrelated files in dest directory, ↵Jaikiran Pai2022-08-183-16/+7
| | | | when building and copying over Ant distribution
* add Piotr P. KarwaszStefan Bodewig2022-08-072-0/+5
|
* record #191Stefan Bodewig2022-08-071-0/+4
|
* Merge pull request #191 from ppkarwasz/fetch-scriptStefan Bodewig2022-08-071-1/+1
|\ | | | | Fix retrieval from non-default repositories
| * Fix retrieval from non-default repositoriesPiotr P. Karwasz2022-08-041-1/+1
|/ | | | | Since the `<remoterepo>` tag is not in the scope of the `<resolve>` target, fetching artifacts from repositories different from Maven Central fails (e.g. JAI).
* Merge branch '1.9.x'Stefan Bodewig2022-06-250-0/+0
|\
| * Merge pull request #190 from chrstphrchvz/backport-634381.9.xStefan Bodewig2022-06-254-2/+14
| |\ | | | | | | Backport fix for bz-63438 to 1.9.x
| | * bz-63438 Undo part of commit 67f29ce0c2ad332570c0a1382c79532cee66dce8, to ↵Jaikiran Pai2022-06-224-2/+14
| |/ | | | | | | | | | | fix broken javadocs target Backported from 1.10.x: dfeee59cca730e1b1346564bf2fe1bf4a81f9549
* | avoid listing directories who's content is never usedStefan Bodewig2022-05-272-6/+26
| |
* | go back to ignoring the ImageIOTest#testFailOnError() test, like it was for ↵Jaikiran Pai2022-05-221-0/+3
| | | | | | | | several years/releases before being moved from ImageTest to this new test class