Jacobus Martinus Kruithof
0900e99760
PR: 35544
Avoid getting NPE on calling close() twice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278444 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
231d018569
As suggested by Kev Jackson
Use FileUtils.close() instead of separate try catch implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278443 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
8fbf9a4b9a
checkstyle - line length
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278442 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
f4ba64dbba
javadoc + make it final is it has a private constructor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278441 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
05c37b4a9a
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278440 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
f1562e05ea
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278439 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
17de6d8302
checkstyle - line length + javadoc + redundent final
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278438 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
e4eb43d3e3
checkstyle - trialing space
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278437 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
1e2673a7ea
checkstyle javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278436 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
665934f199
untabify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278435 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
e97a33d819
add Atsuhiko Yamanaka
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278434 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
5e6be92049
Add support for keyboard-interactive authentication to SSH tasks.
Submitted by: Atsuhiko Yamanaka
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278433 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
9eeac47bad
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278432 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
ccca5104e2
PR: 35499
Classname may not contain / or \ so it is safe to convert both
to . to get the class name. (Zipfilesets do not necessarily contain
File.separator as separator characters.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278431 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
9d4d1c1e73
Minor update.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278430 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
1ec234ddb8
JDK 1.3 doesn't have that constructor (at least not public)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278429 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
eabe1ea77b
fix PR 34963, create <br/> in stack-traces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278428 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
d2369960ba
Unit test for 34963
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278427 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
a94f92acd0
Bug 35345: s/The syntax is filters is/The syntax for filters is/
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278426 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
12e9f67dd5
Add external task 'Incanto' to link list.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278425 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
aa64100b48
Fix (add!) outofdate check as indicated by Martijn. D'oh!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278424 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
74b5bfea77
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278423 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
bcb846c805
Little something to make IDE debugging easier; <diagnostics/> prints the diagnostics out as per -diagnostics.
1. Why does Netbeans4.1 keep javax.xml.parsers.SAXParserFactory a secret? SecurityException handling to Diagnostics to compensate.
2. could add output file support, maybe?
3. could add task="junit" for detailed task diags instead...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278422 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
c5e898eba1
Removed unused private fields
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278421 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
c5a01d909c
Removed unused local variables.
I think there is an error in ConCat, see added comment.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278420 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
5c46567339
removed unused private method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278419 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
653aa05d13
removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278418 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
761f82ae31
moving some magic names into place, using them where needed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278417 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
de6913029e
depends on files not checked in.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278416 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
5b55eebcf2
depends on files not checked in.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278415 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
95f7ba9898
Insert a space for aesthetic appeal.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278414 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
5ce56d0606
s/CODE/code in javadoc HTML
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278413 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
0052ca42ad
XmlCatalog had become broken with any dtd/entity location that was not a file.
PR: 35269
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278412 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
0e117f8b77
Use Jan-Friedrich Mutter's real name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278411 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
7007ef35e5
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278410 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
e85e8bf624
remove log level for a better example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278409 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
2fd3ef91db
moved { one line up, extended Cright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278408 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
17c03de41c
PR: 34241
Tar task now accepts files <8GB (was <2GB), according to POSIX tar standard.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278407 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
b32f4587da
PR: 35246
As suggested by Darin Swanson.
(use USER_LIBDIR, and use File.separatorChar in there)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278406 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
88de0fe15a
Create a link section so the tutorial is more printable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278405 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
db6c9ffe51
Hint to ant.home property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278404 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
5a0b4bb5c3
Antidote has been retired.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278403 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
95d33bffac
If we depracte 'style' we shouldnt use it for ourself :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278402 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
2bd22a38ca
more JavaDoc happiness :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278401 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
a1fdc0375c
make JavaDoc more happier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278400 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
0ff74f9f7e
Add pointer to properties2java task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278399 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
aaf679e732
add 1.6.5 in ant history in HEAD
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278398 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
a5f5edf378
Ant 1.6.5 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278397 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
3f671a9798
Announce Ant 1.6.5 on the web site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278396 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
b8c1383799
fixed strange example, property names do not usually start with ${
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278391 13f79535-47bb-0310-9956-ffa450edef68
20 years ago