On Mar 10, 2007, at 20:08, Thomas Zastrow wrote:
Hi Tom,
When compiling a new class with the imports:
import org.apache.fop.apps.FopFactory;
import org.apache.fop.apps.Fop;
import org.apache.fop.apps.MimeConstants;
I got a lot of errors of this kind:
/home/zastrow/fop/source/trunk/src/java/org/apache/fop/fonts/
FontSetup.java:23: package org.apache.fop.fonts.base14 does not exist
import org.apache.fop.fonts.base14.Helvetica;
And, yes there aren't any classes like
org.apache.fop.fonts.base14 ... ??
Those should have been generated by the 'codegen' step in your
previous post...
Are you using the same source tree in both cases?
(Btw, is it OK to post questions regarding the code here on this
list?)
It depends.
If they're questions about your code, using FOP embedded in another
Java application, there is of course no objection whatsoever to
posting your questions here. In that case, you are 'using' FOP.
If they're questions related to FOP's own source code, we'd rather
see you subscribe to [EMAIL PROTECTED]
Questions about implementing extension elements maybe also belong
more on fop-dev@ than here, but that's a bit of a grey area.
I think your question is about trying to use FOP in an embedded
context, so keep them coming here... :)
Cheers,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]