|
Hi everyone, I have just downloaded fop-0.92beta-src.zip from ftp://apache.mirrors.tds.net/pub/apache.org/xmlgraphics/fop/source/ I am running on windows platform, using eclipse 3.0 as IDE.
I have unzipped all the code in a folder and created a new project and added
all the external jar files present in the “lib” folder to the
project. When I do ant build, it builds up succesfully but I see a lot of
compile errors in there. Here are a few examples: 1. DOMMathBuilder cannot be resolved or is not a type MathMLElementMapping.java fop0.92beta/examples/mathml/src/org/apache/fop/mathml line
85 2. The import net cannot be resolved MathMLElement.java fop0.92beta/examples/mathml/src/org/apache/fop/mathml line
39 3. MathBase cannot be resolved or is not a type MathMLElement.java fop0.92beta/examples/mathml/src/org/apache/fop/mathml line
83 4. DOMMathBuilder cannot be resolved or is not a type MathMLElement.java fop0.92beta/examples/mathml/src/org/apache/fop/mathml line
84 5. The import net cannot be resolved MathMLElementMapping.java fop0.92beta/examples/mathml/src/org/apache/fop/mathml line
30 6. The import net cannot be resolved MathMLElementMapping.java fop0.92beta/examples/mathml/src/org/apache/fop/mathml line
31 I suppose this is due to some missing external libraries.
But I have added all of the jar files in the lib to the classpath (using
eclipse). Do I need to add someother ones aswell? Did anyone face a similar problem? Can some1 help? Thanks, ______________________________ Babar Ismail Software Engineer -- |
- 0.92beta not compiling after download Babar Ismail
- Re: 0.92beta not compiling after download Jeremias Maerki
- RE: 0.92beta not compiling after download Babar Ismail
- Re: 0.92beta not compiling after download Jeremias Maerki
