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
d17115ff6d
Some formatting changes and removing some duplicates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277361 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
b1e34289e6
Add pointer to AntForm
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277359 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
Steve Loughran
4b901d5a84
doc updates; especially command line options, why we hate CLASSPATH and ant.file.*
I have declared a policy on what we will name new properties. Is this a good formal policy to have?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277357 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
Stefan Bodewig
d16eabe443
regexp mapper test requires a regexp engine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277347 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
Jan Materne
a527d33072
cvs-test after reinstall
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277344 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
Stefan Bodewig
507b3d6eea
jikes supports -bootclasspath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277334 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
2e3455f4e6
Minor update to remove jdk1.1 workaround
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277332 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
ff04e875ee
Minor update in ant help. description for -nouserlib and -noclasspath were on one line.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277331 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
322d8cef7f
fix for infinite loop on incorrect tar files
PR: 29877
Obtained from: Ray Waldin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277329 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
7fcf3ddeae
Save three LOC
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277327 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
cface5ce71
updating year before Stefan gets there.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277326 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
ec1635e90b
More on jar attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277325 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
cbf3d758e6
regenerate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277323 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
da0db0f0f5
Yes, it's that time of the year again. Happy new year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277322 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7344dfed03
Added bugrep # to clone entry.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277321 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6ca8466008
Add clone task.
PR: 32631
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277320 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
21d2edf017
Remove an unnecessary method call.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277319 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
b38c25e33c
No need to finish building up the set for uniqueness before
the handler can be invoked. Removes an import, some LOC, and
has a better chance of preserving order between eg pathconvert and length.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277318 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
25ae6c2212
Various inconsequentials
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277317 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ce00298df8
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277316 13f79535-47bb-0310-9956-ffa450edef68
21 years ago