Stefan Bodewig
ff2bad3492
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274097 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
36c3629dbf
Document that <ejbjar> supports EJB 2.0 descriptors
PR: 12830
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274079 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
Stefan Bodewig
6ff619abb4
Fix a few typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274051 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Christoph Wilhelms
96a92e5912
Introducing Tabs and Projects starting with ANTidote.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274047 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e7f91ca678
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274044 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5189aceb39
Add pointer to mbox archives
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274043 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1c0b70100b
Mailinglists have moved
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274042 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e6272f7e4f
jakarta-ant module has gone away
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274038 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
Stefan Bodewig
035496092c
Use 'issues' role name for nagoya
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274034 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
fb47a21d21
One more pointer to old releases directory axed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274032 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e4082e6356
Add pointer to Jacson.
Submitted by: Frank Nestel <nestefan at de fot ina dot com>
Looks a lot bigger as I've picked up Christoph's changes now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274031 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9f80e894bd
Moving old releases away from Jakarta
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274029 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
Christoph Wilhelms
151cb399de
Added the Forgotten FAVICON.ICO. Luckily nobody complaines, yet :)!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274023 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ab271c2c60
Testlet is dead
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274014 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
db5ff685d8
"Normalize" URL
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273995 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8cf73939c0
There are CVS snapshots
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273994 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
59024a8a7b
Fix up some broken links in docs
Reported By: Noel J. Bergman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273985 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
4fb40688c1
Add pointer to "Interactive".
Submitted by: Daniel Kasmeroglu <kasi at kasisoft dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273979 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Bruce Atherton
cd3082d035
Added references to Selectors in fileset documentation, and cleaned up directory task documentation to be more accurate as well as point to selectors.
PR: 16682
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273977 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
a1a910e2df
New perforce functionality
PR: 15707
Submitted by: Antoine Levy-Lambert
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273968 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Bruce Atherton
63ec7ba4ca
Added an option to the ContainsSelector to ignore whitespace.
Submitted by Elizabeth Cooper (with some modifications)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273967 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
98a9c95a45
Add support for filesets to ccmcheckout
PR: 14857
Submitted By: Benoit Moussaud
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273948 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
243adc40d5
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273940 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6e99aad0bf
Add encoding attribute to <replaceregexp>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273939 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
0d52575c29
and the docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273937 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
f7c9d087d9
Perforce task to show differences between local source repository and
p4 repository and report on files that still not under revision control.
PR: 13928
Submitted by: Miha
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273928 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
Conor MacNeill
d70c09779d
Link directly to Ant API docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273919 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
0afee61434
Provide mechanism for additional global options on perforce tasks
PR: 14395
Submitted by: Matt Bishop
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273916 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f44465194c
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273914 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
948d5af06b
Change distribution name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273912 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5442d57dc1
Merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273910 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4ee134e627
More Xerces upgrade changes, better debug output for JUnitReport
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273906 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
51d2ae9068
Give credit for the logo to Nick King
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273888 13f79535-47bb-0310-9956-ffa450edef68
23 years ago