DO NOT REPLY [Bug 35476] New: - XMLLogger causes OutOfMemoryError

2005-06-22 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

AW: cvs commit: ant/xdocs external.xml

2005-06-22 Thread Jan.Materne
After that try a ant -f docs.xml and commit the ant/docs/external.html :-) Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 23. Juni 2005 01:24 >An: [EMAIL PROTECTED] >Betreff: cvs commit: ant/xdocs external.xml > >jglick

Re: FileUtils.close()

2005-06-22 Thread Alexey Solofnenko
IOException is a checked exception, so it has to be specified everywhene. BuildException would be a better alternative. - Alexey. On 6/22/05, Jesse Glick <[EMAIL PROTECTED]> wrote: > > Kev Jackson wrote: > > This came up before, but I forgot what the consensus was > > Not sure there was a cons

Re: FileUtils.close()

2005-06-22 Thread Jesse Glick
Kev Jackson wrote: This came up before, but I forgot what the consensus was Not sure there was a consensus (or that anyone cared enough). Whenever FileUtils.close() is used, any resulting exceptions are swallowed and no logging is performed. I'd like to propose that instead of this "silent d

cvs commit: ant/xdocs external.xml

2005-06-22 Thread jglick
jglick 2005/06/22 16:24:27 Modified:xdocsexternal.xml Log: Minor update. Revision ChangesPath 1.161 +1 -1 ant/xdocs/external.xml Index: external.xml === RCS file: /home/cvs/ant/xdocs/ex

DO NOT REPLY [Bug 35464] - Add a dry run mode

2005-06-22 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 35471] - need to add remoteVerificationEnabled attribute to FTP task to avoid firewall errors

2005-06-22 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 35471] - need to add remoteVerificationEnabled attribute to FTP task to avoid firewall errors

2005-06-22 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 35471] - need to add remoteVerificationEnabled attribute to FTP task to avoid firewall errors

2005-06-22 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 35464] - Add a dry run mode

2005-06-22 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 35471] - need to add remoteVerificationEnabled attribute to FTP task to avoid firewall errors

2005-06-22 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 35471] New: - need to add remoteVerificationEnabled attribute to FTP task to avoid firewall errors

2005-06-22 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 35464] - Add a dry run mode

2005-06-22 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 35464] - Add a dry run mode

2005-06-22 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: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs EchoXML.java

2005-06-22 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > >Now that I have a win98 vmware image, I could put an old > >release of something on there to do regression testing. No > >1,2SDK for windows though, unless I can find one on a CD somewhere. > > I think there are some in the Sun archive [1].

DO NOT REPLY [Bug 35203] - NullPointerException thrown when using ftp and passive="yes"

2005-06-22 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 35464] New: - Add a dry run mode

2005-06-22 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

[patch] FileUtils close methods now log to calling tasks log

2005-06-22 Thread Kev Jackson
Based on the feedback, I added in the message retrieved from the io exception. This is just for writer/outputstream. Kev Index: FileUtils.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/util/FileUtils.java,v r

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

2005-06-22 Thread Jan.Materne
>Now that I have a win98 vmware image, I could put an old >release of something on there to do regression testing. No >1,2SDK for windows though, unless I can find one on a CD somewhere. I think there are some in the Sun archive [1]. Jan [1] http://java.sun.com/products/archive/index.html --

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

2005-06-22 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 21 Jun 2005, Matt Benson <[EMAIL PROTECTED]> wrote: Oops. You can't blame me, though. I don't. Luckily I still use JDK 1.3 at work to catch this sort of problem. I no longer have access to a 1.2 JDK (haven't tried whether my old Blackdown version still works

Re: FileUtils.close()

2005-06-22 Thread Steve Loughran
Kev Jackson wrote: Alexey N. Solofnenko wrote: Maybe just ioex.printStackTrace()? I thought it would be better to log to the specific calling task (although getting the error message from the exception makes perfect sense). I seem to recall a complaint about close silent behaviour with a