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
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
Jaikiran Pai
865c910e39
Merge 1.9.x branch into master
6 years ago
Jaikiran Pai
02901ba61d
SHA1 checksum is no longer recommended by Apache release process
The Apache release process no longer recommends using SHA1 checksums
for artifacts http://www.apache.org/dev/release-signing.html#sha1 .
The commit here removes generation of SHA1 for Ant distribution artifacts.
Furthermore, the checksum generation for artifacts that we upload to
Maven is also now removed, since the Nexus instance generates those dynamically
when the artifacts are uploaded to Nexus as stated at
http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release :
"You don't need artifacts for your checksum files (if you create any) since Nexus
will create MD5 and SHA1 checksums on the fly anyway."
6 years ago
Jaikiran Pai
4a24218a94
Merge 1.9.x branch into master
6 years ago
Jaikiran Pai
5e0ed5eb2d
Tagging version 1.9.14 of Ant
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEjacMAN968bDS+dx03bzBJwop0IEFAlyOSHcACgkQ3bzBJwop
0IEyKBAAlnBfthi2P3J+lmxVuXcloDzMp4pGi8r+VhnW79iWSjH8JCnBp1Pd8M9w
v8iaE/qUjPJeWqbj/0c6us8x6DwluzBeu9uRohHfuyo+9QxnRfx/wG0olKWiIans
QyJ3tUBYlMcvXnuvfk44lgP33a0uCEWZClhXjC+LGpLA/BZTsEdt1r8FWEhFD1ND
gJElk7jDXilLbpGx5Kwibf/NfiLSBkO+uGwY59CZNqYqvrCXC77CaVZqt9lLDb6O
IrMQoRMJCL1wEaYET+I6dKySwYIc+Nrm5DXPVuTp/SPTWcRPMqmqtrnbkNji0GkI
r2s/by3BTtgxnoUX2uXThaVA8kaEOK+R8NgxTM2Arq1orvv9QiNpugowStdyQkIE
eOZ70tL64f7TSgSOobDUxM0u0D334vbbklG5rWCE9+VNuoHGrq/hu5un98mbtuTa
V/N0V6teR3EljLzV9heT5PJrUE/kg17OMfOCRkwaggByThREc5DIHo7TubiRQL+j
wrFQv8BVkjTqd7bSH6Zx/Txq1oUxc6AHReQwZ1UlOjEgh8YomabZK02s4LS9bDlL
CYB9uPZPwv1SjvrVCvBhybcouJp9AfsisrL6We5BMAu/5neGSl9XhyXOY9DeZyNf
1SXbqZx4j3kn/m1MDaLiBQI/h3uUHaIXzG5M0LYtLgqTwwHd2Wk=
=tmsP
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.14' into 1.9.x branch
Tagging version 1.9.14 of Ant
6 years ago
Jaikiran Pai
527b6e4e9b
Merge 1.9.x into master
6 years ago
Jaikiran Pai
0f022d387c
Use the new working URL to fetch the Txt2Html.java from Tomcat repo, for converting WHATSNEW into a html file
6 years ago
Stefan Bodewig
717387dfa6
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
bf1cbe78c0
add missing license header
6 years ago
Stefan Bodewig
db32b65ab8
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
b661e244b3
new year, well not that new anymore
6 years ago
Jaikiran Pai
8ec8ecf4eb
Release RC1 of 1.9.14
6 years ago
Jan Matrne
1e00d447d2
extract 'report.dir'
6 years ago
Jan Matrne
978e8b4677
missing dots
6 years ago
twogee
e2b40e5dd3
htmlcheck: correct tool name, consistent report placement
6 years ago
Jan Matrne
1c97966dae
htmlcheck: generate report file, consistent property names, meaningful target name
6 years ago
twogee
99bb33d67b
Add HTML validation check, fix head in package.html
7 years ago
twogee
d01d88a19d
Fix doctype and language
7 years ago
Jaikiran Pai
aa61cbce54
Merge 1.9.x branch into master
6 years ago
Jaikiran Pai
f9b44f68f5
Update WHATSNEW for 63226
6 years ago
Jaikiran Pai
ddb85a35b4
bz-63226 Doc change - mention that "list" operation honours "followsymlinks" attribute in ftp task
6 years ago
twogee
9e1bd1445d
Incorrect HTML
6 years ago
Jaikiran Pai
6e96e43111
Fix javadoc and manual errors related to the newly introduced readTimeout attribute for Http condition
6 years ago
Jaikiran Pai
9eb170b4c2
Merge 1.9.x branch into master
6 years ago
Jaikiran Pai
fe1ed7725d
Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant
6 years ago
Jaikiran Pai
f04cc8bb19
Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant
6 years ago
Jaikiran Pai
da9ca6ef01
bz-63193 Introduce a readTimeout attribute for the "http" condition task
6 years ago
Jan Matrne
b5044cad48
additional testcases
6 years ago
Stefan Bodewig
a0c161ad2a
Merge branch '1.9.x'
6 years ago
Stefan Bodewig
9d63d7ee24
respect failOnError when running ls checkout - Bugzilla 63071
I've decided to break backwards compatibility with the way I've
overridden runS. The "proper" way would have been to call the one-arg
version from the two-arg version so that subclasses overriding runS
would still get their method called. But I figured it to be extremely
unlikely that such subclasses exist.
6 years ago
Stefan Bodewig
d106673e3e
the task does not extend ExecTask (anymore?)
6 years ago
Jaikiran Pai
25de4f231e
Merge 1.9.x branch into master
6 years ago
Jaikiran Pai
eb99b1f3f6
Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library
6 years ago
Jaikiran Pai
45bee01696
Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library
6 years ago
Jaikiran Pai
1a7c4a69e7
Upgrade Jsch library to 0.1.55
6 years ago
twogee
4474cb3948
Update JSCh (see http://www.jcraft.com/jsch/ChangeLog )
This closes #84 pull request at github/apache/ant repo
7 years ago
Stefan Bodewig
722ccb7374
Merge pull request #82 from twogee/invalid-html
Use valid markup
7 years ago