Peter Reilly
388575854f
type not task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277436 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7c8c707fb0
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277434 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
82c0949e1a
javadoc + space around operands
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277433 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stephane Bailliez
71eb2aed78
Reactivate methods disabled in PR 33049.
The equals method was a bit lousy and does not have a real meaning, so I keep it clear that the equals is related to the instance and nothing else. the hashCode method is actually the most important for performance.
I have yet to find a way to unit test it programmatically as I don't understand the Zip task impl. at first glance.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277432 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
f119bd971b
Xor. Not strictly necessary, but the logical equivalent is a dog to type.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277431 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
f3a1a77fc5
missing documentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277430 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
74caa17d17
Year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277428 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4122b8a95f
Add size to Resource info; switch length task to use Resources
instead of files so that it can report lengths for zipfilesets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277427 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
60a709d594
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277425 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ac65a02a36
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277424 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
c9b6999a8c
javadoc+unneeded imports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277423 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
84ba746f0b
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277421 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
29f389f7bc
Nitpicking.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277420 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
590c1c914b
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277418 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8dacffc130
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277416 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
bd5c7580d4
date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277415 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
c6e5f7a47b
checkstyle: 100 char line limit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277414 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3f41cc9ab7
no need to declare methods as public in a public interface
100 line limit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277413 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
25de419a12
space around operands
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277412 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
618526faca
remove _fields
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277411 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
12edbdc409
checkstyle - space around operators
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277410 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
7e5302e625
renaming as per Peter's suggestion. Made one of the attributes visible, too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277409 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
75ebbe52b6
unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277408 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
be22ed5fc9
Revert what looks like an accidental commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277407 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
42e242e090
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277406 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
2f6a303625
Add automatic d/l of needed JARs to user lib (default), system or optional directories. Enjoy!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277404 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
460d33f418
cleanup a few loose ends
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277403 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3a2996b0cb
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277401 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ac030691d6
date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277400 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
89e05ac351
trailing space
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277399 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
bd97537227
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277398 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
38c1ea2a88
First updates to library
-default dest, repository
-override properties
-changes to tests to keep working
-enhancements to tests so they work behind a firewall if ~/.ant/proxy.properties contains the settings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277397 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
d75862ba28
I pulled out a bit of pre-1.2 testing, but the code it wrapped is probably unneeded, as we dont set a security manager.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277396 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
cdd2ba5de9
trailing whitespace + multi setting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277395 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
512ab00dba
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277394 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
28d39b09a7
Allow <sync> to keep files in target even if they are not in any source directories, PR 21832
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277393 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
6bdc259c2e
gave up on xdoc updates for now; did the libraries task by hand. minor updates of nice + mapper.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277392 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a90e786357
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277390 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d88994e4ef
Minor javadoc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277388 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a233e16df3
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277386 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
cd67785ad9
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277385 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8d72468ce0
Add support of zip comment.
PR: 22793
Obtained from: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277383 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8603f990c7
trailing space
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277382 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
16483f5f41
javadoc + _ in fields and variables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277380 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
dbd9d502b9
Pointers to Ivy and AntSpaces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277379 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ff0cfb8ee7
propertyset references did not handle nested propertyset references
Reported by: Matthew Nelson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277378 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
31c5f0ddfc
stylecheck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277377 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
73cf76f302
build.clonevm -> ant.build.clonevm
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277376 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
33459289c5
Fixing the exclusion path.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277375 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
891ef3586b
Adding scripting support to conditions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277374 13f79535-47bb-0310-9956-ffa450edef68
21 years ago