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 file build.bat are:
build clean (delete the \fop directory build javadocs (create Javadocumentation) build (creates all sources, compiles them and builds fop.jar) if the build process runs succesfully you#ll get all sources, including the ones you're missing. Regards Markus Sch�ffler > 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 there. > > > -----Original Message----- > From: Ashish Arte [mailto:[EMAIL PROTECTED] > Sent: Friday, January 17, 2003 9:45 AM > To: [EMAIL PROTECTED] > Subject: Compiling fop > > > Hi all, > > I am trying to compile fop-0-20-5 locally, and it requires many java > files under org/apache/fop/fo/properties/ and they are not present in > any other versions. Is there any way I can change this compilation ? > Are these files required for generating fop.jar. > > Thank you, > > Ashish > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ------------------------------------------------------ +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr f�r 1 ct/ Min. surfen! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
