Conor MacNeill
107a8994df
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274026 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
7daa1a59b6
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273992 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
Stefan Bodewig
afa2b7af9e
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273988 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
b6bc02e324
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273962 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
00d14d398f
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273925 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
c38217dcc3
Happy New Year ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273757 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
Stefan Bodewig
f4c8d96068
still 2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273730 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
2807b6e3f6
New <isreference> condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273309 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Magesh Umasankar
fc6a4383fa
* Add encoding attribute to <loadproperties>
* Remove dependency of <loadproperties> on StringInputStream
* Modify StringInputStream to support encoding
* Note that StringInputStream is not being used by any other Ant classes - the sole consumer was LoadProperties which no longer uses it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273132 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
5fa2b3cd64
trax factory settings are now configured within a <factory> element.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273104 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
1e8307708d
Allow to specify a given factory implementation for the transformer
(xsltc, xalan, saxon...) and to specify processor specific settings.
TraxLiaison has been completely refactored because the factory
needed to be created once everything was set up.
I don't think it is final state since it might be better to specify factory attributes
and element in a <factory> element rather than how it is now.
XSLTProcess starts to bevery difficult to read with all the inner classes as well...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273089 13f79535-47bb-0310-9956-ffa450edef68
23 years ago