https://issues.apache.org/bugzilla/show_bug.cgi?id=32789
--- Comment #6 from J.Pietschmann <[email protected]> 2010-02-07 07:11:11 UTC --- (In reply to comment #5) > Why is distributing ICU4J with FOP a bit of a headache? The jar is somewhat largish (6MB), and only a small part will be used (although other parts are useful too, like Thai support). Anyway, bundling a dependency may be good for users which prefer a self contained installation but usually are a headache for people who want to package FOP with their products, therefore I'd like to restrict bundled jars to a "minimal guaranteed feature set." > Would you use Java Relection to test whether the ICU4J classes this patch uses > to support Arabic are available at run-time Yes. Testing for a single, typically used class should be sufficient. > and would you use reflection to > call the ICU4J methods if they are available? I don't think this is necessary, although I'm no longer on top of things when it comes to know when a JVM loads classes. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
