> -----Original Message----- > From: Randall Parker [mailto:[EMAIL PROTECTED] > > I'm using 0.20.5. But I'm just switching to that version having last > worked on this program with a version of FOP from over 2 years ago. > Previously I was using JBuilder v5 and the older FOP and now with > JBuilder X (JDK 1.4.x) and the latest FOP I'm getting a compiler error > where I previously didn't. > > I can switch to using the other constructor which has more arguments.
Well.. don't know if this would really make a difference, as basically the same thing (a bit more) happens in there. Puzzles me a bit why you would get an error like that.. I peeked around a bit and noticed the class in question subclasses Batik's batik.ext.awt.g2d.AbstractGraphics2D. The constructor you wanted to use does no more than call super() passing it the supplied boolean. The superclass constructor is also defined as public (in Batik 1.5 that is; maybe not in the version shipped with your FOP(?)), and all *that* constructor does is set the value of the protected member variable textAsShapes... > Getting the source: Well, that is the next stop. I just started with the binary version. Yeah, that's what Open-Source is all about, not? Nose around, tweak it yourself, and share the experience if it's any good.. Have fun! Cheers, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
