Maxime B?gnis wrote: > Hussein Shafie a ?crit : >> Maxime B?gnis wrote: >>> error message: >>> >>> java.lang.NoClassDefFoundError : >>> org/apache/xml/utils/URI$MalformedURIException.class >>> >>> I made it work by adding the xalan.jar library 'by hand' in the >>> add-on folder though. >>> >>> Does anyone know where the problem comes from? >>> >> * xalan.jar is definitely not needed. >> >> * This problem is almost certainly caused by your working environment. >> Needless to say that we cannot reproduce this problem here, with our >> own working environment. >> >> * You are not the first user to report such problem but I don't >> remember its exact cause. Sorry for that. I would say that you have >> copied a fop.jar, xalan.jar and/or xerces.jar to jre/lib/ext/ (more >> info. in >> http://java.sun.com/docs/books/tutorial/ext/basics/install.html) and >> that these .jar files get in the way. >> > hi, I found the reason of this problem: > > there was a folder named '<user-home>/.fop/' which was containing the > file 'fop-fonts.cache' > > when I erase this folder, XXE makes the compilation with no error > when I put it back, the error comes back >
Thank you very much for this diagnostic. This time, I'm sure that we'll remember this problem and its cause. However, we will not fix this problem because we do not want to bundle xalan.jar (which contains org/apache/xml/utils/*.class) with the FOP plug-in.

