Christoph Dreis
fe9bf0f1a2
xslt task - log only the stylesheet resource name
This closes #199 pull request at github.com/apache/ant
2 years ago
Stefan Bodewig
37d0b40ff8
credit @keithc-ca for #194
3 years ago
Stefan Bodewig
b9272756fc
add Piotr P. Karwasz
3 years ago
Mikolaj Izdebski
babd1c4007
Fix integer overflow when parsing SOURCE_DATE_EPOCH
This closes #186 pull request at github/apache/ant repo.
3 years ago
Taylor Smock
aa47924dc2
Fix an issue in LegacyXmlResultFormatter with ]]> in stacktraces
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 `]]` + `]]>` +
`<
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.
5 years ago
Jaikiran Pai
dfeee59cca
bz-63438 Undo part of commit 6656db28bb79912ec1c744f34affbda53f86e6fd, to fix broken javadocs target
5 years ago
Marc Guillemot
fc82dd1bf6
bz-63850 junitlaucher legacy-xml: don't lose exception from @BeforeAll
6 years ago
Jaikiran Pai
1bfa7880af
bz-62617 tstamp task - Honor SOURCE_DATE_EPOCH to allow reproducible builds
6 years ago
mguessan@free.fr
451ecde5c9
Send FQDN instead of simple hostname in SMTP HELO command
This closes #101 pull request at github/apache/ant repo
6 years ago
jkf
3a4980e3c4
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
6 years ago
Matthias Gutheil
b8451922b6
[junitlauncher] Add support for selecting tests based on JUnit-5 tag functionality
This closes #93 pull request at github/apache/ant repo
6 years ago
Jaikiran Pai
1cb2f81750
bz-63446 Add Michael Seele to contributors list
6 years ago
bd2019us
4803eb24ae
Wrap FileWriter with BufferedWriter for better performance when the write() method is invoked in a loop
6 years ago
wenjingwang
e91c4dc223
Fix the issue where scp transfer completion tracking wasn't being triggered for 100% completion
This closes #91 pull request at github/apache/ant
6 years ago
Jaikiran Pai
da9ca6ef01
bz-63193 Introduce a readTimeout attribute for the "http" condition task
6 years ago
VGR
a621bcbcce
Based on feedback, added self to contributors, added line to WHATSNEW, added Ant version to docs, and replaced GPL man pages with BSD-licensed man pages.
7 years ago
mharmer
41eb0d922b
Fixing a potential ConcurrentModificationException that could occur when running Ant with the Parallel-Ant executor.
This closes #81 pull request at github/apache/ant
7 years ago
Jaikiran Pai
f410119cf9
Merge 1.9.x branch into master
7 years ago
Jaikiran Pai
8cc8feebb0
Revert "bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanner and Delete task" since it causes a regression that's exposed by the dirscanner-symlinks-test.xml antunit testcase
This reverts commit 05bfffa247 and 506c3ab47a .
7 years ago
Jaikiran Pai
6c860479a1
Merge 1.9.x branch into master
7 years ago
Jaikiran Pai
506c3ab47a
Record the fix for bz-62849, contributed by Michael Barker
7 years ago
Jaikiran Pai
a2d9e87415
Update WHATSNEW for bz-62594
7 years ago
Gintas Grigelionis
1afbe154ab
Update contributor lists, trim trailing whitespace
7 years ago
Gintas Grigelionis
c1265b4b7f
Sync contributor lists
7 years ago
Stefan Bodewig
86bba8643b
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
6a52411924
there are two files for contributors
7 years ago
Adam Retter
e9294e0a74
[bugfix] Allow Saxon to be used for junitreport XSL transformation
This closes #57 pull request at github/apache/ant repo
7 years ago
Stefan Bodewig
1d84c903d9
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
4ea4bc6aa1
add @reudsimam who created #55 to contributor list
7 years ago
Stefan Bodewig
a8c086cdfa
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
f8b5fda65a
credit Kui Liu for #41
8 years ago
Stefan Bodewig
8cf68cab65
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
5bc6cc6eb3
forgot to credit George Bateman
8 years ago
Jaikiran Pai
c2a61ea21c
Merge 1.9.x branch
8 years ago
Jaikiran Pai
b9125733c4
BZ-43271 BZ-59648 Change permissions on the correct remote file (path) that was transferred, instead of accidentally changing the permissions of the directory containing the transferred file
8 years ago
Stefan Bodewig
c848ace1ed
Merge branch '1.9.x'
closes #33 by @niggemannmj
8 years ago
Stefan Bodewig
4e2e7d9614
add since markers, add Mark to contributors
8 years ago
Stefan Bodewig
13c6aaa37c
record PR by Olivier Parent @pyxide - closes #30
8 years ago