On Mar 10, 2007, at 20:36, Andreas L Delmelle wrote:

On Mar 10, 2007, at 20:08, Thomas Zastrow wrote:
<snip />
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?

This just occurred to me:
Did you recompile after running 'ant codegen'? (ant compile)
If you're referencing FOP as a compiled JAR in your own project:
Did you recreate the JAR? (ant package)


Cheers,

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to