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

2009-01-19 Thread Peter B. West
Jeremias Maerki wrote: > Well, using the CLASSPATH env variable begs for trouble. I consider it a > mistake of Java 1.0 that has been carried on until today. Good thing you > found the problem. > > BTW, Peter, are you aware that the Folio website reports an error? > I wasn't aware of that, thank

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Ulrich Mayring
bonekrusher wrote: Hi Ulrich, Did you run an ant build first? Yes, that is exactly what I'm trying to do, but as I wrote it fails. Ulrich

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Peter B. West
Ulrich, The Fop code, as distributed, does not include any actual hyphenation data. The build generates a manifest-only fop-hyph.jar, which provides no actual tree. Your output probably has the following lines somewhere. jar-hyphenation: Building MANIFEST-only jar: /home/pbw/NetBeansProjects/fop

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Peter B. West
Ulrich, The Fop code, as distributed, does not include any actual hyphenation data. The build generates a manifest-only fop-hyph.jar, which provides no actual tree. Your output probably has the following lines somewhere. jar-hyphenation: Building MANIFEST-only jar: /home/pbw/NetBeansProjects/fop

Re: examples/mathml

2009-01-19 Thread Vincent Hennebert
Hi, Jeremias Maerki wrote: > The MathML plugin in FOP works with JEuclid 1.0. But since a lot of work > has gone into JEuclid over the past months and it now has its own > plug-in it may make sense to remove that part completely. We still have > the Plan Demo plug-in as the primary extension examp

Re: Character-by-character font selection strategy

2009-01-19 Thread Max Berger
Dongsheng, looks like you'll have to wait for proper character selection to be implemented - this should solve your problems. For now you could try to add a space between your characters and the rest of the word, or use a full unicode font such as DejaVu. Max Dongsheng Song schrieb: > Did you me

Re: examples/mathml

2009-01-19 Thread Max Berger
Dear Fop-Devs, Vincent Hennebert schrieb: > Hi, > > Jeremias Maerki wrote: >> The MathML plugin in FOP works with JEuclid 1.0. But since a lot of work >> has gone into JEuclid over the past months and it now has its own >> plug-in it may make sense to remove that part completely. We still have >>

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Ulrich Mayring
Peter B. West wrote: You must set up hyphenation from the OFFO site. http://offo.sourceforge.net/hyphenation/ Ok thanks, the build works now. Maybe the SetupGuide could be updated to mention that this has to be done before the first ant build. Ulrich

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Ulrich Mayring
Ulrich Mayring wrote: Peter B. West wrote: You must set up hyphenation from the OFFO site. http://offo.sourceforge.net/hyphenation/ Ok thanks, the build works now. Maybe the SetupGuide could be updated to mention that this has to be done before the first ant build. Duh... strange. At first

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Andreas Delmelle
On 19 Jan 2009, at 13:42, Ulrich Mayring wrote: Hi Ulrich Ulrich Mayring wrote: Peter B. West wrote: You must set up hyphenation from the OFFO site. http://offo.sourceforge.net/hyphenation/ Ok thanks, the build works now. Maybe the SetupGuide could be updated to mention that this has to

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread bonekrusher
I think you need to import the ant.jar - ant.jar (located in the ant director e.g. c:\ant\lib) -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21554946.html Sent from the FOP - Dev mailing list archive at Nabble.com.