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
Antoine Levy-Lambert
d8361ec47a
Addition of a nested property element to the XMLValidateTask to
support string parser properties
PR: 23395
Submitted by: Matthew Hawthorne (mhawthorne at alumni dot pitt dot edu)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276506 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f4aaa6b5ed
Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276439 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
98f9175779
Anton Mazkovoi has provided the base for PR 24697
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276420 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
ff5aeaff36
Remove doubles.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276332 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
021fdf251c
Add forkStyle attribute to <junit> with possible values of once,
perTest and perBatch.
once will create a single Java VM for all forked tests, perTest is
what we have traditionally (and the default), perBatch uses a VM per
<batchtest>.
Actually, this is not entirely true since only tests with the same
configuration of filtetrace and haltonfailure and friends can run
inside the same VM, so we may end up with mutliple VMs anyway - but
once really should be a lot faster than perTest in general.
Based on
PR: 24697
Submitted by: Anton <anton at atlassian dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276317 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
487c38e91f
Adapt the OS/2 wrapper scripts to the new launcher.
PR: 28226
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
Adapted to new license while I was at it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276309 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
17e505e629
enable gcj's java -> native compilation.
Submitted by: Arnaud Vandyck <arnaud dot vandyck at ulg dot ac dot be>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276301 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
e33f1d105f
Add pattern attribute to DateSelector. Document granularity attribute.
Submitted by: David Kavanagh
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276289 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
8ec6497d89
Add progress report to <scp>.
Submitted by: Rami Ojares
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276288 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3e41fe6d69
add jack to contributors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276284 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
831857b1f3
One Gus is enough (PR: 28169)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276276 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
14211b597a
I/O-intensive processes hung when started by Execute.spawn()
PR: 23893/26852.
Submitted by: Daniel Spilker
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276272 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
327f55746e
Add Windows 2003 support to getProcEnvCommand() + minor refactoring.
PR: 28067
Submitted by: Irene Rusman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276268 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
fefa29d940
ProjectComponent incorrect compare used in logging
PR: 28070
Obtained from: Matt Small
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276266 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e4209b284c
filterset used by filtertask doesn't respect loglevel
PR: 27568
Obtained from: Marcel Schutte
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276250 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Costin Manolache
a16a445aae
Removing my name
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276232 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
dfcfadbc50
initial list of contributors to ant, with e-mail addresses
removed
PR: 27177
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276210 13f79535-47bb-0310-9956-ffa450edef68
22 years ago