Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-17 Thread bonekrusher
Hi Ulrich, Did you run an ant build first? Phil -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21515322.html Sent from the FOP - Dev mailing list archive at Nabble.com.

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

2009-01-17 Thread Peter B. West
Jeremias Maerki wrote: That's weird. It works for me (well, I'm not using NetBeans) and for Gump, too. Line 355, that's the eventResourceGenerator for the event processing stuff. That task uses the normal classpaths set up for FOP: all JARs (*.jar) in lib and lib/build plus some compiled

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

2009-01-17 Thread bonekrusher
Can you provide a list of jars in your trunk/lib directory? -- View this message in context: http://www.nabble.com/Configuring-Netbeans---missing--org.apache.fop.fonts-tp21126843p21516009.html Sent from the FOP - Dev mailing list archive at Nabble.com.

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

2009-01-17 Thread Jeremias Maerki
I have no idea what's going wrong. It seems to work for everyone else. In my log output with Ant 1.7 and the -d option I get different log output. For example, Ant includes the full classpath for the javac task in the resourcegen target which doesn't seem to happen on your end. But unfortunately,