Bug 42980

Summary: [patch] Support for ClasspathResources
Product: XMLGraphicsCommons - Now in Jira Reporter: Max Berger <max>
Component: utilitiesAssignee: XML Graphics Project Mailing List <general>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: Trunk   
Target Milestone: --   
Hardware: Macintosh   
OS: Mac OS X 10.4   
Attachments: patch to support classpath resources

Description Max Berger 2007-07-26 08:44:46 UTC
This is the xmlgraphics-commons part of the patch discussed for the thread "Fonts in JAR
files" on fop-dev.
Comment 1 Max Berger 2007-07-26 08:45:53 UTC
Created attachment 20550 [details]
patch to support classpath resources

the actual patch
Comment 2 Jeremias Maerki 2007-10-08 01:57:26 UTC
Patch applied: http://svn.apache.org/viewvc?rev=582750&view=rev

Thanks, Max. Looks useful, though it may need some tweaking when we've had some
experience with it. If you look at Service.java, you'll see that there's a more
complex way to determine the right class loader. I've moved the class loader
determination into a separate private method and have adjusted the naming of the
singleton getter just a bit.