On 12/05/2013 05:32 PM,
puntogil@xxxxxxxxx wrote:
my apologize, if i don't understad your suggestion Well groovyjarjarasm.asm.ClassWriter is in groovy-all.jar. It is a jar which bundles all its dependencies and among them shaded asm3. AFAIK, we don't build this jar in Fedora. But for rest of the groovy jars you can replace all "org.objectweb.asm" strings in groovy 1.8.9 sources with "org.objectweb.distroshaded.asm" and instead of "build-jar-repository objectweb-asm3/asm-tree" use "build-jar-repository objectweb-asm3/asm-tree-distroshaded". groovy uses asm3 internally, so then you can put groovy jars together with their dependencies (distroshaded asm3) on classpath of some other project (which requires asm4) and there won't be any asm3/asm4 conflicts. At least not caused by groovy. Regards Michal
|
-- java-devel mailing list java-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/java-devel