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
Jacobus Martinus Kruithof
b50e3daff8
forgot to update cright year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277315 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
223eb81714
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277314 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
70d1bd4cda
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277313 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
f334365459
Adapted the FileUtils test to show behaviour based on os type.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277312 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ef606c3413
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277311 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
a33db54312
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277310 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
deb89a8e9e
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277309 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
00687880b4
stylecheck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277308 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
5451feff7d
Remove order assumption from testEach.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277307 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
7c99089196
PR: 32979
Modification to FileUtils to only accept : on the second position as absolute path for dos-like os.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277306 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5e049f635b
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277305 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
875e8f9029
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277303 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
51200a05ac
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277301 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
43de00cae9
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277299 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
623f7ff41a
disabling LengthTest#testEach as
it uses a pathconvert to get a list of files
and compares this to a list of files returned in the Length
task. The order of files in a fileset is not defined, and on
my machine it is a different order that than returned by
the Length task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277298 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
4f42a583b4
jdiff now has its own ant task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277297 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e77b28d755
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277296 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
257dadeaf0
Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.
Also removed unused/* imports along the way.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277295 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
2d15e8d8b3
remove imports, change _copy to myCopy
Obtained from: Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277294 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
d9c1a8c2d5
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277293 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
a606cd93fa
remove imports, also modify for loops
Obtained from: Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277292 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8dc08b278c
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277291 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6bc4f837fe
remove imports
Obtained from: Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277289 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5d8402b1d3
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277288 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
9be317df59
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277286 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
78ac92c3bc
remove unneeded imports
Obtained from: Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277284 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
3d867eee2e
Avoid NPE thrown when using oata.helper.ProjectHelperImpl .
Reported by: Mark D. Hansen
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277282 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d81308747b
Update copyright years.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277280 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
eaf787aafc
Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277278 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f3af5a6f26
Add length task to Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277277 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
58cf8485c5
Made more consequent use of the method available in FileUtils to get the granularity.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277276 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
027027618d
Looking in the sources, 1 second is used (the "unix" granularity) instead of the claimed 0 milliseconds.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277275 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
554adbd008
Minor style updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277274 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7b157bebf0
allow propertyset to use typedefs mappers directly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277272 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jesse N. Glick
359dd2dc7a
Make it possible to use docs.xml even without a jakarta-site2 checkout.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277271 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jesse N. Glick
bde45b309a
Typo ("UFT8").
PR: 32907
Reported by: Jed Smith <jed@jed.bz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277269 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
793cd0f1a3
remove references to nagoya - the machine has gone
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277267 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Antoine Levy-Lambert
6e72941062
Make it possible to create manifest only jars with the option duplicate="preserve"
PR: 32802
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277264 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
1b83e94bf1
JDM 1.5 compiler is much smarter than previous versions in the handling of
class references which should improve the performance of <depend>
The test has been changed to work with either, allowing eitehr one or two files
PR: 32557
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277263 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8a926a3916
Invalid boolean test in "Calling Target(s) msg" of Ant task
PR: 32792
Obtained from: Kevin Greiner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277261 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
39116e15ea
Make bootclasspath construction in <javac> take build.sysclasspath
into account. Probably needs to get used in all other tasks
supporting bootclasspath as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277260 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3476b74ca5
Jikes supports -bootclasspath
PR: 32609
Make bootclasspath construction in <javac> take build.sysclasspath
into account. Probably needs to get used in all other tasks
supporting bootclasspath as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277259 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3c73be7a14
java.library.path != PATH - PR: 32523
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277257 13f79535-47bb-0310-9956-ffa450edef68
21 years ago