Kevin Jackson
7ec0d25b3c
documentation for sshexec verbosity
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@885757 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jan Materne
6bc649071c
Update expected output from Ant 1.7.0 to Ant 1.7.1
Add note about expected environment variables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@885686 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Kevin Jackson
37b4989c05
allow scp verbose flag to actually log info - also makes ssh more chatty
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@885684 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
42b64be716
Trying to improve on r881624 robustness fix:
1. Use FileUtils.tryHardToDelete to delete possibly corrupt properties file.
2. Do not try to delete until after closing output stream.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@883514 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jan Materne
f8a1512d8d
How to update the online home page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@881691 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
fbd5fe56fc
Fixing fix for OOME in <subant>.
Was getting wrapped in BuildException by both DispatchUtils.execute and Project.executeSortedTargets.
Instead of trying to prevent wrapping, which is difficult to enforce, just die on wrapped hard errors.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@881627 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
37cf105bb3
Trying to improve robustness in <subant> and <propertyfile>.
Observed a long-running build randomly failing with text like this:
[propertyfile] Updating property file: .../whatever.properties
[subant] Failure for target 'something' of: ...module1/build.xml
[subant] The following error occurred while executing this line:
[subant] .../something.xml:123: java.lang.OutOfMemoryError: GC overhead limit exceeded
[subant] Failure for target 'something' of: ...module2/build.xml
[subant] The following error occurred while executing this line:
[subant] ...module2/build.xml:12: The following error occurred while executing this line:
[subant] .../something.xml:123: Syntax error in property: ${some.prope
[subant] Failure for target 'something' of: ...module3/build.xml [etc., hundreds of times]
Turns out that whatever.properties had been truncated at exactly 24k characters, in the middle of a line.
Fixing <propertyfile> to therefore collect all of what it plans to write, then write it.
Also trying to make <subant> actually stop the build when it gets OOME, rather than continuing
(probably in vain) just because failonerror="false" (which is intended to catch "normal" problems).
ThreadDeath should also be rethrown, not logged as a subscript failure.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@881624 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jonathan K. Schneider
1c75ce2bee
Added Jon Schneider to Active Committers.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@881275 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jan Materne
70c56ba7c3
How to update the online homepage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@881184 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jonathan K. Schneider
d672cd219f
Added Jon Schneider to Active Committers list.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@880829 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
e1cd13c79b
support creating url resources relative to other URLs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@880590 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
42f31b452b
Fix import's file attribute if file is imported from URL, test it, document it. Note to self - url resource needs a way to create relative urls. Not to self - the duplication in the manual pages for import and include must stop.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@836334 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jan Materne
746437d824
Try for CI-build: use another tmp.dir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@835835 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
a5da600a7a
make import support resource collections. PR 22269
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@834772 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
3a39ebed99
All instances of the same scriptdef task shared a single ScriptRunner, causing problems in multithreaded situations. Submitted by Valentino Miazzo. PR 41602
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@834354 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
fa1b0d74ff
Another typo corrected thanks to Jonathan Gibbons.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@833056 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
2ef9a200ad
allow import of FileProvider or URLProvider resources
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832990 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
45cb0df5be
Another -Xbootstrap typo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832939 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
65985b1f8b
Noting new if/unless behavior.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832937 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
a1ef830dba
Documenting new if/unless behavior.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832936 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
8bc3e43302
Fixing some HTML errors.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832921 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
6a0ad17b8f
Anchors should be inside, not outside, header tags.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832894 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
f0faf53bcd
Simplify/update NetBeans entry.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832893 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
81814fc72b
Deleting excess '>'.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832891 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
a1c1579d2d
Setting MIME types so manual can be browser directly from the repo (I hope).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832547 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
2d61246886
#48114 : typo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832539 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Scokart Gilles
6d82803909
Mark field final (not strictly required, but looks better)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@830859 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
d39df71454
explicitly state that tar doesn't even try to preserve existing permissions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@830262 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
211d0a8ea6
make javaresource an URLProvider
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@830244 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
28ca062311
Use URLProvider instead of URLResource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@830209 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jan Materne
18ebfda114
update externals:
- add AntRunner
- remove entries which were marked as not-longer-available
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@830189 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Nicolas Lalevee
89ddfa3d6c
- use the project helper repository for antlib too
- change the ProjectHelper API to start using Resource instead of URL or File
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@829947 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
632c01d042
Only store the command's output with no decoration in sshexec's outputproperty if the command attribute is used. PR 48040
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@829311 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
a2cedaed6c
Same fix as for AncestorAnalyzer - make code compile with BCEL's trunk
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@829307 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
ea6d5e0113
Spelling correction.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828237 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Matthew Jason Benson
f64f214698
use new inlinelist wherever convenient in TOC/list pages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828234 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Matthew Jason Benson
d5ce1f6ef2
add new list style to avoid forgotten brs in places where uls are more appropriate semantically
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828233 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
f38b56bd87
steal some documentation for the props Antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828207 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
2f1a9d25bf
extract and expand property documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828198 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
98f78e19bd
tar doesn't always recognize the target isn't up to date. PR 48035
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828141 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
8b2485e6bf
Add a bit more information
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@827894 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
26fe7e110b
adapt to BCEL change, see dist-ant's Gump build failure
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@827887 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
45e67769e9
re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@827886 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Nicolas Lalevee
b1d2aa25cf
revert 826209: I wanted to commit the xdocs, not the docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@826210 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Nicolas Lalevee
8e51129705
Add an annoucement for IvyDE 2.0.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@826209 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jan Materne
271df98a95
Add EPP
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@825815 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
e43a2ddc2f
Ivy 2.1.0 Released!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@825782 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
f81509b0c4
Promote Compress Antlib and add an initial homepage - not much more than a placeholder for now
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@825781 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
fa67ab4990
Make if/unless und junit test children use the same logic as target's if/unless
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@823395 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
163f90f6bc
Make junit's formatter if/unless behave like target's if/unless
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@823158 13f79535-47bb-0310-9956-ffa450edef68
16 years ago