11316 Commits (d51fbdd73d8511b36c26fbf14bbf01a35a5c4616)
 

Author SHA1 Message Date
  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
  Stefan Bodewig 57dd5aeb7f whitespace 17 years ago
  Stefan Bodewig 5392ebd0db don't try to re-rename a target that failed to be renamed in the first place. Related to PR 41525. 17 years ago
  Stefan Bodewig 5348fe6bcb symlink delete now works if the link points to a parent directory as well. PR 45743. 17 years ago
  Stefan Bodewig 8ea8f38c22 allow symlink to delete broken links. Part of PR 41285. 17 years ago
  Stefan Bodewig d4b13dc323 re-generate site 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 09c3f9835e fix include pattern to show the behavior 17 years ago
  Stefan Bodewig af2e4c7138 Test for symlink loops 17 years ago