Re: HEAD compile problem with JDK 1.3

2004-11-18 Thread Glen Mazza
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > > Anyway, what's the point of having the constants > both in > the Constants interface and nested interfaces? I'm > confused. > I originally wanted to retain it just to make the code better self-documenting. One can see the constants relevant for

Re: HEAD compile problem with JDK 1.3

2004-11-18 Thread J.Pietschmann
Glen Mazza wrote: No--I think it is that Leader, by being a subclass of FObj, implements the Constants interface, which has a (class?) called LeaderPattern. An inner interface. (I'm unsure why it doesn't work in 1.3--that is strange.) Me too. Java 1.3 didn't recognize the identifier LeaderPattern,

Re: HEAD compile problem with JDK 1.3

2004-11-16 Thread Glen Mazza
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Hi, > I tried to compile Fop HEAD with JDK 1.3 (1.3.1_08) > and got > loads of errors like > [javac] > ...\fop\src\java\org\apache\fop\fo\flow\Leader.java:112: >Constant expression required. > [javac] case LeaderPattern.SPACE: