Peter Reilly
b65fcc8a3a
Bugzilla 28883 add <matches> condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449824 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
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
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
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
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
802af655ac
forgot to commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442367 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
d58a8ba786
bugzilla report 38451: handling of html option of aantlr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442353 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
5591f1aa1a
Alexey was missing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442086 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
02139b25d0
bugzilla report 39635: bugs in readerinputstream
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@441945 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ef367e7ac7
TarInputStream.read() never returns EOF: bugzilla 39924
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@441862 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
52831c9ad4
Bugzilla 35619: remove dependency on sun internal base64 encoder
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@440476 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
1595e25b55
[PATCH] bugzilla 40238 - nested macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434226 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
e8e709ce77
Update the note about Winzip and WEB-INF directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426479 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
303b70f86b
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@422692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
69679b4828
Bug: 39153
Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419898 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
1630de7abe
Bug: 29539
More information about using the Log4jListener.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419881 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
fe2d7e6728
allow @s before the "real" one in scp uris. Bugzilla 38082.
Submitted by Michael Montuori/Robert Anderson.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417590 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
8d20a46835
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417584 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Conor MacNeill
a6e9a55f65
Correct issues in Contributors files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417494 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ac92e4e6bd
add tempfile deleteOnExit. PR# 39842. Submitted by Patrick Martin (then slightly modified).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415695 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
cf36820272
Closing some streams in Manifest, patch kindly provided by John Sisson.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@414940 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
31c6b1478b
FTP Account could not be specified in ant FTP task.
Bugzilla report 39720.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412075 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
ea67f0d44a
ReplaceTokens should allow properties files.
Bugzilla 39688
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412040 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
0c726c8860
check file equality before deleting dest file in case of case-insensitive
system case changing renames. Bugzilla 37701; submitted by Anthony Goubard.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405846 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
bce9fe013a
Bugzilla Report: 39295
Reporter: Waldek Herka
extract the fileToURL code
use it for tools jar as well as the other paths
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@396563 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
97bd6e2bf5
allow TarOutputStream to be closed more than once, PR 38027
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392045 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
a57078f9c5
find tools.jar even if it is distributed with the JRE, submitted by Nick Crossley, PR 38500
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392038 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
a6d7afa668
Corrected fix in Task.java (first shortcut removed the task name from the logging entry.) Used patch of Andreas Mross.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@374488 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
bd8be1a39f
make sure classloader cleans up resources in any case, PR 38260, submitted by Stephan Michels
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@373714 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
c141e2c273
support failonerror when file locked or similar issue. Bugzilla report 38175.
Submitted by Georges-Etienne Legendre.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@367316 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
596831cb7f
Fix for Bugzilla 13655. Thanks to Simon Law. Proper return code for ant.bat
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354209 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
db060df3c3
add filenamemapper support to <xslt>.
Bugzilla 37604. Submitted by Maarten Coene.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348509 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
642fd3b8ce
bugzilla 37184: multiple calls to addlistener for introspection helper objects
reporter: Frank Harnack
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328081 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
c5c26543a4
bug #36171 ; -noclasspath crashes ant if no system classpath is set.
submitted by Benjamin Burgess
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278540 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
baf82d2304
add contributor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278524 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
7aef41c047
Add Dave Brosius
PR: 36092, 36094
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278511 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
134d95afef
Major speed improvements on BZip2 streams.
PR: 24798
Submitted by: Joerg Wassmer <joerg dot wassmer at web dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278137 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
47a487c0dd
Mentioning Tom Ball, author of #31885 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278073 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
ff984a27fa
add Julian Simpson for the <rpm> stuff
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278028 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
89d025a11d
failOnError and showOutput attributes for <rpm>
Submitted by: Zach Garner <zach at awarix dot com>
In Ant 1.6.2 <rpm> wouldn't fail even if the command failed, CVS HEAD
would fail unconditionally if the command failed. If chose 1.6.2's
behavior as default for failOnError (i.e. it is false by default).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278009 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
bff90f2861
swallow sun.reflect lines when filtertrace is true, PR 22758, Submitted by Emmanuel Bourg <ebourg at apache dot org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277999 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
55969a2dae
<cab> should now deal with file names containing spaces.
PR: 17182
Submitted by: Jay Peck <jpeck at afsimage dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277930 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
39a8bb4be6
Make the framed JUnit report deal with multiple reports for the same testcase.
PR: 32645
Submitted by: Yves Martin <yves dot martin at elca dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277916 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
03c4f14818
add verbose attribute to <subant> task
PR: 33787
Obtained from: Craig Ryan, Frank Somers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277799 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
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
Peter Reilly
6a3d5030bb
add new preservelastmodified attribute to signjar
PR: 30987
Obtained from: Ignacio Coloma
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277079 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3935a662f5
consistent use of <code> - submitted by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277057 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
12efb8ddef
several javadoc fixes.
PR: 30410
Submitted by: Brant Langer Gurganus
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277025 13f79535-47bb-0310-9956-ffa450edef68
21 years ago