Matthew Jason Benson
9116e41153
Javadoc & changed File constructors from
new File(f1.getAbsolutePath() + File.separator + f2.getName()) to
new File(f1, f2.getName())
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277587 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
b039b88eae
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277585 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
2954b4d477
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277584 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
fb1913602f
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277583 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
3e94ca9450
Add recurse attribute to filterset.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277580 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1ad988059e
Add 1.7 tags to dispatch methods.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277579 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
90a6d81550
Revamp symlink task:
Extend DispatchTask
Remove 1.1 stuff / use 1.2 features where helpful
Javadoc & bumming
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277578 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1225a5a849
Added level attribute to zip & subclasses.
PR: 25513
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277577 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d98ab66160
Testcase was failing on Windows.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277576 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f5b5a8b53c
Add nested header element to the mail task.
PR: 24713
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277575 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e7fb957041
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277574 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
7bb2ccf52f
Make native2ascii a full-blown facade task, add docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277573 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6cfcccdb38
Use GPL-save command line invokation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277572 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
eca527f22b
Simplify forking of new VMs by providing a fork method in ExecuteJava
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277571 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
5c7b512ec7
Nurflugel AntScript Visualizer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277570 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8c5847195e
whitespace + javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277569 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
c218102bca
whitespace around +
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277568 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
2f6f27f427
Make Jikes happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277567 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
ab0d0f78f4
Use refelection to completely decouple Native2Ascii from Sun's implementation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277566 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
79b7beb400
Fixed isSymbolicLink logic for null parent file; made isAbsolutePath() public.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277564 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
1816e79c3a
Add a very tiny test for native2ascii
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277563 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3fa5064183
Fix @link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277562 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
bd2954ad1e
Support Kaffe in native2ascii, make it a full facade task later
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277561 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
9e2453aa53
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277560 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
9e260d7fa3
diagnostics should list lib dir too.
Refactored the constants in the launcher for better sharing.
I worry about the hard coded file separator there (/),
so replaced in the code, but left the constant in,
in case someone was using it.
Updated WHATSNEW. Added which.jar to the fetchables.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277559 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
296f7cecd0
javadoc, some refactorings,
attempt to delete VMS command file when process completes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277558 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
aae6a87238
The new interface can't compile on Kaffe yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277557 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a73b14d3ca
s/ANT/Ant/
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277555 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c840aef9fd
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277554 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
fb83dd9c58
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277553 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
bfe4f7761b
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277552 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
4f168fda06
First step towards a facade implementation of native2ascii, will support Sun and Kaffe versions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277551 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
e2aa2b3592
More javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277548 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c2c8aa446b
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277547 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c97c064fa3
More Kaffe debugging
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277546 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
58e0d44ddf
Who'd have guessed that:
boolean xor not boolean
is equivalent to:
boolean == boolean?
Added a comment as well so Peter will be my friend again!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277544 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1128f49486
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277543 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
f6af4f6988
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277542 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
d589fdf439
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277541 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3fa4c3cb91
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277540 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
23c87abb5a
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277539 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
2c262c82b0
trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277538 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7999647a91
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277537 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
31002342d8
WHATSNEW: reference has a project
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277534 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
58b16abe8b
get reference ready for 1.6.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277531 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1063983a41
Some javadoc and lots of spelling corrections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277529 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d932b15e38
Merge length task to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277528 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
407da1a68b
-2 characters
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277521 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
5947ffd64f
Added else attribute to condition task.
PR: 33074
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277520 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6b8d99e5f7
Rewording the References section.
PR: 33274
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277518 13f79535-47bb-0310-9956-ffa450edef68
21 years ago