summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare Ant 1.9.12 RC1rel/1.9.12ANT_1_9_12_RC1Stefan Bodewig2018-06-1924-68/+68
* Add my signing keysJaikiran Pai2018-06-171-0/+59
* handle error that occur in testsuites directly in junitreportStefan Bodewig2018-06-162-0/+20
* Bz 62324: in debug mode, separate message and exception it was encapsulated inGintas Grigelionis2018-06-121-4/+4
* Fix javadoc (cherry-pick master)Gintas Grigelionis2018-06-081-0/+2
* throw exception with useful message if input handler hits EOFStefan Bodewig2018-06-043-1/+16
* Fix javadoc and importsGintas Grigelionis2018-05-2610-13/+2
* Use String#contains() (cherry-pick 92f18cf)Gintas Grigelionis2018-05-2664-228/+202
* Revert use of Java 6Gintas Grigelionis2018-05-261-1/+3
* More foreach loops (cherry-pick 061d29b)Gintas Grigelionis2018-05-2610-34/+18
* More merge problemsGintas Grigelionis2018-05-264-8/+7
* Bad merge: missed a diamondGintas Grigelionis2018-05-261-1/+2
* Use foreach loops (cherry-pick 1c80d50)Gintas Grigelionis2018-05-26123-1257/+1047
* Fix javadoc (cf master)Gintas Grigelionis2018-05-211-1/+1
* Shorten fully-qualified names (cherry-pick 5c6e9ac)Gintas Grigelionis2018-05-213-38/+36
* add encoding attribute to in/excludesfileStefan Bodewig2018-05-2010-22/+179
* add basedir attribute to <resourcelist>Stefan Bodewig2018-05-204-0/+54
* Shorten fully-qualified names (cherry-pick b4243b9)Gintas Grigelionis2018-05-1127-50/+61
* Checkstyle: indentation/whitespace (cf master)Gintas Grigelionis2018-05-113-92/+89
* change stripAbsolutePathSpec's default, credit SnykStefan Bodewig2018-05-054-8/+11
* Fix copy-paste errorGintas Grigelionis2018-05-051-1/+1
* Remove a duplicate lineGintas Grigelionis2018-05-021-1/+0
* Fix a copy-paste error (cherry-picked from master)Gintas Grigelionis2018-05-021-1/+1
* Re-activate a “forgotten” testGintas Grigelionis2018-05-021-0/+1
* fix incorrect description of default valueStefan Bodewig2018-04-301-1/+1
* add rudimentary testcase for <cab> taskStefan Bodewig2018-04-271-0/+46
* Merge changes in masterGintas Grigelionis2018-04-261-5/+5
* add properties created from Runtime's methodsStefan Bodewig2018-04-265-4/+115
* and forgot two words, oh myStefan Bodewig2018-04-211-1/+1
* forgot to update the manualStefan Bodewig2018-04-211-0/+9
* unzip and friends could monitor where they write more closelyStefan Bodewig2018-04-215-2/+92
* add null guards when starting pumper threadsStefan Bodewig2018-04-171-5/+9
* properly verify preconditions in PumpStreamHandlerStefan Bodewig2018-04-172-10/+24
* it's enough to have one antunit dir inside of ./buildStefan Bodewig2018-04-144-4/+4
* fix incorrect warning in the junit task when includeAntRuntime="no"Nicolas Lalevée2018-04-144-1/+50
* typo fixMaarten Coene2018-04-051-1/+1
* Removed unused import.Maarten Coene2018-04-051-1/+0
* Merge from masterMaarten Coene2018-04-053-2/+68
* Merge tag 'rel/1.9.11' into 1.9.xStefan Bodewig2018-03-2729-80/+83
|\
| * prepare RC1 of Ant 1.9.11rel/1.9.11ANT_1_9_11_RC1Stefan Bodewig2018-03-2324-68/+68
* | typos in release instructionsStefan Bodewig2018-03-241-2/+2
* | Fix binary distribution directory layout in documentationJaikiran Pai2018-03-241-5/+1
|/
* Easier to read buildfile (cf master)Gintas Grigelionis2018-03-211-9/+9
* looks as if -storepass might be required on Java7 even without -strictStefan Bodewig2018-03-201-5/+1
* signing with a PKCS12 keystore seems to fail on Java6 as wellStefan Bodewig2018-03-201-2/+2
* and Java5 doesn't seem to support PKCS12 when signingStefan Bodewig2018-03-201-2/+3
* JDK9 jarsigner rejects self-signed certs when signingStefan Bodewig2018-03-201-1/+1
* starting with Java9 jarsigner rejects self-signed certs for PKCS12 keystoresStefan Bodewig2018-03-201-2/+3
* jarsigner -strict has been introduced with Java7Stefan Bodewig2018-03-201-2/+2
* I'm afraid git ate my keystoreStefan Bodewig2018-03-203-1/+3