11343 Commits (0a679803f04b2e3e9d63c5f6b46677b0cf713d6b)
 

Author SHA1 Message Date
  Stefan Bodewig 0a679803f0 Add a maxtime option to <get> to allow it to escape hanging downloads. PR 45181. 17 years ago
  Stefan Bodewig 78ba5f0753 Add a firstmatchmapper. PR 44873. 17 years ago
  Stefan Bodewig 71e473c942 Improve logging. PR 45716. 17 years ago
  Stefan Bodewig 36786a3b76 make order of compositemapper's results predictable. PR 44873. 17 years ago
  Stefan Bodewig d8922d6d2d deprecate reverse attribute. PR 45845. 17 years ago
  Stefan Bodewig ebf25e8773 upgrade to AntUnit 1.1 final 17 years ago
  Stefan Bodewig 16c0b1dba6 re-generate site 17 years ago
  Stefan Bodewig b62e67338e Announce AntUnit 1.1 17 years ago
  Stefan Bodewig 3d8e3a89d4 don't skip the full begin token since it may contain the start of the real begin token. PR 45094. 17 years ago
  Stefan Bodewig 940895930e Passing tests for PR 40457 17 years ago
  Jan Materne e286bfe175 Change TeamCity configuration 17 years ago
  Stefan Bodewig 5c86c03505 two more builtin properties, PR 45850. 17 years ago
  Stefan Bodewig 59f1d67945 don't add the same file more than once. PR 45848. 17 years ago
  Stefan Bodewig e0d63af0cb only add classpath elements to existing loaders, not to a freshly created one. PR 45847. 17 years ago
  Jan Materne 6838b5d4cf * two more builds 17 years ago
  Jan Materne e14dfb1fd0 Specify the output directory for XSL:redirect 17 years ago
  Jan Materne de1b903431 remove unneeeded <ivy:cachepath> 17 years ago
  Jan Materne fcd6eb260f Remove code in commented 17 years ago
  Jan Materne 6783634935 Dont require to have Checkstyle on the classpath - use Ivy to get it. 17 years ago
  Jan Materne 8acb2b7246 Change redirect-XMLNS according to Xalans recommendation on http://xml.apache.org/xalan-j/extensionslib.html#redirect. 17 years ago
  Jan Materne 4d63751039 Clarification + typo 17 years ago
  Jan Materne 604e9095df List all Ant+Ivy CI-builds with more details. 17 years ago
  Jan Materne 15be7e5bdd re-generate site 17 years ago
  Jan Materne 7dfa3cac95 Point to the Continuous build 17 years ago
  Stefan Bodewig 5f55a47e80 whitespace 17 years ago
  Stefan Bodewig 2e5eacfa9c increase default for numer of times a symlink may be traversed 17 years ago
  Stefan Bodewig 15de83a00f properly handle non-standard chars in key alias. PR 45820. 17 years ago
  Stefan Bodewig d51fbdd73d allow executable of signjar and verifyjat to be configured. PR 39189. 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 b6aa5cb51b make log more usefull. PR 45841. 17 years ago
  Stefan Bodewig be09d4522b no need to clone a linked list to iterate through it 17 years ago
  Stefan Bodewig 91d793f241 alternative scan task that uses resourcecount to isolate memory effect of pathconvert (and its result) from scanning 17 years ago
  Stefan Bodewig 9b76a8661b remove memoization which measurably (sp?) hurts performance more than it helps 17 years ago
  Stefan Bodewig 4c0eb6ca6a wrong property name 17 years ago
  Stefan Bodewig 80762323e1 optional bigger testbed with an order of magnitude more dirs and files. 17 years ago
  Stefan Bodewig 75c8d30f5a another test 17 years ago
  Stefan Bodewig acb91faca4 replace protected Vectors with a Vector subclass that has constant time access for contains 17 years ago
  Stefan Bodewig a2516f47db performance tests for DirectoryScanner 17 years ago
  Stefan Bodewig 4ecea70e9b Bring back memoization of File.list 17 years ago
  Stefan Bodewig be9a928665 cleanup 17 years ago
  Stefan Bodewig 8b58203e31 avoid redundant tokenization of non-wildcard include patterns as well. 17 years ago
  Stefan Bodewig 2c4faa154f avoid redundant tokenization. this is almost complete except for non-wildcard include patterns, will take care of them next. 17 years ago
  Stefan Bodewig 2b925503d7 avoid some tokenization (should really pay of in the next iteration/s) and replace recursion with iteration in findFile/isSymLink - right now we lose memoization of File.list but I'll reintroduce this later. 17 years ago
  Jan Materne 3def9c5ed8 spelling 17 years ago
  Stefan Bodewig 5d1320e99c split PathPattern into two classes, more behavior will be added later 17 years ago
  Stefan Bodewig a98a49253b minor performace tweaks 17 years ago
  Stefan Bodewig 6a02f44830 use the configured ProjectHelper to parse antlib descriptors, if possible, PR 42208. 17 years ago
  Stefan Bodewig 78f58cb78a allow different <mail> tasks to use different smtp hosts. PR 37970. 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