You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bobby abraham <bo...@thoughtfulpeople.com> on 2004/11/01 04:58:58 UTC

HEAD does not compile under jdk 1.5

Current source code does not compile under J2SE 5 due to the use of variables 
called "enum".  This is now a reserved word.

These errors are inside the org.apache.fop.render.rtf package.

thank you

-- 
bobby abraham

Re: HEAD does not compile under jdk 1.5

Posted by Jeremias Maerki <de...@greenmail.ch>.
Fixed.

On 01.11.2004 04:58:58 bobby abraham wrote:
> Current source code does not compile under J2SE 5 due to the use of variables 
> called "enum".  This is now a reserved word.
> 
> These errors are inside the org.apache.fop.render.rtf package.


Jeremias Maerki