93 Commits (9ae5d99ebe852fbb42a386b4c4969bb974e4d107)

Author SHA1 Message Date
  Stefan Bodewig 9ae5d99ebe Use NIO when copying files without filtering. PR 30094. Submitted by J Bleijenbergh and Robin Verduijn 16 years ago
  Stefan Bodewig cfb2e01084 errorproperty and warningproperty for <sql>. Submitted by Andrew Stevens. PR 38807 16 years ago
  Stefan Bodewig f12aca5b44 improve nested-record patch. PR 41368. Submitted by Gene-Sung Chung 16 years ago
  Stefan Bodewig 818ddcf183 add a destdir attribute to rmic so generated stubs or whatever can be put into a different place. PR 20699. Submitted by Mark A. Ziesemer 16 years ago
  Stefan Bodewig 7cc70f15b4 forgotten file from revision 801246 16 years ago
  Stefan Bodewig 5c6ae59fcc configurable number of retries in get, option to skip existing files. Submitted by David M. Lloyd. PR 40058 16 years ago
  Stefan Bodewig a1003b0b8e configurable display text and more control over progressbar in splash task. Submitted by Tomasz Bech. PR 39957 16 years ago
  Stefan Bodewig c8232ed82c allow methods other than GET in http condition. Submitted by Robert Clark. PR 30244 16 years ago
  Stefan Bodewig 393113dc69 record task doesn't work properly with subbuilds. PR 41368. Submitted by Greg Schueler 16 years ago
  Stefan Bodewig bbea1d834d javadoc creation of Ant's own sources failed on JDK 1.4. PR 46731. Patch submitted by Martin von Gagern 16 years ago
  Stefan Bodewig 0cda41d5b7 add a force option to signjar. Based on submission by Pavel Jisl. PR 46891 16 years ago
  Stefan Bodewig 9aac905f3e support MSYS/MingW. Submitted by Clement OUDOT. PR 46936 16 years ago
  Stefan Bodewig 9922008d65 Improve bzip2 performance, submitted by Rodrigo Schmidt, PR 24798 16 years ago
  Stefan Bodewig 3cb22aa1c6 Support more modern encoding flag where archives signal filenames as UTF-8. Based on submissions by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. PR 45548. 16 years ago
  Stefan Bodewig 53691bd662 TestCase for new Unicode extra fields, based on submission by Wolfgang Glas. Merge from commons-compress 16 years ago
  Stefan Bodewig 130b9317ef support source/target on gcj. PR 46617. Based on patch by Paweł Zuzelski 17 years ago
  Stefan Bodewig b85b78ce08 don't say a file was modified in the future if it has been modified a second ago. PR 43665. Submitted by Kim Hansen. 17 years ago
  Stefan Bodewig 9770fe02f9 emulate async I/O when processing output of forked processes in order to deal with the case where a child of the forked process outlives its parent. PR 5003. Based on a patch by Adam Sotona. 17 years ago
  Stefan Bodewig 47fda4e266 Add STARTTLS support to MimeMailer and use it in MailLogger and <mail>. Part of PR 46063. 17 years ago
  Stefan Bodewig ae202f6ff1 allow control over whether <concat> creates a file when there are no resources. Submitted by Mark Salter. PR 46010. 17 years ago
  Stefan Bodewig 0140d366be Make port attribute work for some "non-standard" CVS clients. submitted by Johann Herunter. PR 30124. 17 years ago
  Stefan Bodewig 42a0fb5567 delay expansion of command line args. PR 31601. 17 years ago
  Stefan Bodewig 5f81fd8011 javadoc fails if bottom/gead contain line breaks. PR 43342. Based on patch by Robert Streich. 17 years ago
  Stefan Bodewig a4e5c13b86 Allow selectors for remote filesets in <ftp>. Submitted by Mario Frasca. PR 44726. (unfortunately some whitespace changes slipped in as well, sorry for that). 17 years ago
  Stefan Bodewig e0d63af0cb only add classpath elements to existing loaders, not to a freshly created one. PR 45847. 17 years ago
  Stefan Bodewig bc22c6a47f create useable output even if the input is empty. PR 45836. Submitted by Tom May. 17 years ago
  Stefan Bodewig dda05149e5 use sigfile attribute when checking whether a jar is already signed. PR 44805. Submitted by Clemens Hammacher. 17 years ago
  Stefan Bodewig e438a9bf89 add a fileOnError attribute to <patch>. PR 44772. Submitted by Michael Bayne. 17 years ago
  Stefan Bodewig 9b51b4613f add FAQ about deleting a directory only if it is empty. PR 44013. submitted by Vincent Legoll 17 years ago
  Stefan Bodewig ff1c8616d3 Add namespace support to echoxml. Based on patch by Joey Richey. PR 36804. 17 years ago
  Stefan Bodewig 8be0b6387f Make sure JunitTestRunners return code is correct when running under JUnit4. PR 43892. Submitted by Brian Curnow. 17 years ago
  Kevin Jackson b03502c20f add Philip Hourihane to contributors for supplying patch for #36901 17 years ago
  Scokart Gilles 695ce2ed1c Enhance performance of Project.fireMessageLoggedEvent (PR 45651) 17 years ago
  Stefan Bodewig e713682ea6 sometimes an infinite recursion of filters is flagged when there is none. PR 44226. Submitted by Adam Bryzak. 17 years ago
  Stefan Bodewig 9b4b922d2c fail early if ZipFile is applied to a non-ZIP archive. PR 45463. Suggested by Alison Winters. 17 years ago
  Stefan Bodewig 730b669519 avoid excessive StringBuffer.toString calls while waiting for a response string. PR 34464. Based on patch by Adam Blinkinsop. 17 years ago
  Stefan Bodewig 80e8b2977b an archive with an empty central directory is broken. PR 35000. Submitted by Thomas Aglassinger. 17 years ago
  Stefan Bodewig fb1e6a07ee use configured local DTDs in Iplanet deployment tool. PR 31876. Submitted by Daniel Henrique. 17 years ago
  Stefan Bodewig e56206c3c5 New task sshsession. PR 43083. Submitted by David S. Johnson 17 years ago
  Stefan Bodewig fd126ea830 Create remoteDir if needed, More meaningful error when exception occurs. PR 42781. Submitted by Eduard Wirch. 17 years ago
  Stefan Bodewig 9ffa99a029 fail with a meaningful error of remoteDir is not parseable. PR 42770. Submitted by Scott Johnson 17 years ago
  Stefan Bodewig 13bc6453fe Add preservelastmodified to scp. PR 33939. Based on patch by Sandra Metz. 17 years ago
  Stefan Bodewig f110a5fb7a XmlLogger could lose messages when parallel is used. PR 25734. Based on analysis and patch by Craig Sandvik 17 years ago
  Stefan Bodewig 72e471f0b4 Allow subclasses to modify the connection and statement instances used by <sql> or to access the cached instances. PR 27178. Submitted by Mike Davis 17 years ago
  Stefan Bodewig 9d992c668c clean up previous state when building multiple ejbjars in Borlands Appserver. PR 26921. Submitted by David leRoy. 17 years ago
  Stefan Bodewig 02b3a7d13c sql's onerror='stop' shouldn't make the task fail. PR 24668. Based on a patch by Dante Briones. 17 years ago
  Stefan Bodewig 496b59d0aa merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 17 years ago
  Stefan Bodewig 37353d2124 Record Justin Vallon, who provided the patch for issue 44323, as contributor 17 years ago
  Peter Reilly b0bdced687 Bugzilla 11270: add errorOnMissingDir attribute to fileset 18 years ago
  Peter Reilly a1ca6939f5 bugzilla: 43087 typeo fix 18 years ago