sergiys
2bc974aa1d
Use commandline argument file for all options, but -J, for case javac.forked=true
6 years ago
sergiys
a207d5b8d2
Use commandline argument file for all options, but -J, for case javac.forked=true
6 years ago
sergiys
15fcc941e0
Use commandline argument file for all options, but -J, for case javac.forked=true
6 years ago
Stefan Bodewig
1c4a77adf9
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
c457e6dfd4
improve error message if Java cannot be found
6 years ago
jmkf
9037e93fca
Merge pull request #95 from twogee/java-8-docs
Refer to Java 8 documentation for consistency
6 years ago
twogee
15958559a8
Refer to Java 8 documentation for consistency
6 years ago
jkf
dbf4b6fff2
The changes of last week part
6 years ago
jkf
ed102173aa
Updating WHATSNEW for the changes of today and last week
6 years ago
jkf
382edda476
Patch improving FTP Connection Closed error handling and reporting by
Eugene Adell
6 years ago
jkf
35d3b9ab11
@BeforeAll failing should break build. Pr 63479
6 years ago
jkf
823a5316eb
PR 53457 - ByteBuffer::limit and ByteBuffer::rewind are new methods linked when building on jdk11 this prevents running ZIP related tasks on jdk8 from completing successfully
6 years ago
jkf
0b1690a4f5
updated default m2 repository location
6 years ago
jkf
fb6d9b0d5d
Validating contents of resources fetched via insecure channels
6 years ago
jkf
2a99ecf78f
uri is part of the license itself and therfore should not be changed without involvement of legal.
6 years ago
jkf
e5e41f0353
Fixed broken javadoc
6 years ago
jkf
9b4393b85c
Avoid connection refused errors by leaving some time between the gets, works locally lets see if it also works for jenkins
6 years ago
jkf
ad49c5b4e8
Validating contents of resources fetched via insecure channels
6 years ago
jkf
ceb39e2179
removed http links from java sources to the extent possible
6 years ago
jkf
3d515b2841
remove unnecessary http references in xml / xsl testcases
6 years ago
jkf
46a53f4e36
checkstyle.org has https site also for xsl
6 years ago
jkf
2e225a00fd
checkstyle.org has https site
6 years ago
jkf
c82c43388b
https to the extent possible for src/etc excluding src/etc/testcases
6 years ago
jkf
e82430817d
Updated http references to https in text files in root directory, except WHATSNEW
6 years ago
jkf
264074b82c
Updated manual to use https as far as currently possible.
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
jkf
7af3b61620
updated default m2 repository location
6 years ago
Jaikiran Pai
5198e58f20
Use HTTPS URL for fetching doc generation tool
6 years ago
Jaikiran Pai
9b5ec2ae7b
Use HTTPS URL for fetching doc generation tool
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
Jaikiran Pai
03a718d88d
bz-63446 [junitlauncher] Create the right number of listeners in the test definition representing the fork mode of "testclasses"
Patch contributed by mseele@guh-software.de as an attachment to
the linked bugzilla
6 years ago
Jaikiran Pai
0259c0b981
bz-63259 Don't check the FTP file for being a symlink, more than once
Patch contributed by Eugène Adell, as an attachment in the bugzilla issue.
Signed-off-by: Jaikiran Pai <jaikiran@apache.org>
6 years ago
Jaikiran Pai
440ef41bb9
Tag version 1.10.6 of Ant
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEjacMAN968bDS+dx03bzBJwop0IEFAlzSbukACgkQ3bzBJwop
0IEw0w//TRxSLCOqLQJD8H2NL1hIChdrNa7iJl6RTTuvH3GxA6U7TjoNSDDnajkC
knN0BSMmXejsgi5ljZrKRFzZWLwX1+8R2HHpW02NT+46wWddV+een/jPmNe1iDxi
D9pKeY5hFpV5aC4NmHKegXBA9Eh/yS8CDZvMgriMw1CaLunpzSpDyuHOOxcnuyQe
FxhZ2dfDgDK8HoGfV/sJhcPAEc3SGpXKjsqMkY0gaN0KQkvLAteoiia3++Nh7LuF
v2JcjtEIyxFj4EP/37w2dh5560bdtywrH6IlbjTJfyurLa7rHPDvJR00Nbg/UIv2
QLMrqzRDvDKRJy4vq90d8J6ejXHyhoH+bxpl3ZsdLB84MElJodAWJiXW/7Ta7d1g
6M4JTIWY0kNA/EHgMFzBRC6TkNqSqGVMo/b8P+PQtSod2WZl4Rq1QOaifIt/FhIJ
kwkwxgOoRkIDQf1n/DuYKzRHycw2qwn9zIfVJVgk8iKhpgklVDClOcDS7QxdNGTV
cqJ0o+U5ELTxNg9oHxWejp61VhwOBYid58gRGoJRKPbpAGjaUhWggxnjoTQJz6/E
aRGOauy45JL81nVUuV4FIFGaY3F+7bUSUrdCWFx3YKkmh1BV/9gHQd4q1CZifN0q
GE5PTIMyBvw4H83fEaM3Gp03kuXqCqGxkqU3v5xL30QfG9Inmms=
=KvNO
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.6'
Tag version 1.10.6 of Ant
6 years ago
Jaikiran Pai
e4a56ec5bd
Prepare RC2 of 1.10.6 Ant release
Signed-off-by: Jaikiran Pai <jaikiran@apache.org>
6 years ago
bd2019us
4803eb24ae
Wrap FileWriter with BufferedWriter for better performance when the write() method is invoked in a loop
6 years ago
Stefan Bodewig
40eacefd8a
this is why we still use env and friends
6 years ago
Stefan Bodewig
486e141b47
this is why we still use env and friends
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
Stefan Bodewig
812ba7083b
some of the JUnit tests do not work when run from Maven
6 years ago
Stefan Bodewig
ef14a91901
exclude tests from Maven that require a specific Ant file structure
6 years ago
Stefan Bodewig
9722f062dc
missing license headers
6 years ago
Jaikiran Pai
4ca01354bd
Don't use -html4 for javadoc output for Ant classes
javadoc on Ant classes now conform to the default output format of javadoc tool
(which is HTML5 in recent versions of that tool), so we no longer have to
override the output format to -html4.
6 years ago
twogee
f109d2f31d
HTML5-compliant javadoc
This closes #88 pull request at github/apache/ant repo
6 years ago
twogee
c3b75a72a7
CSS contains non-ASCII quotes
6 years ago
Jaikiran Pai
c8e0adbd2a
Use -html4 for javadoc generation
javadoc in our classes don't yet comply to html5 semantics. When
generating javadocs for our project, using JDK 11, we run into
build failures since JDK 11 javadoc tool defaults to html5 output
and is strict if the classes don't comply to the semantics.
The commit here explicitly sets the output to html4 to avoid such
failures, till we fix our javadoc to comply with html5
6 years ago
Jaikiran Pai
9d98adbb5b
java.activation module has been removed from Java 11
6 years ago
Jaikiran Pai
508e0f3fac
Make it easier, during release, to verify that JDK9+ is being used
6 years ago
Jaikiran Pai
af8ddc9a3d
Merge 1.9.x branch into master
6 years ago
Jaikiran Pai
4e27dba1cb
Add a note in ReleaseInstructions to check the copyright year in NOTICE file
6 years ago