Conor MacNeill
0022fa2365
Fix up new input stuff since input thread won't always exist
PR: 16891
Submitted by: paul at priorartisans
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274019 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
608424c650
PR: 11100
revisited. The original patch wouldn't pass Unzip's new
testPatternSetIncludeAndExclude test.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274017 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
55641903fb
First cut at input redirection for <exec>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274016 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
Erik Hatcher
11736bd911
remove properties generation to see if that fixes gump runs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274013 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f3ddbffe3c
Very quick fix for bug 16611
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274011 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7d868d2e29
Try to clean up after a failed copy.
PR: 16768
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274008 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
1ac2ab476a
Apply latest patch from Antoine
PR: 15707
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274005 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
a8126f6809
set URI resolver on transformer factory as well.
PR: 16809
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274002 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
c71436048a
Remove sleep from the stream pumper. I can't see the reason for this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274001 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
66026ad2e3
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273997 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5c24249581
Make sure the splash screen disappears when the build is finished.
PR: 16818
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273996 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
1cea69ac67
Remove the ugly hack, but still ensure that jars always at least contain a manifest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273993 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
Stefan Bodewig
34dc5127ac
fix the 'is the manifest up-to-date?' checks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273991 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
Stefan Bodewig
1ffd5394f2
Now that the results get published, bump up the copyright year.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273984 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
Erik Hatcher
af891549ea
added license and logging to indexgen
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273982 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
cb95928378
added index generation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273981 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
Erik Hatcher
b5a8292e57
adding category to Perforce tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273976 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
15ebfccec9
adding category to Perforce tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273975 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
69962ac78a
Capture build test output and error streams into the appropriate
buffers
PR: 16748
Submitted by: John McGrath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273974 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
51d7950abd
output troubleshooting info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273973 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
e3d6119953
Make this test pass on different JDK 1.4 minor versions
PR: 15250
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273972 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f245585ec3
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273971 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
3554574cd8
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273970 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
d46b18553d
Minor fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273969 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
773a2273ed
Close original archive after checking for old manifest in <jar> -
otherwise the file may still be locked on Windows and friends when we
try to rename it.
Submitted by: Antoine Levy-Lambert <levylambert at tiscali dash dsl dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273965 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
ed82cb69e8
Added a revision attribute, a synonym for label
PR: 13847
Submitted By: Steven Newton
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273964 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
d52a94b861
Updated proposal based on feedback
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273961 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
210ed50db6
Allow yearcheck to work out of the box - no symlink required
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273960 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
122f9d8751
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273958 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
b74a667c1d
JDK 1.1 does not like 0 for initial size of hashtables
PR: 15445
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273957 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
aaffd607a9
Minor tweak to which usage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273955 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
cfdc772479
Add info about JAVA_HOME possibly being set but not exported
PR: 14181
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273954 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
f0de7d0c4b
Allow JAVA_HOME to be unset by finding java if it is in the path.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273953 13f79535-47bb-0310-9956-ffa450edef68
23 years ago