Stefan Bodewig
55e78ace38
tell the truth about debuglevel.
...
PR: 16884
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274063 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 14:26:30 +00:00
Stefan Bodewig
e7f91ca678
2003
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274044 13f79535-47bb-0310-9956-ffa450edef68
2003-02-10 16:01:22 +00:00
Conor MacNeill
f62e511012
Fix fixcrlf docs
...
PR: 16858
Submitted by: Jesse Stockall
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274036 13f79535-47bb-0310-9956-ffa450edef68
2003-02-10 13:00:11 +00:00
Conor MacNeill
107a8994df
Fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274026 13f79535-47bb-0310-9956-ffa450edef68
2003-02-09 22:10:57 +00:00
Conor MacNeill
b5de6e5a6a
Document new input capabilities
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274024 13f79535-47bb-0310-9956-ffa450edef68
2003-02-09 12:17:16 +00:00
Stefan Bodewig
55640a285a
Adapt some @since tags after merge to 1.5 branch
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274007 13f79535-47bb-0310-9956-ffa450edef68
2003-02-06 14:20:38 +00:00
Conor MacNeill
e562c76491
Further development for 7330. Allow errors to be sent to the
...
Ant log when redirecting output.
PR: 7330
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274004 13f79535-47bb-0310-9956-ffa450edef68
2003-02-06 13:10:21 +00:00
Conor MacNeill
9606283711
Allow <exec>'s error and output streams to be redirected independently
...
This is primarily to address bug 7330 but it includes a few other changes.
You can now use both output and outputproperty. While it was not documented,
previously, these used to be mutually exclusive. A simple TeeOutptuStream
is used to write the value to both a property and a file, if required.
The LogStreamHandler is no longer used by Exec. The main thing it did over
the PumpStreamHandler was to close the output streams when the stream
handler's stop method was called. This needed to be done in the
PumpStreamHandler in any case or the output file would be left open.
The PumpStreamHandler can now close its streams on stop() although the
default is still to leave them open
There are new attributes "error" and "errorProperty" which if present
separate output and error streams. If not present the current
behaviour is unchanged.
PR: 7330
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274003 13f79535-47bb-0310-9956-ffa450edef68
2003-02-06 12:53:49 +00:00
Stefan Bodewig
7daa1a59b6
2003
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273992 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 15:32:26 +00:00
Conor MacNeill
c665fdcd49
Add warnings about the interaction of filters and binary files
...
PR: 16780
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273990 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 13:14:33 +00:00
Stefan Bodewig
afa2b7af9e
2003
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273988 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 11:20:21 +00:00
Stefan Bodewig
07b710cc96
Refactor <zip> and friends.
...
PR: 10755
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273986 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 10:43:08 +00:00
Conor MacNeill
92fae5e426
Some innocuous wording for the definition of user.home
...
PR: 14167
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273983 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 09:33:20 +00:00
Stefan Bodewig
b6bc02e324
2003
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273962 13f79535-47bb-0310-9956-ffa450edef68
2003-02-03 13:06:48 +00:00
Conor MacNeill
3352f53d7d
Additional info about running under Exec and Win9X/ME systems
...
PR: 13524
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273949 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01 14:21:27 +00:00
Conor MacNeill
8513609d9c
Rename the reuseloadedstylesheet to reloadstylesheet with inverted sense
...
Make the TraxLiason cache the templates instance
Reset the transformer if a new stylsheet is set
PR: 13589
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273944 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01 04:39:07 +00:00
Stefan Bodewig
00d14d398f
2003
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273925 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30 09:09:54 +00:00
Conor MacNeill
f23a604f89
Bring WHATSNEW up to date with recent changes (also don't duplicate
...
entries for the 1.5.2 changes)
Document the resolveExecutable attribute assed to <exec>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273924 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 11:57:25 +00:00
Stefan Bodewig
8483e826c3
Promote new site layout from proposal, change lots of links
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273866 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24 08:55:06 +00:00
Stefan Bodewig
c38217dcc3
Happy New Year ;-)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273757 13f79535-47bb-0310-9956-ffa450edef68
2003-01-06 07:32:35 +00:00
Conor MacNeill
ea66d71bf1
A bug a day ...
...
Fix up the documentation of the inline manifest element.
PR: 14732
Submitted by: Ortwin Gl�ck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273738 13f79535-47bb-0310-9956-ffa450edef68
2003-01-02 13:26:35 +00:00
Stefan Bodewig
f4c8d96068
still 2002
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273730 13f79535-47bb-0310-9956-ffa450edef68
2002-12-31 14:16:13 +00:00
Conor MacNeill
2e83cb6a0d
Add maxmemory option to control memory of the jarsigner VM
...
revert sigfile to a String - does not make sense to be a File
Added a testcase with keystore for signjar
PR: 1284, 10754
Submitted by: Jonathan Keller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273684 13f79535-47bb-0310-9956-ffa450edef68
2002-12-23 13:29:16 +00:00
Erik Hatcher
18c29f70d3
fixing line ending screwup from previous commit
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273676 13f79535-47bb-0310-9956-ffa450edef68
2002-12-20 01:46:23 +00:00
Erik Hatcher
e4f4da7a4d
fix missing filterchain in example
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273675 13f79535-47bb-0310-9956-ffa450edef68
2002-12-20 01:38:31 +00:00
Steve Loughran
2d949a9361
Doc patch suggested by John Lindwall
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273672 13f79535-47bb-0310-9956-ffa450edef68
2002-12-18 17:27:00 +00:00
Stefan Bodewig
fb4cd3ac37
Add mac, unix and dos as alternatives for <fixcrlf>'s eol option.
...
Submitted by: Martin van den Bemt <mllist at mvdb dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273663 13f79535-47bb-0310-9956-ffa450edef68
2002-12-13 13:45:02 +00:00
Stefan Bodewig
3255fa8ff4
Add support for Unix permissions to <zip> and friends, doing it the
...
Info-Zip way.
PR: 6492
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273629 13f79535-47bb-0310-9956-ffa450edef68
2002-12-09 12:40:38 +00:00
Steve Loughran
7584391fe4
cleaning up something that looks like an incomplete tag otherwise
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273591 13f79535-47bb-0310-9956-ffa450edef68
2002-12-01 01:30:08 +00:00
Stefan Bodewig
58cee40515
<http>'s errorsbeginat didn't work, Bug 14833
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273585 13f79535-47bb-0310-9956-ffa450edef68
2002-11-27 17:01:12 +00:00
Magesh Umasankar
90b811d74b
The filesetmanifest attribute of <jar> has been reenabled.
...
PR: 13296
Submitted by: bdeitte@macromedia.com (Brian Deitte)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273570 13f79535-47bb-0310-9956-ffa450edef68
2002-11-21 21:47:53 +00:00
Stefan Bodewig
98f3237b31
Add drimode attribute for the permissions od directories to <tarfileset>.
...
PR: 12289
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273555 13f79535-47bb-0310-9956-ffa450edef68
2002-11-18 15:47:45 +00:00
Stefan Bodewig
389d6115a7
merge some minor changes from 1.5 branch
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273547 13f79535-47bb-0310-9956-ffa450edef68
2002-11-15 13:15:23 +00:00
Stefan Bodewig
411b9f267d
Throw in a reuseloadedstylesheet attribute for <style> (feel free to
...
come up with a better name). This provides a workaround for a bug in
Xalan-J - the version that gets distributed with JDK 1.4.1.
PR: 13859
based on a patch submitted by: Jens Elkner <elkner at linofee.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273545 13f79535-47bb-0310-9956-ffa450edef68
2002-11-15 11:59:31 +00:00
Stefan Bodewig
8e761e667d
doc patch for PR13747
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273525 13f79535-47bb-0310-9956-ffa450edef68
2002-11-08 16:10:12 +00:00
Stefan Bodewig
8ff0a12291
Doc patches and additional tests for <xmlproperty>.
...
Submitted by: Paul Christmann <paul at priorartisans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273487 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 08:43:46 +00:00
Steve Loughran
7d8da00773
comments about setproxy where relevant
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273474 13f79535-47bb-0310-9956-ffa450edef68
2002-10-31 07:29:31 +00:00
Steve Loughran
f81773f28d
fed up with user complaints
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273473 13f79535-47bb-0310-9956-ffa450edef68
2002-10-31 07:23:50 +00:00
Stefan Bodewig
8e67850ad6
Add <os> and <exec> support for OS/400.
...
PR: 13047
Submitted by: Brian Farrar <brian_farrar at countrywide.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273380 13f79535-47bb-0310-9956-ffa450edef68
2002-09-27 08:18:51 +00:00
Stefan Bodewig
8d9a2577c2
Add some clarification to <antcall>'s docs.
...
PR: 12820
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273370 13f79535-47bb-0310-9956-ffa450edef68
2002-09-26 16:06:13 +00:00
Stefan Bodewig
5abd6bec4f
documentation for some of the inherited attributes has been missing
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273368 13f79535-47bb-0310-9956-ffa450edef68
2002-09-26 13:55:28 +00:00
Stefan Bodewig
718a6705d8
change misleading example in <mail>'s documentation.
...
Submitted by: Jeremy Anderson <jeranderson at amerisourcebergen.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273348 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 16:14:00 +00:00
Stefan Bodewig
de3b69c37a
typos in docs.
...
PR: 12906
Submitted by: dan at rollocos.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273336 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 11:06:53 +00:00
Stefan Bodewig
2807b6e3f6
New <isreference> condition.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273309 13f79535-47bb-0310-9956-ffa450edef68
2002-09-09 08:21:39 +00:00
Stefan Bodewig
f0c70acd8f
Make cvstagdiff inherit from AbstractCvsTask
...
PR: 12119
Submitted by: Rob van Oostrum <rvanoo@xs4all.nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273295 13f79535-47bb-0310-9956-ffa450edef68
2002-09-04 11:51:03 +00:00
Stefan Bodewig
7f2af7960c
<tag /> ---> <tag/>
...
remove some stray CRs
fix some typos
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273291 13f79535-47bb-0310-9956-ffa450edef68
2002-09-04 11:05:19 +00:00
Stefan Bodewig
c0287b1df8
Replace > with > where appropriate.
...
PR: 12193 and 12195
Submitted by: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273287 13f79535-47bb-0310-9956-ffa450edef68
2002-09-03 15:24:08 +00:00
Stefan Bodewig
f7cf153214
Fixing some typos - has been submitted as part of
...
PR: 11056
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273186 13f79535-47bb-0310-9956-ffa450edef68
2002-07-30 15:00:40 +00:00
Stefan Bodewig
1e5fa0492b
<war> and <ear> have the duplicate attribute, too.
...
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273182 13f79535-47bb-0310-9956-ffa450edef68
2002-07-30 10:38:56 +00:00
Stefan Bodewig
e69f35fd22
Merge changes from 1.5 branch to HEAD.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273143 13f79535-47bb-0310-9956-ffa450edef68
2002-07-22 11:12:16 +00:00