Re: Update ASM before 5.4 final?

2015-08-13 Thread Lance Java
Apart from repackaging... Is there anything special we do with ASM? Perhaps we could automate this using jarjar or shadow gradle plugins? On 12 Aug 2015 11:34, Jochen Kemnade jochen.kemn...@eddyson.de wrote: Hi, currently, we ship ASM 5.0.1 with plastic, the latest version is 5.0.4:

Re: Update ASM before 5.4 final?

2015-08-13 Thread Howard Lewis Ship
I'd love to automate it, but right now it is just manual. It would also be nice to analyze which subset of ASM classes we actually need, and exclude the rest. I believe I've done this in the past by just copying the sources as is under plastic/src/external, and then doing a package rename from

Update ASM before 5.4 final?

2015-08-12 Thread Jochen Kemnade
Hi, currently, we ship ASM 5.0.1 with plastic, the latest version is 5.0.4: http://asm.ow2.org/history.html. As the 5.4 release seems to be coming close (yeah!), I'd like to get that up-to-date. What's the current way to update the sources? Is it a completely manual process, as in download the