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' removal.  However I 
think
             we probably need to just switch to a simple LinkedList 
perhaps with
             a matching set (to avoid duplicate adds, I'm not sure if this 
can happen).

        2) The use of 'RuntimeException' with the 'cause' Throwable.  This 
isn't
                     available in 1.3.  We could subclass or just use the 
'causes' message
            to fill the RuntimeException.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to