On Thursday 05 October 2006 20:24, Lars Ivar Igesund wrote:
> Manuel Mall <manuel <at> apache.org> writes:
> > No, but given that 0.92beta works for me under Linux I still think
> > something else is wrong.
> >
> > Assuming you have a 'vanilla' 0.92beta installion available, that
> > is just the .tar.gz file expanded into its own (fop-0.92beta)
> > directory without any customizations. Now cd to that directory put
> > the .fo snippet into the same directory as let's say svg.fo and
> > then run ./fop svg.fo svg.pdf. This is what I did and it works
> > fine. If that doesn't work do
> > export FOP_OPTS=-verbose:class
> > ./fop svg.fo svg.pdf
> > this will dump all classloading activity.
> >
> > If it helps I can e-mail you the output I get for comparison.
>
> Ok, doing it this way works for me too. How can I set up -verbose in
> an embedded setting?
>
> Thank you very much so far, btw.
>

OK, its not a FOP problem then.

The -verbose:class option is NOT a FOP option but an option on the Java 
VM. You need to set it in the script that starts your embedded 
environment. My guess is that setting it in the embedded environment 
will give you a huge output which may be difficult to diagnose.

I still think you have a 'dodgy' XML parser or XSLT engine in your 
embedded environment. How does your environment start, where does it 
gets its classpath / jars from, ... You may have to dig into that.

> Regards,
> Lars Ivar Igesund
>

Manuel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to