Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread bonekrusher
Hi, Hope you may help me out. I am configuring netbeans 6.5 with the latest FOP trunk. I am getting an import error for the following: import org.apache.fop.fonts.*; and import javax.media.* However, I am able to do a clean build in ant. How can I resolve these in netbeans? Thanks, Phil

RE: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread Manuel Mall
Fop has some generated source files which the ant build creates. Run your ant build first then add the generated sources (build/gensrc) to NetBeans as a second source directory. See also http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide. Manuel -Original Message- From:

RE: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread bonekrusher
Thanks, That has resolved the issue with the fonts. I still am missing: import javax.media.jai.* According to the wiki, there needs to be a source package folder called src/java-1.4 However, I can't seem to find it. Any thoughts? Phil -- View this message in context:

RE: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread bonekrusher
Never mind I had to download jai-1_1_2_01-lib-windows-i586.exe From: https://jai.dev.java.net/binary-builds.html The wiki is a little outdated. Regards, Phil -- View this message in context:

DO NOT REPLY [Bug 46336] Synchronization fault in FontInfoFinder

2008-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46336 --- Comment #6 from Andreas L. Delmelle adelme...@apache.org 2008-12-22 16:03:38 PST --- Created an attachment (id=23047) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23047) patch proposal Another attempt, slightly

DO NOT REPLY [Bug 46336] Synchronization fault in FontInfoFinder

2008-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46336 Andreas L. Delmelle adelme...@apache.org changed: What|Removed |Added Attachment #23047|0 |1

DO NOT REPLY [Bug 46336] Synchronization fault in FontInfoFinder

2008-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46336 Andreas L. Delmelle adelme...@apache.org changed: What|Removed |Added Attachment #23048|0 |1

Re: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread Peter B. West
I just tried to do a clean checkout, build and create a NetBeans project. Form a previous experience, I put ant.jar. qdox.jar and XMLUnit.jar in the lib directory, and tried to build 'package' from the command line. Got a class not found fro XMLizable in one of the event producer tasks. Manuel

Re: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread Jeremias Maerki
XMLizable is in xmlgraphics-commons.jar. On 23.12.2008 05:19:25 Peter B. West wrote: I just tried to do a clean checkout, build and create a NetBeans project. Form a previous experience, I put ant.jar. qdox.jar and XMLUnit.jar in the lib directory, and tried to build 'package' from the