11324 Commits (8acb2b72466103baeff25e9e6b62163d773156d3)
 

Author SHA1 Message Date
  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
  Stefan Bodewig c13dba6d52 Avoid repeated tokenization, make DefaultExcludesTest happy. 17 years ago
  Stefan Bodewig e362b3b1fc tiny optimization 17 years ago
  Stefan Bodewig 917f222eec whitespace 17 years ago
  Stefan Bodewig 4c6cba963c extract constant 17 years ago
  Stefan Bodewig 7830ff460d some more memoization. try to ballance memory vs i/o costs. 17 years ago
  Stefan Bodewig cd517c2881 fix tests broken by changed exception message of svn revision 685593 17 years ago
  Stefan Bodewig 1d3ca73f3c don't run into infinite lopps caused by symbolic links. PR 45499. 17 years ago
  Stefan Bodewig 4464369821 honor followsymlinks on a fileset's dir as well. PR 45741. 17 years ago
  Stefan Bodewig 4248bab8ea make sure the 'correct' error is reported if the directory doesn't exist. Sync error messages of DirectoryScanner and AbstractFileSet. 17 years ago
  Stefan Bodewig a87871c71e some style changes, doc fixes (non-wildcard patterns are store upper-case), some minor optimizations and some additional memoization of File.list() that may actually improve performance 17 years ago
  Stefan Bodewig 4b3e8042ba deleting something might break old builds, even if it is expected behavior 17 years ago
  Stefan Bodewig 35d8c0ef94 remove duplicate code 17 years ago
  Stefan Bodewig 1776e0710b Tests fail in Gump if BSF has been built without JavaScript support. 17 years ago
  Stefan Bodewig dfcdd8495f Make test pass on vmgump 17 years ago
  Stefan Bodewig af0fb970a1 don't delete plain files with symlink, must have been broken by my last changes to symlink 17 years ago
  Stefan Bodewig 5f31768335 whitespace 17 years ago
  Stefan Bodewig f625d964c0 delete broken symbolic links. PR 41285 17 years ago
  Stefan Bodewig 472c46251f whitespace and javadocs 17 years ago
  Stefan Bodewig 1331049054 fall back to "rm" if target cannot be renamed when deleting a symlink 17 years ago