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

2005-03-04 Thread mbenson
mbenson 2005/03/04 15:41:21 Modified:src/main/org/apache/tools/ant DirectoryScanner.java src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: By popular demand: Do not scan directories if their contents are excluded. Changed scannedDirs from a cache to

Re: Apt Task

2005-03-04 Thread Alexey N. Solofnenko
Is there with ? - Alexey. Dominique Devienne wrote: From: Jess Holle [mailto:[EMAIL PROTECTED] Any hopes of a general purpose 'apt' (Java 5 annotation processor tool) task akin to 'javac', e.g. as an contrib-like add-on for Ant 1.6.x? I could really use this *now*. In the mean time, w

Re: Apt Task

2005-03-04 Thread Jess Holle
Thanks. That did help. -- Jess Holle Dominique Devienne wrote: From: Jess Holle [mailto:[EMAIL PROTECTED] Any hopes of a general purpose 'apt' (Java 5 annotation processor tool) task akin to 'javac', e.g. as an contrib-like add-on for Ant 1.6.x? I could really use this *now*. In the m

DO NOT REPLY [Bug 33853] - Apt task does not call right method to compile

2005-03-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 33854] - Apt task does not call right method to compile

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

2005-03-04 Thread jkf
jkf 2005/03/04 14:32:46 Modified:.WHATSNEW Log: PR: 33770 Revision ChangesPath 1.764 +3 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v retrieving revisi

cvs commit: ant/docs/manual/OptionalTasks ftp.html

2005-03-04 Thread jkf
jkf 2005/03/04 14:31:42 Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java docs/manual/OptionalTasks ftp.html Log: PR: 33770 Improved FTP task to not fail on hidden directories. Revision ChangesPath 1.65 +26 -9 ant/src/

Re: cvs commit: ant/src/main/org/apache/tools/ant/filters FixCrLfFilter.java

2005-03-04 Thread Matt Benson
Sorry for the multiple changes! -Matt --- [EMAIL PROTECTED] wrote: > mbenson 2005/03/04 14:29:32 > > Modified:src/main/org/apache/tools/ant/filters > FixCrLfFilter.java > Log: > 1. Remove unused private inner class. > 2. Fix loop introduced by a seemingly innocent > logic change :

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

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

2005-03-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/filters FixCrLfFilter.java

2005-03-04 Thread mbenson
mbenson 2005/03/04 14:29:32 Modified:src/main/org/apache/tools/ant/filters FixCrLfFilter.java Log: 1. Remove unused private inner class. 2. Fix loop introduced by a seemingly innocent logic change :( 3. Fix bug that caused extra EOFs when input already contained EOF. 4. Make in

Re: Apt Task

2005-03-04 Thread Jess Holle
I can *run* it now but: 1. It is unclear if I can upgrade NetBean's Ant to 1.7. 2. We ship Ant and it has to be a non-beta -- and it is much less confusing to stick to just one version for all purposes. Alexey N. Solofnenko wrote: If 1.7 ANT is better, run it now. We are running 1.7 withou

RE: Apt Task

2005-03-04 Thread Dominique Devienne
> From: Jess Holle [mailto:[EMAIL PROTECTED] > > Any hopes of a general purpose 'apt' (Java 5 annotation processor tool) > task akin to 'javac', e.g. as an contrib-like add-on for Ant 1.6.x? > > I could really use this *now*. In the mean time, why don't you use: ... . is a powerful task, more

Re: Apt Task

2005-03-04 Thread Alexey N. Solofnenko
If 1.7 ANT is better, run it now. We are running 1.7 without any problems. - Alexey. Jess Holle wrote: Any hopes of a general purpose 'apt' (Java 5 annotation processor tool) task akin to 'javac', e.g. as an contrib-like add-on for Ant 1.6.x? I could really use this *now*. -- Jess Holle -

Apt Task

2005-03-04 Thread Jess Holle
Any hopes of a general purpose 'apt' (Java 5 annotation processor tool) task akin to 'javac', e.g. as an contrib-like add-on for Ant 1.6.x? I could really use this *now*. -- Jess Holle - To unsubscribe, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 33854] New: - Apt task does not call right method to compile

2005-03-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 33853] New: - Apt task does not call right method to compile

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

2005-03-04 Thread mbenson
mbenson 2005/03/04 09:58:49 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH conditions.html Log: Merge Revision ChangesPath No revision No revision 1.20.2.4 +2 -1 ant/docs/manual/CoreTasks/conditions.html Index: conditi

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

2005-03-04 Thread mbenson
mbenson 2005/03/04 09:57:24 Modified:docs/manual/CoreTasks conditions.html Log: Add a link to selectors from isfileselected. Revision ChangesPath 1.30 +2 -1 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =

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

2005-03-04 Thread mbenson
mbenson 2005/03/04 08:45:38 Modified:src/main/org/apache/tools/ant/filters FixCrLfFilter.java Log: Various terseness like I tend to do; More importantly, fixed Gump failure on Unix (see end of change list). Dyslexia strikes! Revision ChangesPath 1.2 +9 -25

Regarding Bug 20344

2005-03-04 Thread Kris Bravo
Bug 20344 is a feature change which will allow you to specify an XmlRecorder in the record task, as oppose to having to refer to it on the command line. With this change, you can record a section of the build into an XML file and later transform it with an XSL without leaving the build script. It

DO NOT REPLY [Bug 20344] - [PATCH]Allows record task to use XmlRecorder

2005-03-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: [Ant Wiki] Updated: Ant17/Planning

2005-03-04 Thread Steve Loughran
Martijn Kruithof wrote: [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: -- @@

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

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

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

2005-03-04 Thread Steve Loughran
Gump Integration Build wrote: 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 integ

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

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

Re: [Ant Wiki] Updated: Ant17/Planning

2005-03-04 Thread Steve Loughran
Dominique Devienne wrote: 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 u

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

2005-03-04 Thread Peter Reilly
Matt Benson wrote: 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 fell

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

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