Jaikiran Pai
1bfa7880af
bz-62617 tstamp task - Honor SOURCE_DATE_EPOCH to allow reproducible builds
6 years ago
Stefan Bodewig
8511719cf3
I've broken output to files that don't exist before running sshexec
6 years ago
Michael Seele
8a231f6647
remove typo and duplicate code
This closes #102 pull request at github/apache/ant
6 years ago
Jaikiran Pai
a7a1906806
bz-63827 Minor change
6 years ago
Jaikiran Pai
02ffb258c8
bz-63827 Print out stacktrace in "legacy-xml" when the test is aborted too
6 years ago
Jaikiran Pai
23a3665c3e
bz-63827 Print out the stacktrace when writing out the XML from "legacy-xml" formatter of junitlauncher
6 years ago
Stefan Bodewig
26b8a01e64
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
ab6b3e4bb1
bad indentation and missing heading
6 years ago
Stefan Bodewig
99ef834ef2
adapt runant.py to Python3
closes #96 , thanks to @twogee
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
Jaikiran Pai
2d221de4c1
Update release instructions to make it clear that final release tags should go under "rel/"
6 years ago
Jan Matrne
f8e349cdba
Provide more meaningful error message
6 years ago
Jaikiran Pai
7a3e9034e1
Clarify the snapcraft release command
6 years ago
Jaikiran Pai
13538807ed
Fix typo
6 years ago
Jaikiran Pai
7b996a8727
Update release instructions
6 years ago
Stefan Bodewig
5a4d511c81
try the new .asf.yaml service
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
6 years ago
Jaikiran Pai
ff8a05bd5a
Tagging version 1.10.7 of Ant
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEjacMAN968bDS+dx03bzBJwop0IEFAl1wek8ACgkQ3bzBJwop
0IFreQ//XeOYU8T+pHWOqlw816LO0++7koLZMsFdb787IJGbMp933iMEYSFBhS0q
dvoIeFJ3OcounhJYob3HXtVKnBpZnmChgzKnMCDVkh2npkqxe+S8GP28YwK2LTwx
nF/3SBFlAZ0rvXkgrr/Drh87vgIlCRR0qRROUeDAWN7D8caHuSd9cU8+8b63SwsF
BPZqjStjwvfl9BcRy7REyE5e9kAjOvzO8QbtaAKELDGPE/PrrLESrbhvqgiod7Fm
kJFXv0zYKl/6Os+b4Kb+OTLzfeper2GqFi2Bn4dN4fEyP0Q+mkzD8oPNzfZA3Tra
BRt2oIFC5SrdD35kRE0ZIlt8r2RXofof4hA657AJeQuE6KGrA0VAAXaG3MRXr5w5
u0zfBdmv9WvOqlIhck4Ar+dTnHN7xzWB810qWS4PiHJmDqyNJUmojSqlNZwnTupV
eVnaR9oTeYTBemu1/0kMJb+mICiwIdLx7F45KJ2uvlZ2YG6V0k99MHVBZigpkI5n
VtmrjHWDceD93l55vrXUGNb61LqkyZRft5M7Br6B+7Cs+excpZwrcdlea/xrlTs9
cJoPpDZquP0mhzTr8gj9sXlaSJiBMQ19JNctjVC1WlcZim5oIwHuRC/GVxE6uhc5
i7VxkkLkfnOpnK70TA5u+QYqCP7Un5pJ3Jh7JylNHBJVVfDLezk=
=fPN1
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.7'
6 years ago
Jaikiran Pai
80768efaab
Prepare for RC1 of 1.10.7 Ant release
6 years ago
Jaikiran Pai
9c656cc104
Use a custom copyright license matcher for RAT to allow usage of https links in copyright headers
A recent commit changed the license text in the copyright header on source
files to use https instead of http for refering to the license file. This
causes RAT tool to not match such copyright headers against
Apache License, Version 2.0. The use of "https" instead of "http" in the
copyright headers is considered valid as per the discussion here
https://mail-archives.apache.org/mod_mbox/ant-dev/201905.mbox/%3C87ftowunkc.fsf%40v45346.1blu.de%3E
This commit introduces a custom license matcher for RAT which matches
such copyright headers and considers them as "approved".
6 years ago
Jaikiran Pai
56ce7f8432
create the Java 8 install dir in the build directory
6 years ago
Jaikiran Pai
05271caa99
Fix test-compatibility script to handle space character in file paths
6 years ago
Jaikiran Pai
1f3323dd40
Introduce a script which can be used in a CI job to make it easier to test Java version compatibility of Ant
6 years ago
Jaikiran Pai
3a1ff0d804
Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the Java runtime.
OpenJDK even in Java 8 (update 222) doesn't include these codecs. Oracle JDK has it in
Java 8, but not in subsequent Java releases.
6 years ago
Jaikiran Pai
127b08d5e5
Add ability to optionally skip the build target (which does the compilation)
6 years ago
Jaikiran Pai
d80b4a75ad
Fix bootstrap.bat on Windows
6 years ago
jmkf
a45a1f35ab
Removing quotes that break builds on 1.8
6 years ago
jkf
5387d84f78
Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant
6 years ago
jkf
aac25de91c
Fixed regression on javac version selection in case build.compiler property is set.
6 years ago
Jaikiran Pai
a06e1227a2
Set the --release version to Java 8, when bootstraping with higher versions of Java
6 years ago
Jaikiran Pai
5981e1bff1
bz-63680 Fix the LegacyXmlResultFormatter to recursively look for a parent testclass name, until it finds one
6 years ago
Stefan Bodewig
011a89afab
typo, thanks to @twogee
6 years ago
Jaikiran Pai
2b8f19ae9d
bz-63680 Prevent StringIndexOutOfBoundsException while trying to infer the package name of a test class
6 years ago
Stefan Bodewig
29398efbc2
maybe build deletes the downloaded archive?
6 years ago
Stefan Bodewig
96921f4a86
JavaMail -> Jakarta Mail - Bugzilla Issue 63683
6 years ago
Stefan Bodewig
41db83c2c6
fix file name
6 years ago
Stefan Bodewig
f9a22ba57a
go back to Spnar Scanner 2.5.0
6 years ago
Stefan Bodewig
b8fc243b51
the new sonarqube scanner seems to rquire binaries
6 years ago
Stefan Bodewig
a38e1e8496
upgrade sonarqube-ant-tasks
6 years ago
Stefan Bodewig
10fc578281
try to move from ASF's Sonarqube to sonarcloud.io
6 years ago
Jaikiran Pai
e95251b3b5
Separate out the compilation for classes that need JDK9+, from the regular compilation and set the --release to 8 for the regular compilation target
Mail discussion reference https://mail-archives.apache.org/mod_mbox/ant-dev/201905.mbox/%3c10b1ea11-5ac7-df66-c020-038c8a1a0045@apache.org%3e
6 years ago
Stefan Bodewig
e3eb039ab6
use Files API rather than FileWriter
6 years ago
jkf
ee3ef7a0c3
1.10.7
6 years ago
jkf
bd7934edef
FTP checkstyle fixed + removed spurious part from ftp.html
6 years ago
jkf
c100ca01d4
Add Ftp ant task timeout documentation also updated
6 years ago
jkf
4ea4918b70
Add Ftp ant task wakeUpTransferInterval documentation also updated
6 years ago
jkf
b719dcff3d
Bugzilla 63252 FTP prevent No Transfer Timeout during long listings by Eugene Adell
6 years ago
jkf
1702b68043
Add Ftp ant task timeout documentation also updated
6 years ago
jkf
e6b44170a8
Bug 47414 - [PATCH] Add Ftp ant task timeout by Eugene Adell
6 years ago
Stefan Bodewig
1d7bf5cca9
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
d4723b0e5a
snap publishing for the 1.9.x branch
6 years ago