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
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
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
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
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
Peter Reilly
897463d1f9
Javadoc + removal of m_ fields
Obtained from: Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277373 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
9ca411ea31
Kaffe debugging via Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277372 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
45caf94a99
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277371 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
961ac2f458
Allow scriptfilter and scriptselector to be used with groovy's restricted
script names.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277370 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
25180cc54b
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277369 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
5fa7f18c21
Adding scripting support to selectors. No personal need for this right now, just rounding off what you can now do with mappers via filterchains
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277368 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4c873983e1
unneeded import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277367 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
cfdc7c5f3e
date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277366 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
781a2ed11e
revert local property patch until memory leakage problem is fixed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277365 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
b2b649d12d
Attempt to cut down on memory usage of local properties
for threads that do not use properties.
This is a quick fix and not tested too much.
The whole thing may be scrapped...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277364 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e76559e2f3
Silently ignore messages being written to System.err/out while a Listener is processing a different message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277362 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
8dc5322cbe
Finalize and document bootclasspath changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277360 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
d0a27f1de9
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277358 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
540da9c081
remove a printf
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277356 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7517bc7058
**** EXPERMINTAL ************
add in local properties
these can be activated by <localproperty/> nested element to macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277355 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
23a58df47d
Add in Jose's <define> nested element for <macrodef>
manual and testcases to follow...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277354 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7270319d7a
javadoc + trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277353 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
0d08780618
Allow references to keep references to the project that
they were created in and use that project to deference the reference.
PR: 25777
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277352 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3a21f4ff19
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277351 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
eb6d37b3cf
JDK 1.2's javac doesn't understand -source if forked, either - PR 32948
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277349 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6d857af2bf
Try to harmonize bootclasspath and build.sysclasspath a bit more, there are still some more tasks to handle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277348 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
853a43b951
PR: 33049
A zip entry is not equal to another zip entry when the name matches.
Multiple files may have the same name, and have for instance different
offsets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277346 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
f5d98f1e2c
Extended FileUtils with a comparison that ignores the kind of line break.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277345 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
302c66e302
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277343 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
40b95b7c8b
year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277341 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3d350f4b83
Write two EOF blocks for tar rather than one
PR: 28776
Obtained from: Oliver Rossmueller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277339 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
cd36815aec
add note for reason for using setproperty rather than setnewproperty in available.java
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277338 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6fed6ad7a4
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277337 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
810c2bde30
Oops, used setProperty() instead of setNewProperty().
Thanks to Jan for the example on the userlist reminding me of my error. ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277336 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
1a6da5ebd5
Path is a ProjectComponent - use it for logging
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277335 13f79535-47bb-0310-9956-ffa450edef68
21 years ago