[Ant Wiki] Updated: AntNewbies

2005-03-03 Thread ant-cvs
Date: 2005-03-03T00:12:25 Editor: NicoEngelen Wiki: Ant Wiki Page: AntNewbies URL: http://wiki.apache.org/ant/AntNewbies no comment Change Log: -- @@ -167,7 +167,18 @@ BUILD SUCCESSFUL Total time: 1 s

DO NOT REPLY [Bug 33828] New: - Error in mail task sample

2005-03-03 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/docs/manual/CoreTasks mail.html

2005-03-03 Thread peterreilly
peterreilly2005/03/03 01:58:47 Modified:docs/manual/CoreTasks mail.html Log: Error in mail task sample PR: 33828 Obtained from: Geir Ole Aagedal Revision ChangesPath 1.26 +1 -1 ant/docs/manual/CoreTasks/mail.html Index: mail.html =

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

2005-03-03 Thread peterreilly
peterreilly2005/03/03 01:59:06 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH mail.html Log: sync Revision ChangesPath No revision No revision 1.21.2.5 +2 -2 ant/docs/manual/CoreTasks/mail.html Index: mail.html =

DO NOT REPLY [Bug 33828] - Error in mail task sample

2005-03-03 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 33800] - PDF manual for ant

2005-03-03 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-no-xerces (in module ant) failed

2005-03-03 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-no-xerces has an issue affecting its community integration. This issue a

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

2005-03-03 Thread jkf
jkf 2005/03/03 05:58:25 Modified:src/main/org/apache/tools/ant AntClassLoader.java Log: Removed unecessary cast, Removed caught Throwable while Exception was expected Documented empty blocks Revision ChangesPath 1.89 +9 -2 ant/src/main/org/apache/tools/a

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

2005-03-03 Thread jkf
jkf 2005/03/03 05:59:04 Modified:src/main/org/apache/tools/ant Diagnostics.java Log: Removed unused import Documented empty block Revision ChangesPath 1.23 +1 -1 ant/src/main/org/apache/tools/ant/Diagnostics.java Index: Diagnostics.java

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

2005-03-03 Thread jkf
jkf 2005/03/03 06:00:08 Modified:src/main/org/apache/tools/ant Location.java Log: added getColumnNumber as all other fields that are set can also be get, apart from the column. Revision ChangesPath 1.22 +8 -0 ant/src/main/org/apache/tools/ant/Location.java

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

2005-03-03 Thread jkf
jkf 2005/03/03 06:00:53 Modified:src/main/org/apache/tools/ant TaskAdapter.java Log: Removed unused local variables (after verification for documented side effects) Revision ChangesPath 1.34 +1 -2 ant/src/main/org/apache/tools/ant/TaskAdapter.java Inde

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

2005-03-03 Thread jkf
jkf 2005/03/03 06:02:32 Modified:src/main/org/apache/tools/ant UnknownElement.java Log: Renamed parameter to avoid hidden member variable Revision ChangesPath 1.87 +4 -4 ant/src/main/org/apache/tools/ant/UnknownElement.java Index: UnknownElement.java

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

2005-03-03 Thread jkf
jkf 2005/03/03 06:04:27 Modified:src/main/org/apache/tools/ant ComponentHelper.java Log: reduced visibility of the members not defined in super class of a private inner class removed unnecessary casts Revision ChangesPath 1.52 +7 -10 ant/src/main/org/apach

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

2005-03-03 Thread jkf
jkf 2005/03/03 06:07:38 Modified:src/main/org/apache/tools/ant Project.java Log: renamed parameters to avoid hiding, reduced visibility of member methods of inner class Revision ChangesPath 1.187 +33 -35ant/src/main/org/apache/tools/ant/Project.java Ind

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

2005-03-03 Thread jkf
jkf 2005/03/03 06:23:43 Modified:src/main/org/apache/tools/ant TaskAdapter.java Log: updated cright Revision ChangesPath 1.35 +1 -1 ant/src/main/org/apache/tools/ant/TaskAdapter.java Index: TaskAdapter.java

RE: cvs commit: ant/src/main/org/apache/tools/ant DirectoryScanner.java

2005-03-03 Thread Dominique Devienne
> From: Matt Benson [mailto:[EMAIL PROTECTED] > --- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > I had thought about this issue of optimizing pattern > > scanning. > > DirectoryScanner used to be written so that if an > > exclude pattern looks like > > foo/bar/** scanning stops in foo/bar. >

Re: USE ANT_OPTS RE: OutOfMemoryException when compiling a large project

2005-03-03 Thread Phil Weighill-Smith
I personally dislike the requirement for environment variables (or other external inputs) in a build; the build should be self-contained. If another developer comes along without ANT_OPTS set up and attempts to build your project they will get the OoM Exception and waste time tracking the issue dow

RE: USE ANT_OPTS RE: OutOfMemoryException when compiling alarge project

2005-03-03 Thread Dominique Devienne
> From: Phil Weighill-Smith [mailto:[EMAIL PROTECTED] > > I recommend building the required sizes into your script and using fork. I fully agree. If your takes lots of memory, it also means it takes some time, and the forking overhead becomes insignificant compared to the actual compilation time

RE: cvs commit: ant/src/main/org/apache/tools/ant DirectoryScanner.java

2005-03-03 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > From: Matt Benson [mailto:[EMAIL PROTECTED] > > --- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: [SNIP] > > > Actually if an exclude pattern is like > **/Test/**, > > > every time a directory Test is encountered it > should > > > not be scan

cvs commit: ant/src/etc/testcases/taskdefs/fixcrlf build.xml

2005-03-03 Thread mbenson
mbenson 2005/03/03 08:24:26 Modified:src/main/org/apache/tools/ant/taskdefs FixCRLF.java src/testcases/org/apache/tools/ant/taskdefs FixCrLfTest.java docs/manual/CoreTasks fixcrlf.html .WHATSNEW src/etc/testcases/taskdef

DO NOT REPLY [Bug 25770] - [PATCH] FixCRLF "preserveLastModified"

2005-03-03 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 33155] - Make FixCRLF functionality available as a FilterReader

2005-03-03 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 33155] - Make FixCRLF functionality available as a FilterReader

2005-03-03 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

isfileselected condition

2005-03-03 Thread Matt Benson
I for one think this would be very handy to have in the 1.6 branch; this condition in conjunction with nested conditions in fail makes for very terse unit tests. What do you say, Peter? -Matt P.S. yes, I am too lazy to merge someone else's stuff... ;)

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

2005-03-03 Thread jkf
jkf 2005/03/03 08:43:32 Modified:docs/manual/CoreTasks copy.html Log: Noticed an java 1.1 reference in the copy page. Revision ChangesPath 1.32 +1 -2 ant/docs/manual/CoreTasks/copy.html Index: copy.html

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

2005-03-03 Thread jkf
jkf 2005/03/03 08:46:15 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH copy.html Log: sync, java 1.1 ref from copy man page Revision ChangesPath No revision No revision 1.19.2.11 +1 -2 ant/docs/manual/CoreTasks/copy.html

[Ant Wiki] Updated: Ant17/Planning

2005-03-03 Thread ant-cvs
Date: 2005-03-03T08:55:35 Editor: SteveLoughran Wiki: Ant Wiki Page: Ant17/Planning URL: http://wiki.apache.org/ant/Ant17/Planning no comment Change Log: -- @@ -60,6 +60,7 @@ * security hardening. "lo

RE: USE ANT_OPTS RE: OutOfMemoryException when compiling alarge project

2005-03-03 Thread Kenneth Wood
Yep, that's one approach. The alternative is a standard profile that everyone sources that sets a uniform environment. Either way, the end goal is consistency. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 9:26 AM To: Ant Developers

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

2005-03-03 Thread peterreilly
peterreilly2005/03/03 09:26:33 Modified:docs/manual/CoreTasks conditions.html Log: perpare to move to 1.6.3 Revision ChangesPath 1.29 +1 -1 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html ==

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

2005-03-03 Thread peterreilly
peterreilly2005/03/03 09:28:13 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH conditions.html src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH defaults.properties Added: src/main/org/apache/tools/ant/taskdefs/condition Tag:

cvs commit: ant/lib/optional junit-3.8.1.jar README junit.jar

2005-03-03 Thread jkf
jkf 2005/03/03 09:38:53 Modified:.LICENSE.junit lib/optional README Added: lib/optional junit-3.8.1.jar Removed: lib/optional junit.jar Log: junit -> junit-3.8.1 Revision ChangesPath 1.2 +1 -1 ant/LICENSE.junit Inde

[Ant Wiki] Updated: Ant17/Planning

2005-03-03 Thread ant-cvs
Date: 2005-03-03T09:47:58 Editor: MartijnKruithof Wiki: Ant Wiki Page: Ant17/Planning URL: http://wiki.apache.org/ant/Ant17/Planning no comment Change Log: -- @@ -59,7 +59,7 @@ * : multi repository su

cvs commit: ant WHATSNEW

2005-03-03 Thread peterreilly
peterreilly2005/03/03 09:48:28 Modified:.WHATSNEW Log: move isfileselected to 1.6 branch Revision ChangesPath 1.762 +2 -2 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHA

cvs commit: ant WHATSNEW

2005-03-03 Thread peterreilly
peterreilly2005/03/03 09:49:07 Modified:.Tag: ANT_16_BRANCH WHATSNEW Log: move isfileselected to 1.6 branch Revision ChangesPath No revision No revision 1.503.2.186 +2 -0 ant/WHATSNEW Index: WHATSNEW

Re: isfileselected condition

2005-03-03 Thread Peter Reilly
Tis done! Peter Matt Benson wrote: I for one think this would be very handy to have in the 1.6 branch; this condition in conjunction with nested conditions in fail makes for very terse unit tests. What do you say, Peter? -Matt P.S. yes, I am too lazy to merge someone else's stuff... ;) __

RE: [Ant Wiki] Updated: Ant17/Planning

2005-03-03 Thread Dominique Devienne
> + * rename junit.jar to junit-3.8.1 in SCM, for integration. > As this is only in lib/optional, effects should be minimal (i.e. rename > wont be visible to end users) [done]. Well, it won't be fully transparent to those of us that check in the Ant distro under SCM control, but we'll manage. It

RE: [Ant Wiki] Updated: Ant17/Planning

2005-03-03 Thread Dominique Devienne
> From: Dominique Devienne [mailto:[EMAIL PROTECTED] > > > + * rename junit.jar to junit-3.8.1 in SCM, for > integration. > > As this is only in lib/optional, effects should be minimal (i.e. > rename > > wont be visible to end users) [done]. > > Well, it won't be fully transparent to those of us

Re: isfileselected condition

2005-03-03 Thread Matt Benson
Many thanks! -Matt --- Peter Reilly <[EMAIL PROTECTED]> wrote: > Tis done! > > Peter > > Matt Benson wrote: > > >I for one think this would be very handy to have in > >the 1.6 branch; this condition in conjunction with > >nested conditions in fail makes for very terse unit > >tests. What do yo

Re: [Ant Wiki] Updated: Ant17/Planning

2005-03-03 Thread Martijn Kruithof
[EMAIL PROTECTED] wrote: Date: 2005-03-03T08:55:35 Editor: SteveLoughran Wiki: Ant Wiki Page: Ant17/Planning URL: http://wiki.apache.org/ant/Ant17/Planning no comment Change Log: -- @@ -60,6 +60,7 @@ * security

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

2005-03-03 Thread mbenson
mbenson 2005/03/03 12:42:43 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Eliminate possible NPE; note that previous change addressed bug 33118 at least partially. Revision ChangesPath 1.92 +9 -8 ant/src/main/org/apache/tools/ant/DirectoryS

DO NOT REPLY [Bug 33770] - Unable to retrieve file

2005-03-03 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 33770] - Unable to retrieve file

2005-03-03 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/docs/manual/CoreTasks fixcrlf.html

2005-03-03 Thread mbenson
mbenson 2005/03/03 13:46:47 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs FixCRLF.java src/etc/testcases/taskdefs/fixcrlf build.xml src/testcases/org/apache/tools/ant/taskdefs FixCrLfTest.java docs/manual/Cor

DO NOT REPLY [Bug 33155] - Make FixCRLF functionality available as a FilterReader

2005-03-03 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 FixCRLF.java

2005-03-03 Thread mbenson
mbenson 2005/03/03 14:16:11 Modified:src/main/org/apache/tools/ant/taskdefs FixCRLF.java Log: Remove empty default constructor; create the filterchain Vector only once per Object. Revision ChangesPath 1.67 +8 -15 ant/src/main/org/apache/tools/ant/taskdefs/FixCR

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

2005-03-03 Thread Matt Benson
PING... --- Matt Benson <[EMAIL PROTECTED]> wrote: [SNIP] > In > talking about whether caught Exceptions should at > least be logged, Jesse mentioned "disk full" as an > example. We actually have a bugrep (32676) about > full > directories, and I found a blog today on which a > German fellow has p