Jan Materne
fcd6eb260f
Remove code in commented
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698545 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
6783634935
Dont require to have Checkstyle on the classpath - use Ivy to get it.
Use the "init-ivy" target according to Ivy's tutorial.
As this is not the main buildfile we could use the external library ivy.jar for help.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698543 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
8acb2b7246
Change redirect-XMLNS according to Xalans recommendation on http://xml.apache.org/xalan-j/extensionslib.html#redirect .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698542 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
4d63751039
Clarification + typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698496 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
604e9095df
List all Ant+Ivy CI-builds with more details.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698105 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
15be7e5bdd
re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698094 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
7dfa3cac95
Point to the Continuous build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698093 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
5f55a47e80
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697693 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
2e5eacfa9c
increase default for numer of times a symlink may be traversed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697692 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
15de83a00f
properly handle non-standard chars in key alias. PR 45820.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697139 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
d51fbdd73d
allow executable of signjar and verifyjat to be configured. PR 39189.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697133 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
bc22c6a47f
create useable output even if the input is empty. PR 45836. Submitted by Tom May.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697122 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
b6aa5cb51b
make log more usefull. PR 45841.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697116 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
be09d4522b
no need to clone a linked list to iterate through it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697073 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
91d793f241
alternative scan task that uses resourcecount to isolate memory effect of pathconvert (and its result) from scanning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697038 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
9b76a8661b
remove memoization which measurably (sp?) hurts performance more than it helps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697032 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
4c0eb6ca6a
wrong property name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697020 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
80762323e1
optional bigger testbed with an order of magnitude more dirs and files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696975 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
75c8d30f5a
another test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696917 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
acb91faca4
replace protected Vectors with a Vector subclass that has constant time access for contains
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696674 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a2516f47db
performance tests for DirectoryScanner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696612 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
4ecea70e9b
Bring back memoization of File.list
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696355 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
be9a928665
cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696348 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
8b58203e31
avoid redundant tokenization of non-wildcard include patterns as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696345 13f79535-47bb-0310-9956-ffa450edef68
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696336 13f79535-47bb-0310-9956-ffa450edef68
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696298 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
3def9c5ed8
spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696155 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
5d1320e99c
split PathPattern into two classes, more behavior will be added later
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696146 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a98a49253b
minor performace tweaks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@696144 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
6a02f44830
use the configured ProjectHelper to parse antlib descriptors, if possible, PR 42208.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695865 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
78f58cb78a
allow different <mail> tasks to use different smtp hosts. PR 37970.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695827 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
dda05149e5
use sigfile attribute when checking whether a jar is already signed. PR 44805. Submitted by Clemens Hammacher.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695797 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
e438a9bf89
add a fileOnError attribute to <patch>. PR 44772. Submitted by Michael Bayne.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695779 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
c13dba6d52
Avoid repeated tokenization, make DefaultExcludesTest happy.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695402 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
e362b3b1fc
tiny optimization
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695389 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
917f222eec
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695380 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
4c6cba963c
extract constant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695379 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
7830ff460d
some more memoization. try to ballance memory vs i/o costs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695371 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
cd517c2881
fix tests broken by changed exception message of svn revision 685593
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@694254 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
1d3ca73f3c
don't run into infinite lopps caused by symbolic links. PR 45499.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693870 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
4464369821
honor followsymlinks on a fileset's dir as well. PR 45741.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693846 13f79535-47bb-0310-9956-ffa450edef68
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693791 13f79535-47bb-0310-9956-ffa450edef68
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
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693785 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
4b3e8042ba
deleting something might break old builds, even if it is expected behavior
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693733 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
35d8c0ef94
remove duplicate code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693732 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
1776e0710b
Tests fail in Gump if BSF has been built without JavaScript support.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693729 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
dfcdd8495f
Make test pass on vmgump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693093 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
af0fb970a1
don't delete plain files with symlink, must have been broken by my last changes to symlink
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693081 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
5f31768335
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693075 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
f625d964c0
delete broken symbolic links. PR 41285
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693071 13f79535-47bb-0310-9956-ffa450edef68
17 years ago