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].

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

2005-06-21 Thread Stefan Bodewig
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 on Fedora Core 4), so the

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

2005-06-21 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > bodewig 2005/06/21 06:39:05 > > Modified: > src/main/org/apache/tools/ant/taskdefs EchoXML.java > Log: > JDK 1.3 doesn't have that constructor (at least > not public) Oops. You can't blame me, though. Why have FileOutputStream(String) FileOutputStre

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

2005-06-21 Thread bodewig
bodewig 2005/06/21 06:39:05 Modified:src/main/org/apache/tools/ant/taskdefs EchoXML.java Log: JDK 1.3 doesn't have that constructor (at least not public) Revision ChangesPath 1.3 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/EchoXML.java Index: EchoXML.