Yes, please, because it's a lot easier to handle inside an IDE. You
simply define an additional source folder if you're on JDK 1.4, and you
don't get compile error on JDK 1.3.

On 09.03.2005 16:34:39 Glen Mazza wrote:
> --- Jeremias Maerki <[EMAIL PROTECTED]> wrote:
> > 
> > > > Otherwise, I'd rather use ImageIO even if it's
> > only available in JDKs
> > > > >=1.4.
> > > I thought FOP should be 1.3 compilant [3]? So how
> > do we go around that?
> > 
> > That's right. But nothing stops us from providing
> > additional code that's
> > JDK 1.4 dependent as long as it's not core
> > functionality and it's in a
> > separate directory (src/java-1.4).
> > 
> 
> BTW, does it have to be in a separate directory?  Can
> we keep it in the directory it would otherwise be in
> if FOP were 1.4-based but somehow alter the Ant
> scripts to help the 1.3-only users?
> 
> Glen



Jeremias Maerki

Reply via email to