Re: Re: fop.jar, Service-registration mechanism, one-jar problem

2007-04-30 Thread b . ohnsorg
Thanks for the fast and extensive replies. I'll have a look at it and retry. Maybe a JavaDoc-comment makes it a bit easier being new to «funny things with service registration that's not so funny at all». - original Nachricht Betreff: Re: fop.jar, Service-registration

Re: fop.jar, Service-registration mechanism, one-jar problem

2007-04-26 Thread Jeremias Maerki
Plus, you may need to merge some text files inside /META-INF/services if you merge multiple JARs which may have files with the same name. BTW, FOP doesn't do "funny things" concerning renderer registration. This is a properly documented facility offered through Java. See here: http://java.sun.com/

Re: fop.jar, Service-registration mechanism, one-jar problem

2007-04-26 Thread Daniel Noll
[EMAIL PROTECTED] wrote: Now FOP does a funny thing with renderer-registration and I don't see the use for it. Instead of doing a sort of init process like: - create map > - register internal classes with MIMEs > - handover map to plugin concept you do something like "read entries from file f

fop.jar, Service-registration mechanism, one-jar problem

2007-04-26 Thread b . ohnsorg
Hi there, I maintain a sort of release notes application, that is capable of exporting release notes information to various formats. I tried to add FOP-support to it and failed. I'm limited to one-jar solutions, I'm not allowed to refer to any sort of external package. That's why I use a huge j