RE: Compiling fop

2003-01-17 Thread m . schaeffler
Look at http://xml.apache.org/fop/compiling.html for information on compiling fop. Do you know that the fop source and binary distribution comes precompiled? You normaly don't have to compile it yourself. but if you need to compile it: The most used commands to build fop by using Ant and the batch

RE: Compiling fop

2003-01-17 Thread George Yi
Did you use the "build" batch file to compile or just use another IDE to compile? Some source files have to be generated by ants before you can compile whole project. What I did is to run "build" first, then drag folder src under build to a new place. I have been able to compile the project from t