As stated in the NetBeans section of WIKI page Andreas pointed you to you need to 'do a command line build of FOP using ant' before going through the IDE setup. This is required (only once) to get the generated source files (<fop>/build/gensrc).
Manuel > -----Original Message----- > From: Andreas Delmelle [mailto:[EMAIL PROTECTED] > Sent: Sunday, 27 January 2008 7:48 AM > To: [email protected] > Subject: Re: Using Preview Panel > > On Jan 26, 2008, at 19:42, david Beer wrote: > > > > <snip /> > > > > > > > >> If you want to get the full picture, try setting up FOP in an IDE > >> (see http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide), and > >> debug/step through the code in a session with the arguments: "-fo > >> {your_fo} -awt" > >> > >> > >> > > > > When i tried to look at the source in the Netbeans IDE I was > > missing some > > packages related to fonts and others so could not compile the > > source to > > debug. > > > > Those are normally generated via XSLT at build time. See the > 'codegen' target in build.xml. > > HTH! > > Andreas > > > --------------------------------------------------------------------- > 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]
