2009/7/29 Musachy Barroso <musa...@gmail.com>:
> Not sure what is going on, "it works for me", and if the classes are
> getting shadowed properly, they should be inside the xwork jar.

I cleaned up my local Maven repo, rebuild and reinstall xwork and I
checked the built jar - it's missing shaded asm but it has shaded
commons ;-(

The xwork-core pom.xml has:
<exclude>asm:asm-util</exclude>

and
<relocation>
    <pattern>org.objectweb.asm</pattern>
    <shadedPattern>org.objectweb.asm.xwork</shadedPattern>
</relocation>

so it should be ok.

I've looked to my repo again and discovered that it's missing
org/objectweb directory, should I first install asm or what?


Regards
-- 
Lukasz
http://www.lenart.org.pl/
http://dailylog.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to