summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try to adapt to Java10+ rapidly changing major versionsjava-10-versionStefan Bodewig2017-11-2914-107/+337
* BZ-61718 Upgrade to 0.1.54 of Jsch libraryJaikiran Pai2017-11-054-3/+8
* Remove the redundant nullcheck of value known to be non-null.Kui LIU2017-10-151-1/+1
* properly handle factory configuration exceptionStefan Bodewig2017-10-151-2/+6
* createAndSet never returns nullStefan Bodewig2017-10-151-15/+4
* Fix the inefficient use of keySet iterator with entrySet iterator.Kui LIU2017-10-131-2/+3
* Fix the problem of using '+=' operator to concatenate strings a in a loop.Kui LIU2017-10-131-2/+2
* credit Kui Liu for #41Stefan Bodewig2017-10-112-0/+5
* forgot to credit George BatemanStefan Bodewig2017-10-112-0/+5
* Fix the problem of instanceof test always return true.Kui LIU2017-10-111-1/+1
* line endsStefan Bodewig2017-09-301-106/+106
* Update release notes. This closes #37 pull request at github/apache/antJaikiran Pai2017-09-281-0/+5
* BZ-60644 Skip copying files, to avoid corrupting source files, if the source ...Jaikiran Pai2017-09-283-8/+147
* record change, add @since tags, closes #36Stefan Bodewig2017-09-283-1/+10
* Fix zip-testGeorge Bateman2017-09-281-7/+7
* Reverse dependancy of DateUtils on TouchGeorge Bateman2017-09-283-23/+55
* Allow faking of zip entry modification times.George Bateman2017-09-282-2/+91
* BZ-58589 Preserve last modified time (if asked for) for files uploaded by SFTPJaikiran Pai2017-09-253-6/+72
* BZ-43271 BZ-59648 Change permissions on the correct remote file (path) that w...Jaikiran Pai2017-07-234-5/+30
* add since markers, add Mark to contributorsStefan Bodewig2017-07-106-10/+18
* Update manual for ejbjar orion element.Mark Niggemann2017-07-101-2/+41
* Add Orion EJB deployment tool to EjbJar taskdef.Mark Niggemann2017-07-102-52/+29
* Add Orion EJB deployment tool to EjbJar taskdef.Mark Niggemann2017-07-101-0/+102
* add magic property that override's tstamp's idea of "now"Stefan Bodewig2017-05-086-1/+73
* fix off by one error found by Matt BensonStefan Bodewig2017-04-211-1/+1
* add regexp attribute to linecontainsregexpStefan Bodewig2017-04-113-5/+20
* fix order if sectionsStefan Bodewig2017-04-111-7/+7
* Make GenerateKey.DistinguishedName.toString more robustStefan Bodewig2017-03-152-3/+16
* Record new forceCsvQuoteChar by Francesco SteccanellaStefan Bodewig2017-02-173-0/+12
* Added forceCsvQuoteChar optionFrancesco Steccanella2017-02-171-0/+7
* Added option to force the csv quote charFrancesco Steccanella2017-02-171-4/+14
* Merge tag 'rel/1.9.9' into 1.9.x and bump versionsStefan Bodewig2017-02-0629-80/+83
|\
| * preparing for 1.9.9 releaserel/1.9.9ANT_199_RC1Stefan Bodewig2017-02-0224-68/+68
* | can't push a detached headStefan Bodewig2017-02-021-1/+0
|/
* document PR 60562 as fixedStefan Bodewig2017-02-021-0/+6
* trim whitespaceStefan Bodewig2017-01-141-1/+1
* detect solaris 10 to avoid certain POSIX expressionsJeffrey Adamson2017-01-141-9/+30
* Eclipse tries to write to systemClasspath - PR 60582Stefan Bodewig2017-01-132-1/+9
* Fixed a typo (instanciated -> instantiated)Emmanuel Bourg2017-01-123-6/+6
* Revert "replace backticks with $() - may fix PR 60562"Stefan Bodewig2017-01-101-22/+22
* replace backticks with $() - may fix PR 60562Stefan Bodewig2017-01-091-22/+22
* remove obsolete awk escaping - related to PR 60562Stefan Bodewig2017-01-091-40/+4
* happy new yearStefan Bodewig2017-01-011-1/+1
* Merge tag 'rel/1.9.8' into 1.9.x and bump versionsStefan Bodewig2016-12-3129-80/+83
|\
| * set version numbers for 1.9.8rel/1.9.8ANT_198_RC1Stefan Bodewig2016-12-2524-68/+68
* | README.html now contains the combined release notesStefan Bodewig2016-12-271-2/+1
* | fix small errors in instuctionsStefan Bodewig2016-12-251-3/+3
|/
* stick with RuntimeExceptions to prevent recursive logging loopsStefan Bodewig2016-12-224-7/+7
* use better suited exceptionsStefan Bodewig2016-12-229-17/+17
* there is no better choice of a non-generic exceptionStefan Bodewig2016-12-224-8/+8