Re: Compiling with JDK 1.3

2006-08-15 Thread Jeremias Maerki
On 15.08.2006 13:55:20 thomas.deweese wrote: > Hi Cameron, > > Cameron McCormack <[EMAIL PROTECTED]> wrote on 08/15/2006 03:15:35 AM: > > > Thomas DeWeese: > > > I've noticed that the anim code doesn't currently compile under > JDK > > > 1.3. > > > > I probably should try compiling with

Re: Compiling with JDK 1.3

2006-08-15 Thread thomas . deweese
Hi Cameron, Cameron McCormack <[EMAIL PROTECTED]> wrote on 08/15/2006 03:15:35 AM: > Thomas DeWeese: > > I've noticed that the anim code doesn't currently compile under JDK > > 1.3. > > I probably should try compiling with 1.3 more often! It's becoming increasingly difficult to keep m

Re: Compiling with JDK 1.3

2006-08-15 Thread Cameron McCormack
Hi Thomas. Thomas DeWeese: > I've noticed that the anim code doesn't currently compile under JDK > 1.3. I probably should try compiling with 1.3 more often! > I've fixed a couple of the problems but there are two major issues: > > 1) The use of LinkedHashSet in the > batik.a

Compiling with JDK 1.3

2006-08-14 Thread thomas . deweese
Hi all, I've noticed that the anim code doesn't currently compile under JDK 1.3. I've fixed a couple of the problems but there are two major issues: 1) The use of LinkedHashSet in the batik.anim.timing.TimeContainer. This is tricky since we want the 'quick' remova