Re: Compiling fails on JDK 1.3

2008-10-16 Thread Steve Loughran
Stefan Bodewig wrote: On Fri, 10 Oct 2008, Jan Materne <[EMAIL PROTECTED]> wrote: I tried a build on JDK 1.3/WinXP-SP2, but that failed. The constructor FileOutputStream(File, boolean) was added in JDK 1.4. Should be easy to fix, I'm just not sure whether it needs to be.

Re: AW: Compiling fails on JDK 1.3

2008-10-14 Thread Matt Benson
I am in the middle of fixing that, actually. It's just that it's wrapped up with some new changes I have pending. -Matt --- [EMAIL PROTECTED] wrote: > >Do you want to fix the JDK 1.3 issues in trunk (I > don't have a > >1.3 JDK around anymore and am too lazy to install > one right now) or > >sh

Re: Compiling fails on JDK 1.3

2008-10-14 Thread Stefan Bodewig
On Tue, 14 Oct 2008, Peter Reilly <[EMAIL PROTECTED]> wrote: > On Tue, Oct 14, 2008 at 8:40 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 14 Oct 2008, Jan Materne <[EMAIL PROTECTED]> wrote: >> >>> Should we post these info in a more prominent place instead of a >>> mailinglist-search? >

Re: Compiling fails on JDK 1.3

2008-10-14 Thread Peter Reilly
On Tue, Oct 14, 2008 at 8:40 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 14 Oct 2008, Jan Materne <[EMAIL PROTECTED]> wrote: > >> I found the vote that we dropped Java 1.2 >> http://marc.info/?l=ant-dev&m=117794737813795&w=2 > > Great, thanks. > > >> Should we post these info in a more

AW: Compiling fails on JDK 1.3

2008-10-14 Thread Jan.Materne
>Do you want to fix the JDK 1.3 issues in trunk (I don't have a >1.3 JDK around anymore and am too lazy to install one right now) or >should we wait for the thread's outcome? I think it is too much work for getting JDK 1.3 compliance if we want to get rid off 1.3. And Trunk is the parent of 1.7.2

Re: Compiling fails on JDK 1.3

2008-10-14 Thread Stefan Bodewig
On Tue, 14 Oct 2008, Jan Materne <[EMAIL PROTECTED]> wrote: > I found the vote that we dropped Java 1.2 > http://marc.info/?l=ant-dev&m=117794737813795&w=2 Great, thanks. > Should we post these info in a more prominent place instead of a > mailinglist-search? absolutely, and we probably should

AW: Compiling fails on JDK 1.3

2008-10-13 Thread Jan.Materne
ilinglist-search? Like FAQ? Jan >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 14. Oktober 2008 06:27 >An: dev@ant.apache.org >Betreff: Re: Compiling fails on JDK 1.3 > >On Fri, 10 Oct 2008, Jan Materne <[EMAIL PROTEC

Re: Compiling fails on JDK 1.3

2008-10-13 Thread Stefan Bodewig
On Fri, 10 Oct 2008, Jan Materne <[EMAIL PROTECTED]> wrote: > I tried a build on JDK 1.3/WinXP-SP2, but that failed. The > constructor FileOutputStream(File, boolean) was added in JDK 1.4. Should be easy to fix, I'm just not sure whether it needs to be.

Compiling fails on JDK 1.3

2008-10-10 Thread Jan.Materne
I tried a build on JDK 1.3/WinXP-SP2, but that failed. The constructor FileOutputStream(File, boolean) was added in JDK 1.4. Jan Java-Home: c:\jdk\130 java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C) Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode) ..