summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
Commit message (Collapse)AuthorAgeFilesLines
* bz-66411: Handling forked VM timeout in a similar way as failed test so that ↵Tomasz Kowalczewski2023-04-181-0/+1
| | | | | | settings like haltonfailure have effect This closes #197 pull request at github.com/apache/ant
* credit Thomas Starlinger for Bugzila Issue 66522Stefan Bodewig2023-03-191-0/+1
|
* xslt task - log only the stylesheet resource nameChristoph Dreis2023-02-271-0/+1
| | | | This closes #199 pull request at github.com/apache/ant
* credit @keithc-ca for #194Stefan Bodewig2022-11-071-0/+1
|
* add Piotr P. KarwaszStefan Bodewig2022-08-071-0/+1
|
* Fix integer overflow when parsing SOURCE_DATE_EPOCHMikolaj Izdebski2022-05-201-0/+1
| | | | This closes #186 pull request at github/apache/ant repo.
* Fix an issue in LegacyXmlResultFormatter with ]]> in stacktracesTaylor Smock2022-02-101-0/+1
| | | | | | | | | | | | Bugzilla Report 65833 This occurs when the stacktrace message contains ]]>, which is the CDATA end code. There is no escape, so it must be replaced with `]]` + `]]>` + `<![CDATA[` + `>`, which means that the CDATA section is split. Signed-off-by: Taylor Smock <tsmock@fb.com> This closes #175 pull request at github.com/apache/ant
* credit @sonyDeswal for #170Stefan Bodewig2021-12-291-0/+1
|
* junitlauncher - Support extension attribute for listenersAleksei Zotov2021-11-161-0/+1
| | | | This closes #168 pull request at github.com/apache/ant
* add contributor names of Eric Delaunay and Marc StrapetzStefan Bodewig2021-09-271-0/+2
|
* Performance:Arturo Bernal2021-09-261-0/+1
| | | | | | * Use arrayCopy * Avoid redundant String.format * Exit the loop early
* Implement ClassLoader#findResource(String)Basil Crow2021-07-111-0/+1
|
* Make Watchdog for JUnitLauncherTask customizable.Aleksei Zotov2021-04-301-0/+1
| | | | This closes #147 pull request at github/apache/ant repo.
* Override ZipOutputStream.write(int)Helder Pereira2021-03-131-0/+1
|
* bz-64952 junitlauncher - properly report JUnit4 Parametrized test, in the ↵Gösen2021-01-171-0/+1
| | | | | | XML report Closes #125 pull request at github/apache/ant repo
* bz-64912, bz-64790 Fix regression in javac task when using arguments fileJaikiran Pai2020-12-091-0/+1
|
* #64854 Add preserveduplicates option to ResourceListMatthias Vill2020-12-061-0/+1
|
* credit Simon Legner for #129Stefan Bodewig2020-07-301-0/+1
|
* Fix space issue in AntStructure.DTDPrinterTony Gravagno2020-01-161-0/+1
| | | | | | | | | | | | | | Task AntStructure renders a project DTD. In AntStructure class DTDPrinter, line 327, a single statement is used to concatenate a list of enumerated values which are valid for an attribute. The list is enclosed in parentheses. At line 348 the string "#IMPLIED" is appended to all attribute definitions regardless of type. For other types like Boolean and CDATA, a space is appended. Not for these enumerations. This results in a DTD validation error. Ref [XERCES definition](https://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/utils/XMLMessages.html#MSG_SPACE_REQUIRED_BEFORE_DEFAULTDECL_IN_ATTDEF) The full message displayed in VSCode may be different from elsewhere: White space is required before the attribute default in the declaration of attribute "x" for element "y". xml(MSG_SPACE_REQUIRED_BEFORE_DEFAULTDECL_IN_ATTDEF) This simple one-line change appends the space character required to avoid that error. **Note:** This should not be modified into a change on the `joinAlts` Collector which surrounds values in parentheses. That Collector is used elsewhere where regex syntax is applied immediately after. See line 298. That asterisk cannot be separated from the values with a space. The space must only be applied to line 327.
* bz-63438 Undo part of commit 6656db28bb79912ec1c744f34affbda53f86e6fd, to ↵Jaikiran Pai2020-01-101-0/+1
| | | | fix broken javadocs target
* bz-63850 junitlaucher legacy-xml: don't lose exception from @BeforeAllMarc Guillemot2019-11-051-0/+1
|
* bz-62617 tstamp task - Honor SOURCE_DATE_EPOCH to allow reproducible buildsJaikiran Pai2019-10-201-0/+1
|
* Send FQDN instead of simple hostname in SMTP HELO commandmguessan@free.fr2019-09-141-0/+1
| | | | This closes #101 pull request at github/apache/ant repo
* [junitlauncher] Add support for selecting tests based on JUnit-5 tag ↵Matthias Gutheil2019-05-221-0/+1
| | | | | | functionality This closes #93 pull request at github/apache/ant repo
* bz-63446 Add Michael Seele to contributors listJaikiran Pai2019-05-211-0/+1
|
* Wrap FileWriter with BufferedWriter for better performance when the write() ↵bd2019us2019-05-021-0/+1
| | | | method is invoked in a loop
* Fix the issue where scp transfer completion tracking wasn't being triggered ↵wenjingwang2019-04-121-0/+1
| | | | | | for 100% completion This closes #91 pull request at github/apache/ant
* bz-63193 Introduce a readTimeout attribute for the "http" condition taskJaikiran Pai2019-02-241-0/+1
|
* Based on feedback, added self to contributors, added line to WHATSNEW, added ↵VGR2018-12-151-0/+1
| | | | Ant version to docs, and replaced GPL man pages with BSD-licensed man pages.
* Fixing a potential ConcurrentModificationException that could occur when ↵mharmer2018-12-121-0/+1
| | | | | | running Ant with the Parallel-Ant executor. This closes #81 pull request at github/apache/ant
* Merge 1.9.x branch into masterJaikiran Pai2018-11-061-1/+0
|\
| * Revert "bz-62849 Check for filesystem loops due to symbolic links, in ↵Jaikiran Pai2018-11-041-1/+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 masterJaikiran Pai2018-11-031-0/+1
|\ \ | |/
| * Record the fix for bz-62849, contributed by Michael BarkerJaikiran Pai2018-11-031-0/+1
| |
* | Update WHATSNEW for bz-62594Jaikiran Pai2018-08-171-0/+1
| |
* | Update contributor lists, trim trailing whitespaceGintas Grigelionis2018-08-131-0/+22
| |
* | Sync contributor listsGintas Grigelionis2018-08-131-26/+24
| |
* | Merge branch '1.9.x'Stefan Bodewig2018-08-121-0/+1
|\ \ | |/
| * Add Jimmy Casey to Contributors list, for the ↵Jaikiran Pai2018-07-301-0/+1
| | | | | | | | fce87997f7fd35b492b243ec733974d2c5891b41 commit
* | Merge 1.9.x branchJaikiran Pai2018-07-161-0/+1
|\ \ | |/
| * Mention the support for SubjectAlternativeName in generatekey taskJaikiran Pai2018-07-161-0/+1
| | | | | | | | This closes #64 PR at github/apache/ant
* | Merge branch '1.9.x'Stefan Bodewig2018-01-261-0/+1
|\ \ | |/
| * add @reudsimam who created #55 to contributor listStefan Bodewig2018-01-261-0/+1
| |
* | Merge branch '1.9.x'Stefan Bodewig2017-10-111-0/+1
|\ \ | |/
| * credit Kui Liu for #41Stefan Bodewig2017-10-111-0/+1
| |
* | Merge branch '1.9.x'Stefan Bodewig2017-10-111-0/+1
|\ \ | |/
| * forgot to credit George BatemanStefan Bodewig2017-10-111-0/+1
| |
* | Merge 1.9.x branchJaikiran Pai2017-07-231-0/+1
|\ \ | |/
| * BZ-43271 BZ-59648 Change permissions on the correct remote file (path) that ↵Jaikiran Pai2017-07-231-0/+1
| | | | | | | | was transferred, instead of accidentally changing the permissions of the directory containing the transferred file
* | Merge branch '1.9.x'Stefan Bodewig2017-07-101-0/+1
|\ \ | |/ | | | | closes #33 by @niggemannmj