The jar-complete ant target currently renames the ASM classes (org.objectweb.*), but not classes for Joda Time, JNA, and other external libs. Is there a reason not to rename the others? For orgs like mine, which prefer not to modify imported open source libs, it would be helpful if all external dependencies were also renamed, to avoid classpath conflicts.
I can change this, but wanted to check first whether anyone sees a reason not to do so. -Bill