https://issues.apache.org/bugzilla/show_bug.cgi?id=44600
--- Comment #7 from Sebb <[EMAIL PROTECTED]> 2008-03-22 07:23:46 PST --- Yes, it's not easy to do. The code needs to compile on 1.4 and run on 1.4+. I think the only way to do it is to use reflection to see if the method exists, and use it if so; if not, then revert to the default. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
