Can't jarjar or similar do this via byte code transform automatically as part of the build? On 21 Mar 2014 16:40, "Kalle Korhonen" <[email protected]> wrote:
> On Fri, Mar 21, 2014 at 3:57 AM, Bob Harner <[email protected]> wrote: > > > Kalle, can you list the steps you went through to do this? I'd like to > > document the process, since it isn't simply a matter of incrementing the > > version of a dependency. > > > > Sure. It was very simple actually: > 1) Have plastic module open on your favorite IDE > 2) Download an asm source release from http://forge.ow2.org/projects/asm/ > 3) untar the asm source, move the source tree (starting from "org") next to > plastic/src/external/java > 4) delete the existing package "org.apache.tapestry5.internal.plastic.asm" > 5) use the IDE to rename the "org.objectweb.asm" package to > "org.apache.tapestry5.internal.plastic.asm" > 6) fix compilation errors > > Naturally, your IDE needs to be smart enough to refactor the package names > in the class files accordingly. > > Kalle > > > > > On Mar 20, 2014 4:16 PM, "Kalle Korhonen" <[email protected]> > > wrote: > > > > > Sure, no problem. We still need it released but that might have to wait > > > till 5.4 GA release. Easy enough for those who need it to build it > > > themselves though. > > > > > > Kalle > > > > > > > > > On Thu, Mar 20, 2014 at 1:03 PM, Joachim Van der Auwera < > [email protected] > > > >wrote: > > > > > > > THanks Kalle for doing this. > > > > > > > > Kind regards, > > > > Joachim > > > > > > > > > > > > On 03/18/2014 08:32 PM, Joachim Van der Auwera wrote: > > > > > > > >> Java8 is now officially available. > > > >> ASM 5.0 has also been released (see http://forge.ow2.org/forum/ > > > >> forum.php?forum_id=2302) > > > >> > > > >> Could the ASM5 be integrated in Tapestry 5.4 and a new beta release > > > >> built? This way Tapestry could be used in Java8. > > > >> > > > >> Kind regards, > > > >> Joachim > > > >> > > > >> > --------------------------------------------------------------------- > > > >> To unsubscribe, e-mail: [email protected] > > > >> For additional commands, e-mail: [email protected] > > > >> > > > >> > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > >
