summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceHEADmasterStefan Bodewig2023-05-141-6/+6
|
* unconditionally sort entrySet in <echoproperties>Stefan Bodewig2023-05-141-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 Kowalczewski2023-04-181-1/+14
| | | | | | 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-031-1/+1
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66496
* fix since tagStefan Bodewig2023-03-181-1/+1
|
* try to preserve file permissions of exisiting target when renamingStefan Bodewig2023-03-185-3/+70
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=66522
* "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-023-0/+56
| | | | attribute to allow specifying a different Java installation to run the forked tests
* 66468: Fix regexmapper to not swallow backslashes from outputJaikiran Pai2023-03-023-3/+21
|
* 66504: junitlauncher task should resolve the outputDir against the basedir ↵Jaikiran Pai2023-03-028-14/+217
| | | | of the project
* xslt task - log only the stylesheet resource nameChristoph Dreis2023-02-271-1/+1
| | | | This closes #199 pull request at github.com/apache/ant
* Next is 1.10.14 of AntJaikiran Pai2023-01-1028-80/+80
|
* 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
* update dependencies with known vulnerabilitiesStefan Bodewig2022-12-214-4/+4
|
* 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-113-29/+254
| | | | | | | | | | | 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-262-0/+16
|
* paths with wildcards do not work in javac's arg-fileStefan Bodewig2022-11-192-9/+94
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65621
* loadresource might log warnings even though quiet was set to trueStefan Bodewig2022-11-191-1/+1
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=65647
* 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-085-0/+30
| | | | currently set message output level
* 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>
* create manifest file's parent if needed.Stefan Bodewig2022-08-241-0/+8
| | | | Bugzilla Report 66231
* avoid listing directories who's content is never usedStefan Bodewig2022-05-271-6/+21
|
* 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
* upgrade junit5 library dependenciesJaikiran Pai2022-05-212-4/+21
|
* Use a fixed timezone in Tstamp testJaikiran Pai2022-05-211-0/+1
|
* Fix integer overflow when parsing SOURCE_DATE_EPOCHMikolaj Izdebski2022-05-202-1/+32
| | | | This closes #186 pull request at github/apache/ant repo.
* Merge branch '1.9.x'Stefan Bodewig2022-04-091-5/+9
|\
| * plug resource leak as suggested by Mike Phillips in BZ issue 66001Stefan Bodewig2022-04-091-5/+9
| |
| * Allow ant:get task to disable authentication on redirect.Stefan Bodewig2021-12-231-3/+17
| | | | | | | | see #173
* | terse w/ OptionalMatt Benson2022-03-291-15/+7
| |
* | @sinceMatt Benson2022-03-115-1/+7
| |
* | pathconvert: avoid buffering for log/property outputMatt Benson2022-03-111-12/+55
| |
* | local += nested name elementsMatt Benson2022-02-252-4/+72
| |
* | scriptdef += @setbeansMatt Benson2022-02-252-1/+31
| |
* | compute effective properties permitting null valuesMatt Benson2022-02-251-4/+3
| |
* | set expectedMessage for antunit testMatt Benson2022-02-241-1/+1
| |
* | support default value for scriptdef attributeMatt Benson2022-02-242-3/+92
| |
* | test script properties bindingMatt Benson2022-02-241-0/+70
| |
* | bind all effective properties to script* tasks/typesMatt Benson2022-02-241-2/+5
| |
* | filter out nullMatt Benson2022-02-201-1/+3
| |
* | warm up before expected compiled to outperform noncompiledMatt Benson2022-02-191-0/+4
| |
* | Merge branch 'master' into script-managerMatt Benson2022-02-172-10/+52
|\ \