RE: Almost there...

2005-08-09 Thread Bielik, Robert
If anyone is interested, I got everything to work eventually. SVG rendering seemed impossible with the JDK (1.3.0) that accompanied JBuilder 4, but using 1.3.1_16 works OK (with JBuilder also). Also using jaxp 1.2.2 for the xml/xslt stuff (i.e. not the versions contained in fop 0.20.5). The big

Re: Font loading part 2

2005-08-09 Thread Jeremias Maerki
Well, it's a relative path. You'd need to make sure that the base directory is set correctly, so the labeling.jar can be found in the first place. On 08.08.2005 15:26:07 Peter Verhoye wrote: > About this mail: > > When I use the following: > > jar:file://labeling.jar!/fonts/metrics/arial.xml >

Re: Font loading part 2

2005-08-09 Thread Jeremias Maerki
The easiest thing is probably to hack URLBuilder (again) and define an interface (or use URIResolver or EntityResolver) that lets you do custom URI resolution. Then you create an implementation of that interface for both deployment variants so you can use logical names (URIs) for the resources and