Antoine Levy-Lambert
359ac4f967
patch submitted by Xavier Hanin, mainly closing HttpURLConnection
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448452 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
4183b28e9e
remove CRs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448449 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
42ab91355c
add note to whatsnew about performance improvments
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448389 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
b912cb97f4
Performance: bugzilla 25778
Minor optimization for ComponentHelper.initDefaultDefinitions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448385 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
e028c28100
Performance:
if a task does not have an id, do not bother
to replace the unknownelement in the tasks list of the target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448382 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
40b8196df0
Perforamce:
do not bother to check if need to expand for
strings that do not have $
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448379 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
0c318edc89
Performace:
cache last FileUtils.fromUri() result
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448377 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
cae3445100
This build file is designed to report the performance
of ant from various releases.
to use:
* install ant-contrib.jar to ($ANT_HOME|$HOME/.ant)/lib
* install beanshell jar and bsf jar
* use unix (with bash) or install cygwin
* set the env variables {whichever needs testing}
ANT_HOME
ANT_HOME_6_5 (the directory containing ant 1.6.5)
ANT_HOME_6_4
ANT_HOME_5_4
* run ant
For example:
export ANT_HOME="c:/cygwin/home/me/svn/trunk/dist"
export ANT_HOME_5_4="l:/apps/apache-ant-1.5.4"
ant.bat
TODO: more build files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448373 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
a25075fe6b
backout broken code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448319 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
90cc26a37a
make sure that most of DirectoryScannerTest runs when we build a release.
This one is too critical.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448068 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
11017189e2
comment on last changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448064 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
d5e3608bf5
close reader of vmwatcher
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448061 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
630e898f20
Yet another uncommon file system layout on AIX, submitted by Henri Gomez
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448058 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
f2b0684598
tearDown method from superclass is good enough
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448053 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
36bcf4bbd5
added tearDown
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448052 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
1bae310cc5
try to get rid of spawnnnnn.log
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448050 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
85168f7e1a
add a close method for JarURLConnection, idea found in
http://svn.apache.org/repos/asf/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/JarHolder.java
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448049 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
3d79403c2d
document nested style element
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447997 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ea464f8bc2
bug 39439: doc that only one fileset is allowed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447992 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
267492df58
Fix for 39439: <fileset> in <cab> does not work.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447991 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
427c2d293d
Have to fix fix from bug 39407, because a nested resource and a nested resource
collection are ambiguous; all resources are resource collections. Added
addConfiguredStyle(Resources) for maximum ease of use; user can specify a
nested resource e.g. <file> or <url>, or any resource collection known to
evaluate to a single result e.g. <fileset file="foo" /> OR
<style refid="somesingleelementcollection" /> is supported OOTB. Docs to come.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447990 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
29121f13cb
fix comment
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447986 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
743dd824c9
add Task.setTaskName() to list of hidden set methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447980 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
3883649a0b
remove check on location, make ProjectComponent check for hidden set methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447979 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
63c5a21f1f
Bugzilla 40547: <path location='x'> was broken
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447966 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
4260131ac7
Should make Gump happy:
# Start Time: Tue, 19 Sep 2006 00:26:54 (PDT)
# End Time: Tue, 19 Sep 2006 00:27:10 (PDT)
BUILD FAILED
/x1/gump/public/workspace/ant/build.xml:1072: The following error occurred while executing this line:
/x1/gump/public/workspace/ant/build.xml:500: resourcecount doesn't support the nested "intersect" element.
<intersect> is a Resource and Resources were not part of the thin-layer of Ant's bootstrap.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447800 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
2d182acd42
more cleanup and some preliminary shifting of 'test' to 'junit' concept
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447565 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
f3bef91141
modify to look like other verbose echoes in this target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447550 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d1b5b46d1f
tests.are.on.system.classpath check didn't work on cygwin. Replaced
calculation of build\testcases on CLASSPATH with a 1.7 <intersect> for
better portability and dogfood consumption rate.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447549 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
dff2d5d7fd
minor junit related mods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447538 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
d6a8379f71
another precision for the ReleaseInstructions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447413 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
99040709b1
Add a @deprecated tag.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447360 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
507f91bcc3
bugzilla report 37386: <checksum> with file and todir fails
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447165 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
d9d9e2f86f
Bugzilla 33604: classconstants filter broken
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447159 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
01416df303
replaced CVS by SVN, adding a point about making sure that one's
source directory is clean
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447100 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
75f85bcccf
preparation for Ant 1.7.0Beta2 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447066 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
c2447140c7
add a comment in the docs about env key change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446984 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
e089347c34
bugzilla 28874: make env case insensitive for windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446979 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
7f0a1fd436
bugzilla 28826: make log level messsage for failing to copy consistent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446969 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
75c231e6c8
bugzilla 16604: escape ; for external commands in win9x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446960 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
dee4d94b11
Get ant to output a warning if /etc/ant.conf
has modified ANT_HOME
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446773 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ea99087132
move conditions antlib to oata.types.conditions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446768 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
23f9a400bb
a bc file for scriptrunner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446766 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
3eb44a175f
Move ScriptRunner (which depends on bsf.jar) to
an optional package
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446758 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
87831d059c
remove example using references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443502 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
b971cbef85
Bugzilla 39549: available should not search parent directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443456 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
2bc2f8e4fa
Remove Steve's complaint ;) after Stefan and Peter's recent Location changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443421 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
38a775c075
don't bother to check for circular references if you're just going to die anyway due to null Project
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443420 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
05b68e21f0
formatting; Enumeration->Iterator why not?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443419 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
712a7f7c1b
ignore passed-in Stack in factory method if null
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443418 13f79535-47bb-0310-9956-ffa450edef68
19 years ago