Re: FOP trunk error message when run from ant

2010-07-07 Thread Craig Ringer
On 07/07/10 17:18, Jeremias Maerki wrote: > Craig, > > what you'd like is actually available. Please see: > http://xmlgraphics.apache.org/fop/0.95/fonts.html#autodetect > > It allows to create JARs containing custom fonts which FOP will > automatically make available. Ah, brilliant. Thanks for t

Re: FOP trunk error message when run from ant

2010-07-07 Thread Jeremias Maerki
On 07.07.2010 14:41:23 Eric Douglas wrote: > > > -Original Message- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: Wednesday, July 07, 2010 5:17 AM > To: fop-users@xmlgraphics.apache.org > Subject: Re: FOP trunk error message when run

RE: FOP trunk error message when run from ant

2010-07-07 Thread Eric Douglas
-Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Wednesday, July 07, 2010 5:17 AM To: fop-users@xmlgraphics.apache.org Subject: Re: FOP trunk error message when run from ant Hi Eric ... > What are you referring to? I don't see any b

RE: FOP trunk error message when run from ant

2010-07-07 Thread Mario Madunic
; Publishing Specialist > New Flyer Industries > > -Original Message- > From: Mario Madunic [mailto:mario_madu...@newflyer.com] > Sent: Thursday, July 01, 2010 1:26 PM > To: fop-users@xmlgraphics.apache.org > Subject: RE: FOP trunk error message when run from ant >

Re: FOP trunk error message when run from ant

2010-07-07 Thread Jeremias Maerki
Craig, what you'd like is actually available. Please see: http://xmlgraphics.apache.org/fop/0.95/fonts.html#autodetect It allows to create JARs containing custom fonts which FOP will automatically make available. On 06.07.2010 03:34:19 Craig Ringer wrote: > On 06/07/10 00:18, Chris Bowditch wrot

Re: FOP trunk error message when run from ant

2010-07-07 Thread Jeremias Maerki
Hi Eric On 06.07.2010 14:35:11 Eric Douglas wrote: > Chris, > > It seems to me the entire project is subject to change. Usually, people complain that too little is happening. But the only constant is change. ;-) > In fact going > from version 0.20 to 0.95 practically everything changed. It had

Re: FOP trunk error message when run from ant

2010-07-07 Thread Jeremias Maerki
; Publishing Specialist > New Flyer Industries > > -Original Message- > From: Mario Madunic [mailto:mario_madu...@newflyer.com] > Sent: Thursday, July 01, 2010 1:26 PM > To: fop-users@xmlgraphics.apache.org > Subject: RE: FOP trunk error message when run from ant >

RE: FOP trunk error message when run from ant

2010-07-06 Thread Mario Madunic
ay, July 01, 2010 1:26 PM To: fop-users@xmlgraphics.apache.org Subject: RE: FOP trunk error message when run from ant Thanks Eric, I removed the following jar from my ant181/lib xmlgraphics-commons-1.3.1 and copied over the 1.4 version. The graphic error msg is gone but now have an id referen

RE: FOP trunk error message when run from ant

2010-07-06 Thread Eric Douglas
s.apache.org Subject: Re: FOP trunk error message when run from ant Eric Douglas wrote: > I'm not suggesting that it wouldn't work, just that it sounds like > some ugly hack to combine the two methods, that the xconf file should > be required if you're calling FOP fr

Re: FOP trunk error message when run from ant

2010-07-05 Thread Craig Ringer
On 06/07/10 00:18, Chris Bowditch wrote: > I'm sorry but I don't agree that using the fop.xconf within an embedded > Java application is a ugly hack as you suggest. This is the intended way > of doing things. Some of the classes you have used in your mentioned > approach of loading fonts do not fo

Re: FOP trunk error message when run from ant

2010-07-05 Thread Chris Bowditch
FontMetrics which has a method getWidth. Thanks, Chris -Original Message- From: Jayant Ghagre [mailto:jayant.gha...@ambest.com] Sent: Friday, July 02, 2010 8:22 AM To: fop-users@xmlgraphics.apache.org Subject: RE: FOP trunk error message when run from ant Eric, In our case, w

RE: FOP trunk error message when run from ant

2010-07-02 Thread Eric Douglas
ds the font into a CustomFont which implements FontDescriptor which extends FontMetrics which has a method getWidth. -Original Message- From: Jayant Ghagre [mailto:jayant.gha...@ambest.com] Sent: Friday, July 02, 2010 8:22 AM To: fop-users@xmlgraphics.apache.org Subject: RE: FOP trunk error messa

RE: FOP trunk error message when run from ant

2010-07-02 Thread Jayant Ghagre
-| |> | Subject: | |> >----------------------------

RE: FOP trunk error message when run from ant

2010-07-01 Thread Eric Douglas
g Subject: RE: FOP trunk error message when run from ant Mario, Here's how I am using custom fonts. In my application folder I have created a folder "MyAppFonts" and copied all custom fonts in that folder. You can either refer to operating systems folder such as c:\windows\fonts. C

RE: FOP trunk error message when run from ant

2010-07-01 Thread Jayant Ghagre
---| |> | Subject: | |> >--------------------------

RE: FOP trunk error message when run from ant

2010-07-01 Thread Eric Douglas
ent: Thursday, July 01, 2010 2:26 PM To: fop-users@xmlgraphics.apache.org Subject: RE: FOP trunk error message when run from ant Thanks Eric, I removed the following jar from my ant181/lib xmlgraphics-commons-1.3.1 and copied over the 1.4 version. The graphic error msg is gone but now have an id reference error.

RE: FOP trunk error message when run from ant

2010-07-01 Thread Mario Madunic
e.com] Sent: Thursday, July 01, 2010 1:07 PM To: fop-users@xmlgraphics.apache.org Subject: RE: FOP trunk error message when run from ant Do you have the xmlgraphics-commons-1.4svn.jar in your trunk lib path? New method for calling fonts? Is this on embedding code or just on running from a command

RE: FOP trunk error message when run from ant

2010-07-01 Thread Eric Douglas
Do you have the xmlgraphics-commons-1.4svn.jar in your trunk lib path? New method for calling fonts? Is this on embedding code or just on running from a command line? I'm using the FOP classes with embedded code and my custom fonts are working nicely. -Original Message- From: Mario Madu