library) to use ? Some example would be welcomed. I am still a beginner in
this field. Thanks.
[EMAIL PROTECTED]
rcz.cz Komu: [EMAIL PROTECTED]
Kopie:
18.11.2002 Pø
ECTED]
Kopie:
18.11.2002 Předmět: Strange error when
upgrading from 0.20.3 to 0.20.4
[EMAIL PROTECTED] wrote:
- What is second logger ?
See at FOPServlet.java example:
import org.apache.avalon.framework.logger.ConsoleLogger;
import org.apache.avalon.framework.logger.Logger;
...
Logger log = new ConsoleLogger(ConsoleLogger.LEVEL_WARN);
MessageHandler.setScreenLogger(log);
driver.set
Předmět: Re: Strange error when
upgrading from 0.20.3 to 0.20.4
18.11.2002 12:24
[EMAIL PROTECTED] wrote:
When I do this in servlet, following error appears:
[INFO]: building formatting object tree
[INFO]: [1]- the logging stops here
java.lang.NullPointerException int
org.apache.fop.render.pdf.fonts.LazyFont.getAscender(int) int
Looks like somewhinh goes
That's probably a follow-up error because a font could not be loaded. If
you run your sample form the command line with the -d option, you should
get a better error message. Maybe you didn't set the second logger in
the MessageHandler class correctly because that's where the original
error message
I am trying to upgrade FOP from version 0.20.3 to 0.20.4 . I use Oracle's
JDeveloper 9i
To my project I added all libraries, which I found in fop.bat :
fop.jar
batik.jar
xalan-2.3.1.jar
xercesImpl-2.0.1.jar
xml-apis.jar
avalon-framework-cvs-20020315.jar
logkit-1.0.jar
When I process my FO file b