Stefan Bodewig
c851c3102f
add null guards when starting pumper threads
https://bz.apache.org/bugzilla/show_bug.cgi?id=62148
7 years ago
Stefan Bodewig
0d30693274
properly verify preconditions in PumpStreamHandler
https://bz.apache.org/bugzilla/show_bug.cgi?id=62148
7 years ago
Stefan Bodewig
38a22b0cfd
it's enough to have one antunit dir inside of ./build
7 years ago
Nicolas Lalevée
b38bf68f5c
fix incorrect warning in the junit task when includeAntRuntime="no"
fixed by making the classloader used by checkForkedPath behave like a real forked classpath, thus completely isolated from the launching jvm
7 years ago
Maarten Coene
50a1d4aea0
typo fix
7 years ago
Maarten Coene
1c75b68527
Removed unused import.
7 years ago
Maarten Coene
6745574ec8
Merge from master
7 years ago
Stefan Bodewig
49793c9379
Tagging version 1.9.11 of Ant
-----BEGIN PGP SIGNATURE-----
iFoEABECABoFAlq6iwgTHGJvZGV3aWdAYXBhY2hlLm9yZwAKCRCiEVrhX2uLctXu
AKDk3xDeTBQwU0DJ6alwOfcnZPUuQQCfXfPChp8ftFC3M9Pv00Wv3I+Eza4=
=bpKK
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.11' into 1.9.x
Tagging version 1.9.11 of Ant
# gpg: WARNING: unsafe permissions on homedir '/home/stefan/.gnupg'
# gpg: keyserver option 'ca-cert-file' is obsolete; please use 'hkp-cacert' in dirmngr.conf
# gpg: keyserver option 'no-try-dns-srv' is unknown
# gpg: Signature made Di 27 Mär 2018 20:18:48 CEST
# gpg: using DSA key A2115AE15F6B8B72
# gpg: issuer "bodewig@apache.org"
# gpg: Oops: keyid_from_fingerprint: no pubkey
# gpg: Oops: keyid_from_fingerprint: no pubkey
# gpg: key 0000000000000000 occurs more than once in the trustdb
# gpg: Good signature from "Stefan Bodewig <bodewig@apache.org>" [ultimate]
# gpg: aka "Stefan Bodewig <stefan.bodewig@freenet.de>" [ultimate]
# gpg: aka "Stefan Bodewig <stefan@samaflost.de>" [ultimate]
# Primary key fingerprint: CE80 75A2 5154 7BEE 249B C151 A211 5AE1 5F6B 8B72
7 years ago
Stefan Bodewig
3f1cec6f03
typos in release instructions
7 years ago
Jaikiran Pai
a3b065b967
Fix binary distribution directory layout in documentation
7 years ago
Stefan Bodewig
6f58cfdf58
prepare RC1 of Ant 1.9.11
7 years ago
Gintas Grigelionis
d8b1423fa1
Easier to read buildfile (cf master)
7 years ago
Stefan Bodewig
360acf53d0
looks as if -storepass might be required on Java7 even without -strict
7 years ago
Stefan Bodewig
9399b03205
signing with a PKCS12 keystore seems to fail on Java6 as well
7 years ago
Stefan Bodewig
e60b048eae
and Java5 doesn't seem to support PKCS12 when signing
7 years ago
Stefan Bodewig
0f173ac824
JDK9 jarsigner rejects self-signed certs when signing
7 years ago
Stefan Bodewig
4bfc483dcf
starting with Java9 jarsigner rejects self-signed certs for PKCS12 keystores
7 years ago
Stefan Bodewig
98be40811b
jarsigner -strict has been introduced with Java7
7 years ago
Stefan Bodewig
07776ac6ad
I'm afraid git ate my keystore
7 years ago
Stefan Bodewig
0945257961
verifyjar must use -storepass or jarsigner will not work
https://bz.apache.org/bugzilla/show_bug.cgi?id=62194
7 years ago
Stefan Bodewig
c09ac38799
add the alias in verifyjar if specified
https://bz.apache.org/bugzilla/show_bug.cgi?id=62194
7 years ago
Stefan Bodewig
f2dd4149dc
add a PKCS12 test keystore
7 years ago
Jan Matrne
ea5bb77da3
add a "link" to existing release notes so we could find it better
7 years ago
Stefan Bodewig
e06168ca78
new release policy says "no md5 checksums anymore"
7 years ago
Stefan Bodewig
5aa1e8eff8
Java11 removes support for rmic -idl/-iiop
7 years ago
Stefan Bodewig
e50fdd719c
java 11's javac whines if @Deprecated Annotation is missing
7 years ago
Jaikiran Pai
cd32b65ace
BZ-62147 Add a test case to make sure 1.9.x isn't affected by the issue reported in 62147 where StringResource value was being property replaced when used within a Token
7 years ago
Stefan Bodewig
6c976614ee
typo spotted by Al Le.
7 years ago
Stefan Bodewig
3d6f8b0283
add test for copy example of Bugzilla 62076
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Stefan Bodewig
d9f60aab39
port granularity fixes from master branch
7 years ago
Stefan Bodewig
2a5857c384
port image type bug fixes from Java8 refactoring in master
7 years ago
Jaikiran Pai
fc1ad4424d
Change the copy-test#testResourceWithoutName to no longer expect a BuildException when the resource's name is null.
Detailed dev list discussion https://www.mail-archive.com/dev@ant.apache.org/msg46634.html
7 years ago
Stefan Bodewig
21b870006b
properly check return value of mapFileName
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Stefan Bodewig
a3246562ff
ensure FileNameMapper implementations deal with null source names
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Stefan Bodewig
801a44a207
add some documentation hints
see https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
7 years ago
Stefan Bodewig
ee338052ce
verify Bug 62086 doesn't affect the 1.9.x branch
https://bz.apache.org/bugzilla/show_bug.cgi?id=62086
7 years ago
Jaikiran Pai
7f1685bde0
bz-62076 bz-39960 Expect the mapper to follow the FileNameMapper#mapFileName contract and move the check for null onto the entire returned array
7 years ago
Jaikiran Pai
f3b8ace711
Fix previous commit - Java 5 doesn't allow @Override on implementation methods of an interface
7 years ago
Jaikiran Pai
e3f5250916
bz-62076 Make IdentityMapper follow the "mapFileName" API contract to avoid NPE when it deals with a non-matching source file name
7 years ago
Jaikiran Pai
a6429c6aa1
Fix broken link in junitreport manual
7 years ago
Stefan Bodewig
146df36155
Tagging version 1.9.10 of Ant
-----BEGIN PGP SIGNATURE-----
iFoEABECABoFAlp55cATHGJvZGV3aWdAYXBhY2hlLm9yZwAKCRCiEVrhX2uLciFP
AKC4x5HsfFp5rMRyAswvMoHOEwVgYgCeJEJ/v3w35MbrO8fBGI+M3NE18rk=
=D3zf
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.10' into 1.9.x and prepare next iteration
7 years ago
Gintas Grigelionis
49d2f3ef9b
Make JetBrains CI work
7 years ago
Gintas Grigelionis
536d0e6c88
Correct use of remoteRepository
7 years ago
Stefan Bodewig
528c94ee42
preparing RC1 of Ant 1.9.10
7 years ago
Stefan Bodewig
87409137ed
looks like a bad merge, seems Jenkins doesn't build everything
7 years ago
Stefan Bodewig
a390fd653c
BZ 62071 - fix error message when fileset.setFile is called twice
7 years ago
Stefan Bodewig
82573c463b
fix javadoc
7 years ago
Stefan Bodewig
b38faab1cc
swap constant string and variable in some equals ops
this is a stripped down version of #56 as `isEmpty` is not available
in Java5.
7 years ago
Jan Matrne
76933d2e28
update to latest Simian (fixed the multi formatter issue)
7 years ago
Jan Matrne
49eefb1c98
whatsnew += Log4jListener is deprecated (breaks BWC)
7 years ago