cvs commit: ant/docs/manual/CoreTasks copy.html

2004-12-07 Thread mbenson
mbenson 2004/12/07 15:43:22 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH copy.html Log: merge Revision ChangesPath No revision No revision 1.19.2.9 +1 -1 ant/docs/manual/CoreTasks/copy.html Index: copy.html ===

cvs commit: ant/docs/manual/CoreTasks copy.html

2004-12-07 Thread mbenson
mbenson 2004/12/07 15:42:41 Modified:docs/manual/CoreTasks copy.html Log: Clarify failonerror. Revision ChangesPath 1.28 +1 -1 ant/docs/manual/CoreTasks/copy.html Index: copy.html === RCS f

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-12-07 Thread mbenson
mbenson 2004/12/07 15:39:38 Modified:src/main/org/apache/tools/ant/taskdefs Delete.java Log: typo Revision ChangesPath 1.56 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/Delete.java Index: Delete.java ===

Re: cvs commit: ant/docs/manual/CoreTasks tempfile.html

2004-12-07 Thread Jesse Glick
[EMAIL PROTECTED] wrote: 1. Removing mention of JDK 1.1 which is no longer supported anyway. 2. More readable HTML source formatting - reduce merge conflicts, e.g. Peter Reilly wrote: The tempfile doc is generated via the xdoclet stuff (which frys the formatting). Oh well, at least #1 is fixed in

cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils.java

2004-12-07 Thread mbenson
mbenson 2004/12/07 15:32:32 Modified:src/main/org/apache/tools/ant/util FileUtils.java Log: Various changes => fewer LOC Revision ChangesPath 1.75 +9 -32 ant/src/main/org/apache/tools/ant/util/FileUtils.java Index: FileUtils.java ==

cvs commit: ant/src/main/org/apache/tools/ant/types Path.java

2004-12-07 Thread mbenson
mbenson 2004/12/07 14:15:33 Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH Path.java Log: merge Revision ChangesPath No revision No revision 1.57.2.6 +13 -12ant/src/main/org/apache/tools

cvs commit: ant/src/main/org/apache/tools/ant/types Path.java

2004-12-07 Thread mbenson
mbenson 2004/12/07 14:14:13 Modified:src/main/org/apache/tools/ant/types Path.java Log: Missed a couple. Revision ChangesPath 1.65 +2 -3 ant/src/main/org/apache/tools/ant/types/Path.java Index: Path.java ===

cvs commit: ant/src/main/org/apache/tools/ant/types Path.java

2004-12-07 Thread mbenson
mbenson 2004/12/07 13:49:09 Modified:src/main/org/apache/tools/ant/types Path.java Log: Useless temporary variables mostly. Revision ChangesPath 1.64 +12 -10ant/src/main/org/apache/tools/ant/types/Path.java Index: Path.java

DO NOT REPLY [Bug 32506] - ChecksumTest fails on Windows

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/etc/testcases/taskdefs checksum.xml

2004-12-07 Thread mbenson
mbenson 2004/12/07 13:46:20 Modified:src/etc/testcases/taskdefs checksum.xml Log: Hack to make the testcases pass. PR: 32506 Revision ChangesPath 1.9 +5 -1 ant/src/etc/testcases/taskdefs/checksum.xml Index: checksum.xml

Re: New repository task

2004-12-07 Thread Peter Reilly
I think that for this to be really usefull, one would need to use the task. See http://issues.apache.org/bugzilla/show_bug.cgi?id=28228 It does have some issues (sub-projects affecting the main project, and when ant is used in an ide) but it's benifits outweigh the drawbacks.. For example: jun

Re: New repository task

2004-12-07 Thread Steve Loughran
On Tue, 7 Dec 2004 10:22:40 -0600, Groboclown <[EMAIL PROTECTED]> wrote: > On Mon, 06 Dec 2004 22:27:12 +, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > Also, and this is important, you dont need to use it to download stuff. > > Instead you can use it to manage libraries that you depend on

DO NOT REPLY [Bug 8510] - shutdown hook does not fire in forked java task under JDK1.4

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 8510] - shutdown hook does not fire in forked java task under JDK1.4

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug

Re: cvs commit: ant/src/main/org/apache/tools/ant/helper DefaultExecutor.java KeepGoingExecutor.java SingleCheckExecutor.java

2004-12-07 Thread Matt Benson
--- Jesse Glick <[EMAIL PROTECTED]> wrote: [SNIP] > @since Ant 1.6.3 or @since Ant 1.7? (Same question > for other added > classes/methods.) Depends on whether we have a 1.6.3 release. If so I think at that time we'll have to do our best to remove any mentions of 1.7 from the 1.6 branch. I had

Re: cvs commit: ant/src/main/org/apache/tools/ant/helper SingleCheckExecutor.java KeepGoingExecutor.java DefaultExecutor.java

2004-12-07 Thread Matt Benson
Looks correct to me. -Matt --- [EMAIL PROTECTED] wrote: > jglick 2004/12/06 22:43:42 > > Modified:src/main/org/apache/tools/ant/helper > SingleCheckExecutor.java > KeepGoingExecutor.java > DefaultExecutor.java > Log: > Improving Jav

DO NOT REPLY [Bug 8510] - shutdown hook does not fire in forked java task under JDK1.4

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug

Re: New repository task

2004-12-07 Thread Groboclown
On Mon, 06 Dec 2004 22:27:12 +, Steve Loughran <[EMAIL PROTECTED]> wrote: > Also, and this is important, you dont need to use it to download stuff. > Instead you can use it to manage libraries that you depend on. (We may > want to change behaviour to say if you dont specify a repository, that

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java

2004-12-07 Thread bodewig
bodewig 2004/12/07 07:55:40 Modified:src/main/org/apache/tools/ant/taskdefs/compilers Tag: ANT_16_BRANCH Jikes.java Log: merge Revision ChangesPath No revision No revision 1.22.2.5 +8 -1 ant/src/main/o

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java

2004-12-07 Thread bodewig
bodewig 2004/12/07 07:55:31 Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java Log: Jikes doesn't like -source 1.2 either, found by Gump running on Kaffe+Jikes Revision ChangesPath 1.27 +8 -1 ant/src/main/org/apache/tools/ant/taskdefs/compiler

Re: New repository task

2004-12-07 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 6 Dec 2004, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > It's a sign of the times... > > See: http://marc.theaimsgroup.com/?t=10935231277&r=1&w=2 (particularly DD's response) and http://marc.theaimsgroup.com/?l=ant-dev&m=109882

DO NOT REPLY [Bug 32566] New: - OutOfMemory if filesize are greater than 7 MB

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[GUMP@brutus]: Project test-ant (in module ant) success

2004-12-07 Thread Gump Integration Build
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant *no longer* has an issue. The current state of this project is 'Success

DO NOT REPLY [Bug 28474] - JUnitResultFormatter throws BuildException due to classloading issues

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java

2004-12-07 Thread peterreilly
peterreilly2004/12/07 02:30:35 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/junit Tag: ANT_16_BRANCH JUnitTask.java Log: sync Revision ChangesPath No revision No

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java

2004-12-07 Thread peterreilly
peterreilly2004/12/07 02:29:32 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java Log: If junittask is loaded by a different classloader than the project classloader, set the junittask classloader a

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional XalanLiaisonTest.java

2004-12-07 Thread jglick
jglick 2004/12/07 01:13:04 Modified:src/testcases/org/apache/tools/ant/taskdefs/optional XalanLiaisonTest.java Log: Just moving license to top of file for consistency. Revision ChangesPath 1.11 +2 -2 ant/src/testcases/org/apache/tools/a

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs ReplaceTest.java

2004-12-07 Thread jglick
jglick 2004/12/07 01:11:47 Modified:src/testcases/org/apache/tools/ant/taskdefs ReplaceTest.java Log: Unused constant. Revision ChangesPath 1.15 +0 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/ReplaceTest.java Index: ReplaceTest.java =

cvs commit: ant build.xml

2004-12-07 Thread jglick
jglick 2004/12/07 01:10:39 Modified:src/testcases/org/apache/tools/ant/util FileUtilsTest.java src/testcases/org/apache/tools/ant/types/selectors PresentSelectorTest.java BaseSelectorTest.java src/testcases/org/apache/tools/ant/types

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional AbstractXSLTLiaisonTest.java

2004-12-07 Thread jglick
jglick 2004/12/07 01:02:33 Modified:src/testcases/org/apache/tools/ant/taskdefs/optional AbstractXSLTLiaisonTest.java Log: 1. Never use new File(url.getFile()); it is not safe with all paths. 2. Using File.deleteOnExit for temp files, just in case the VM cr

Re: New repository task

2004-12-07 Thread Stefan Bodewig
On Mon, 6 Dec 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > It's a sign of the times... Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[GUMP@brutus]: Project ant-antidote (in module ant-antidote) success

2004-12-07 Thread Gump Integration Build
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ant-antidote *no longer* has an issue. The current state of this project is 'Suc

AW: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-07 Thread Jan . Materne
My search scripts meant to find Testcase: testspawn(org.apache.tools.ant.taskdefs.ExecTaskTest): FAILED log file found after spawn junit.framework.AssertionFailedError: log file found after spawn at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(As

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs BuildNumber.java

2004-12-07 Thread jglick
jglick 2004/12/06 22:45:32 Modified:src/main/org/apache/tools/ant/taskdefs BuildNumber.java Log: Minor simplification: task.log(...) ~ task.getProject().log(...). Revision ChangesPath 1.18 +3 -3 ant/src/main/org/apache/tools/ant/taskdefs/BuildNumber.java

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Ant.java

2004-12-07 Thread jglick
jglick 2004/12/06 22:44:34 Modified:src/main/org/apache/tools/ant/taskdefs Ant.java Log: Minor stylistic refactoring. Revision ChangesPath 1.109 +3 -2 ant/src/main/org/apache/tools/ant/taskdefs/Ant.java Index: Ant.java

cvs commit: ant/src/main/org/apache/tools/ant/helper SingleCheckExecutor.java KeepGoingExecutor.java DefaultExecutor.java

2004-12-07 Thread jglick
jglick 2004/12/06 22:43:42 Modified:src/main/org/apache/tools/ant/helper SingleCheckExecutor.java KeepGoingExecutor.java DefaultExecutor.java Log: Improving Javadoc of Executor impls to be more informative. :-) Matt please check.

DO NOT REPLY [Bug 32557] New: - DependTest.testClosure fails under JDK 1.5

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32487] - requires OS-specific slashes

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[GUMP@brutus]: Project ant-xdocs-proposal (in module ant) success

2004-12-07 Thread Gump Integration Build
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ant-xdocs-proposal *no longer* has an issue. The current state of this project i

Re: cvs commit: ant/src/main/org/apache/tools/ant/helper DefaultExecutor.java KeepGoingExecutor.java SingleCheckExecutor.java

2004-12-07 Thread Jesse Glick
[EMAIL PROTECTED] wrote: Added: src/main/org/apache/tools/ant Executor.java [i.e. in the trunk] Log: Refactored Target invocation into org.apache.tools.ant.Executor implementations. PR: 21421, 29248 Index: WHATSNEW =

[GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-07 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 p

[GUMP@brutus]: Project dist-ant (in module ant) success

2004-12-07 Thread Gump Integration Build
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project dist-ant *no longer* has an issue. The current state of this project is 'Success

[GUMP@brutus]: Project ant-embed-optional (in module ant) success

2004-12-07 Thread Gump Integration Build
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ant-embed-optional *no longer* has an issue. The current state of this project i

DO NOT REPLY [Bug 32551] New: - Add path support to task

2004-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu