Hi adrian,

Thanks for the help.

A more Java proficient colleage, who's not in the country this week, told me
i had to try/catch exceptions in Java. That seems to have stopped eclipse
telling me there is an Unhandled Exception. It still however doesn't seem to
pick up "Trebuchet MS". So were still stuck sadly,

Looking at the trunk version:
http://xmlgraphics.apache.org/fop/trunk/fonts.html

it seems that either the new <directory /> or (perhaps better)
the <auto-detect /> elements inside <fonts> could be really benificient to
us?

Is it just a matter of updating the libraries and FopServlet.class and
recompile or are there any changes in the FopServlet class that makes our
servlet code for 0.93 obsolete ?
http://xmlgraphics.apache.org/fop/trunk/upgrading.html seems to be the same
as the upgrading page for 0.93.

Thanks in advance.


On 8/23/07, Adrian Cumiskey <[EMAIL PROTECTED]> wrote:
>
> Hi Martijn,
>
> Martijn Laarman wrote:
> > Adrien Cumiskey , what exactly do you mean with "a trunk version of FOP"
> > ?
>
> This just means you are using the 'latest and greatest' FOP code built
> from the Apache source repository (rather than a recognised official
> version).
>
> It sounds like you might be running with 0.93, is this correct?  It
> might be worth you (just for sanities sake) testing your temp File
> variable references something valid too..
>
> File temp = new File("E:/FOPCONF/testconfig.xml");
> if (temp.isFile() && temp.canRead()) {
>        System.out.println(temp + " is ok");
> }
>
> It would also be helpful for everyone if you could provide a full
> exception stack trace for the SAXException you are experiencing when
> invoking this.fopFactory.setUserConfig(temp).
>
> Adrian.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to