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
Stefan Bodewig
a3dea82e06
Keep track of contributions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277001 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
24f365284e
Don't use deprecated code. Submitted by: Kevin Jackson <kevin dot jackson at it dot fts dash vn dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276999 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
39404a0194
Better error reporting when users set the wrong default namespace.
PR: 30660
Submitted by: Kevin Greiner <kgreiner at xpediantsolutions dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276963 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7228bef97c
add failall value for onerror attribute of <typedef>
PR: 31685
Obtained from: steve morin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276950 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
64d149d3e9
Update for PR 30669
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276895 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3ac6b567c1
Update CONTRIBUTORS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276874 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
961cb53ce8
docs for PR 16539
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276845 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1ddab2c141
add xmlcatalog nested element to the xmlproperty task
PR: 27053
Obtained from: David Crossley and Dave Brondsema
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276840 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
a8814a50b1
Add example regexp that maps from Java class files to the
corresponding source files.
Submitted by: Paul Galbraith <pgalbraith at trigoncanada dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276739 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d7858c284e
Wrapper scripts did not detect WINNT value of dynamic OS environment
variable when logged into workstations using Novell authentication.
PR: 30366
Obtained from: Dave Brondsema
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276732 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Antoine Levy-Lambert
236873d6eb
Prevent AbstractCvsTask from closing its output and error streams
prematurely
PR: 30097
Submitted by: Will Wang (telerice at yahoo dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276705 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3e6dd09ac0
fix <subant>'s I/O handling
Submitted by: Christian Knorr <Christian dot Knorr at space dot eads dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276663 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
7bb0f18d6d
Add libgcj support to Path.addJavaRuntime
PR: 29020
Submitted by: Anthony Green <green at redhat dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276615 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
9f8254794f
delete.html: add example of deleting a directory
Obtained from: Ivan Ivanov
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276597 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
96ee9e28b1
Added Randy Watler for script submissions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276566 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0a8c6255be
Add Christophe Labouisse
PR: 29320
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276529 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
411d47b663
Make <genkey> independent of PATH.
PR: 29382
Submitted by: Mark Hecker <mbh at charter dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276517 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
47c37f808d
Removing and re-adding as binary
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276513 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
95ab6a33a0
Removing and re-adding as binary
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276512 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Antoine Levy-Lambert
62e39365d4
Accentuated characters had been converted to question marks, now fixed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276507 13f79535-47bb-0310-9956-ffa450edef68
21 years ago