On Wed, 27 Jun 2001 18:38:11 Heiko Barthel wrote:
> I'm using FOP 0.19. My FO contains:
> <fo:external-graphic src="http://myhost/test.bmp"/>
>
> The problem is, host "myhost" requires form based authorization and holds
> session with cookies. so I get not "test.bmp" but a html page with the
> authorization form. FOP now tries to instantiate
> org.apache.batik.dom.svg.SAXSVGDocumentFactory and because I don't want
> "batik.jar" in my classpath I get a
> NoClassDefFoundError.
>
> Now the question: Is it possible to switch off usage of any class in
> batik.jar ?
The simple way would be to catch the NoClassDefFoundError, I'll have a look
at it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]