1176 Commits (02eb1fcc6626b4bf6a315994ce58881aa5294e23)

Author SHA1 Message Date
  Stefan Bodewig 1bbf2f16f4 version 2.0 is the Apache License (without "Software"). PR 43576. 17 years ago
  Stefan Bodewig a9831bdcaf Add a new attribute to javadoc to allow URLs for location of offline links. PR 28881. 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 d814a03e98 support regular expressions in filename and name selectors. PR 45284. 17 years ago
  Stefan Bodewig 02e939c261 Add readable and writable selectors. Addresses PR 45081. 17 years ago
  Stefan Bodewig d8b918468e Make JUnit's output less confusing when a forked VM running more than one test is terminated. PR 45227. 17 years ago
  Stefan Bodewig e4b8fc0bd6 document fix for PR 45245. 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 5019b99eb6 New attribute allows stripping of leading path spec from files before extracting them. PR 28911. 17 years ago
  Stefan Bodewig 7d174c3426 Made up my mind on the fix for PR 35000. Empty != broken, so make it two separate use cases. 17 years ago
  Matthew Jason Benson dd8cab1775 typo 17 years ago
  Stefan Bodewig 549fc1f687 don't trust permissions read from another ZIP file blindly. PR 42122. 17 years ago
  Stefan Bodewig 4a1038e342 an empty central directory is fine for an empty archive 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 7d8e56b37a SSH keyfiles can be password-less. PR 33718. 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 c51d1ce61f More sanity in CBZip2*Stream if the streams are empty. PR 32200. Submitted by Kevin Jackson. 17 years ago
  Matthew Jason Benson 37820a5018 <sql> "output" attribute now supports any Resource in addition to a file. 17 years ago
  Matthew Jason Benson f587706860 <echo> supports an "output" Resource attribute as an alternative to "file". 17 years ago
  Matthew Jason Benson f1edf20a8c resources/fileproviders 17 years ago
  Stefan Bodewig b16652b451 feed Deflater smaller chunks because it seems to copy around the data a lot. PR 45396. 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 13bc6453fe Add preservelastmodified to scp. PR 33939. Based on patch by Sandra Metz. 17 years ago
  Stefan Bodewig d796e53fea Add input to sshexec. PR 39197. Based on patch by Robert Anderson. 17 years ago
  Matthew Jason Benson 41373655c7 better pointer for local properties 17 years ago
  Stefan Bodewig a0e5b158cf allow ftp remote verification to be disabled. PR 35471. Suggested by Viacheslav Garmash. 17 years ago
  Stefan Bodewig d2c31ad398 log where directories get created 17 years ago
  Stefan Bodewig c9913e80fa log where ftp is going to 17 years ago
  Stefan Bodewig f97926a108 Allow more control over CSV output. PR 35627. 17 years ago
  Matthew Jason Benson 93af3c50df add local properties; bugzilla 23942 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 eaffd9d71b allow SQLWarnings to stop <sql>. PR 41836. 17 years ago
  Stefan Bodewig 1a85008736 new showWarnings attribute that makes <sql> display SQLWarnings - if any. PR 41836 17 years ago
  Stefan Bodewig e7b3093e3e allow a more lenient matching mode when searching for delimiters in <sql> 17 years ago
  Stefan Bodewig 3523966203 Allow ant to continue even if <sql> fails to connect to the database. PR 36712. 17 years ago
  Stefan Bodewig 543148ca1d fix resultset und update count logic in sql. PRs 32168 and 36265. 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 165e9f5dd2 More cases whete includeJavaRuntime="false" may fail for gcj. PR 34638. 17 years ago
  Stefan Bodewig 6644eb5bbb properly detect MacOS X when running inside OpenJDK. Bugzilla Issue 44889 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
  Matthew Jason Benson 835a8f0cc8 type any 17 years ago
  Matthew Jason Benson 298b10adaf 45271 comment 17 years ago
  Stefan Bodewig 983f0dbc16 fix NPE when running inside a container that puts non-String values inside the system properties 17 years ago
  Stefan Bodewig 018b7a9ded whitespace changes 17 years ago
  Stefan Bodewig a7e2a93ee4 Remove synchronization around logging of messages in order to avoid potential deadlock - see PR 45194 17 years ago
  Matthew Jason Benson ebff9b41e5 revert broken stuff 17 years ago
  Stefan Bodewig c00d3f670b forgot to track the fixed issue 45190 17 years ago
  Stefan Bodewig fa52b460c1 Add a magic property that lists the targets that have been specified in order to run the current project. Based on patch by Colm Smyth (just like rev663051 was). PR 44980 17 years ago