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

2005-01-04 Thread mbenson
mbenson 2005/01/04 15:16:49 Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH Description.java Log: Merge Revision ChangesPath No revision No revision 1.15.2.5 +7 -4 ant/src/main/org/apach

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

2005-01-04 Thread mbenson
mbenson 2005/01/04 15:15:25 Modified:src/main/org/apache/tools/ant/types Description.java Log: Avoid NPE thrown when using oata.helper.ProjectHelperImpl . Reported by: Mark D. Hansen Revision ChangesPath 1.20 +7 -4 ant/src/main/org/apache/tools/ant/types/Descr

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

2005-01-04 Thread mbenson
mbenson 2005/01/04 14:42:29 Modified:src/main/org/apache/tools/ant/types/mappers FilterMapper.java Log: Update copyright years. Revision ChangesPath 1.3 +1 -1 ant/src/main/org/apache/tools/ant/types/mappers/FilterMapper.java Index:

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

2005-01-04 Thread mbenson
mbenson 2005/01/04 14:43:02 Modified:src/main/org/apache/tools/ant/types/mappers Tag: ANT_16_BRANCH FilterMapper.java Log: Merge Revision ChangesPath No revision No revision 1.1.2.3 +1 -1 ant/src/main

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

2005-01-04 Thread mbenson
mbenson 2005/01/04 14:40:34 Modified:src/main/org/apache/tools/ant/types/mappers Tag: ANT_16_BRANCH FilterMapper.java Log: Merge Revision ChangesPath No revision No revision 1.1.2.2 +3 -3 ant/src/main

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

2005-01-04 Thread mbenson
mbenson 2005/01/04 14:26:15 Modified:src/main/org/apache/tools/ant/types/mappers FilterMapper.java Log: Spelling Revision ChangesPath 1.2 +3 -3 ant/src/main/org/apache/tools/ant/types/mappers/FilterMapper.java Index: FilterMapper.j

cvs commit: ant/docs/manual coretasklist.html

2005-01-04 Thread mbenson
mbenson 2005/01/04 14:20:44 Modified:src/main/org/apache/tools/ant/taskdefs defaults.properties .WHATSNEW docs/manual coretasklist.html Added: src/main/org/apache/tools/ant/taskdefs Length.java docs/manual/CoreTasks length.html

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java DependSet.java

2005-01-04 Thread Martijn Kruithof
Hi Unless anyone objects within the next few days I will apply a patch that will make use of getFileUtils instead of newFileUtils in all files in a uniform way (122 files impacted). I have manually checked if it could do any harm when using the same instance of the FileUtils everywhere and could

DO NOT REPLY [Bug 32941] - [PATCH] ExecuteJava should not catch ThreadDeath

2005-01-04 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 32941] New: - [PATCH] ExecuteJava should not catch ThreadDeath

2005-01-04 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 Copy.java DependSet.java

2005-01-04 Thread jkf
jkf 2005/01/04 12:20:52 Modified:src/main/org/apache/tools/ant/util FileUtils.java src/main/org/apache/tools/ant/types/selectors MappingSelector.java DateSelector.java src/main/org/apache/tools/ant/taskdefs Copy.java

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

2005-01-04 Thread jkf
jkf 2005/01/04 11:39:01 Modified:docs/manual/CoreTasks copy.html src/main/org/apache/tools/ant/taskdefs Copy.java Log: Looking in the sources, 1 second is used (the "unix" granularity) instead of the claimed 0 milliseconds. Revision ChangesPath 1.30

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Replace.java Touch.java PathConvert.java Concat.java

2005-01-04 Thread jkf
jkf 2005/01/04 11:11:59 Modified:src/main/org/apache/tools/ant/taskdefs Replace.java Touch.java PathConvert.java Concat.java Log: Minor style updates. Revision ChangesPath 1.59 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/Replace.

DO NOT REPLY [Bug 32912] - copy should support filelists

2005-01-04 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 32912] - copy should support filelists

2005-01-04 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 32912] - copy should support filelists

2005-01-04 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 32912] - copy should support filelists

2005-01-04 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

Re: Purpose of FileUtils.close(...)

2005-01-04 Thread Steve Loughran
(I'm just catching up on 3 weeks worth of mail, sorry for joining in late) >> So what exactly *is* the intention of this method? [...] We wrote it because we were repeating the same code throughout exception handling logic: closing files and swallowing exceptions. try { file=myfile.open(); ...

DO NOT REPLY [Bug 32912] - copy should support filelists

2005-01-04 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/types PropertySet.java

2005-01-04 Thread peterreilly
peterreilly2005/01/04 06:47:04 Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH PropertySet.java Log: sync Revision ChangesPath No revision No revision 1.8.2.7 +14 -2 ant/src/main/org/apa

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

2005-01-04 Thread peterreilly
peterreilly2005/01/04 06:43:33 Modified:src/main/org/apache/tools/ant/types PropertySet.java Log: allow propertyset to use typedefs mappers directly Revision ChangesPath 1.19 +9 -0 ant/src/main/org/apache/tools/ant/types/PropertySet.java Index: PropertySet.

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

2005-01-04 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

DO NOT REPLY [Bug 32912] - copy should support filelists

2005-01-04 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 22901] - [Patch] -only option to execute target(s) without dependencies

2005-01-04 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