Gintas Grigelionis
|
291a214ace
|
Fix javadoc and imports
|
7 years ago |
Gintas Grigelionis
|
4e3e565ece
|
Use String#contains() (cherry-pick 92f18cf)
|
7 years ago |
Gintas Grigelionis
|
520c0c6de1
|
Revert use of Java 6
|
7 years ago |
Gintas Grigelionis
|
4c03d7113c
|
More foreach loops (cherry-pick 061d29b)
|
7 years ago |
Gintas Grigelionis
|
baba2b85bb
|
More merge problems
|
7 years ago |
Gintas Grigelionis
|
64809d976e
|
Bad merge: missed a diamond
|
7 years ago |
Gintas Grigelionis
|
8c38eb4c61
|
Use foreach loops (cherry-pick 1c80d50)
|
7 years ago |
Gintas Grigelionis
|
8190d10317
|
Fix javadoc (cf master)
|
7 years ago |
Gintas Grigelionis
|
f979b44443
|
Shorten fully-qualified names (cherry-pick 5c6e9ac)
|
7 years ago |
Stefan Bodewig
|
fee6d73d57
|
add encoding attribute to in/excludesfile
https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
|
7 years ago |
Stefan Bodewig
|
2495b9a97e
|
add basedir attribute to <resourcelist>
https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
|
7 years ago |
Gintas Grigelionis
|
fd514f77c1
|
Shorten fully-qualified names (cherry-pick b4243b9)
|
7 years ago |
Gintas Grigelionis
|
1909e147ee
|
Checkstyle: indentation/whitespace (cf master)
|
7 years ago |
Stefan Bodewig
|
857095da51
|
change stripAbsolutePathSpec's default, credit Snyk
|
7 years ago |
Gintas Grigelionis
|
46f7593458
|
Fix copy-paste error
|
7 years ago |
Gintas Grigelionis
|
ab2a5096c8
|
Remove a duplicate line
|
7 years ago |
Gintas Grigelionis
|
e30f483469
|
Fix a copy-paste error (cherry-picked from master)
|
7 years ago |
Gintas Grigelionis
|
c6c81da5f4
|
Re-activate a “forgotten” test
|
7 years ago |
Stefan Bodewig
|
b5e3a6d794
|
fix incorrect description of default value
|
7 years ago |
Stefan Bodewig
|
021bcdd84d
|
add rudimentary testcase for <cab> task
|
7 years ago |
Gintas Grigelionis
|
2f556ad9ae
|
Merge changes in master
|
7 years ago |
Stefan Bodewig
|
5e99fc2c1a
|
add properties created from Runtime's methods
inspired by https://stackoverflow.com/questions/1170337/how-can-i-get-the-number-of-availableprocessors-in-ant
|
7 years ago |
Stefan Bodewig
|
f72406d53c
|
and forgot two words, oh my
|
7 years ago |
Stefan Bodewig
|
1a2b1e37e3
|
forgot to update the manual
|
7 years ago |
Stefan Bodewig
|
e56e545658
|
unzip and friends could monitor where they write more closely
|
7 years ago |
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 |