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, thanks. Which page? I can't see a problem in
firefox on linux or mac, or on safari.

Peter


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: 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 example (which I'd like
 to keep operational) and both Barcode4J and JEuclid are open source and
 can therefore serve as additional examples for creating FOP plug-ins.

+1 for removing the MathML examples from the code base.


 On 18.01.2009 13:09:35 Simon Pepping wrote:
 Hi,

 I am not able to compile the MathML examples in examples/mathml, due
 to the non-existence of classes net.sourceforge.jeuclid.DOMMathBuilder
 and net.sourceforge.jeuclid.MathBase. Should these examples be
 upgraded or deprecated?

 Simon

 -- 
 Simon Pepping
 home page: http://www.leverkruid.eu
 
 
 
 
 Jeremias Maerki

Vincent


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 mean this example[1] ? It great increase the fo file size,
 and I use DocBook, don't know how to use this feather in xsl,
 can you give me some advice ?
 
 [1] http://www.zvon.org/HowTo/Output/FOP0.18.1_examples_character.php
 
 Dongsheng Song
 
 2009/1/16 Max Berger m...@berger.name:
 there is: please use fo:character, which should work just as expected.



-- 
http://max.berger.name/
OpenPGP ID: C93C5700 Fpr: AB6638CE472A499B3959 ADA2F989A2E5C93C5700



signature.asc
Description: OpenPGP digital signature


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
 the Plan Demo plug-in as the primary extension example (which I'd like
 to keep operational) and both Barcode4J and JEuclid are open source and
 can therefore serve as additional examples for creating FOP plug-ins.
 
 +1 for removing the MathML examples from the code base.

+1 here too, I am even volunteering to do it (I'd add a link to JEuclid
instead)

Max

-- 
http://max.berger.name/
OpenPGP ID: C93C5700 Fpr: AB6638CE472A499B3959 ADA2F989A2E5C93C5700



signature.asc
Description: OpenPGP digital signature


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 the build worked, but now it doesn't, there is a 
package org.apache.tools.ant missing.


Ulrich



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 be done before the first ant build.


Duh... strange. At first the build worked, but now it doesn't, there  
is a package org.apache.tools.ant missing.


When do you get this message exactly? FOP depends on Ant for the  
anttask (org.apache.fop.tools.*), and this is one dependency that we  
do not include in the distribution. So you'll have to make sure that  
ant.jar is somewhere in the classpath that is used when compiling the  
FOP sources.
You could set the 'optional.lib.dirs' property in $FOP_HOME$/ 
build.properties to include the path to ant.jar on your machine.



HTH!

Cheers

Andreas


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.