Re: Missing class

2009-07-29 Thread Musachy Barroso
the problem is that it then becomes a transitive dependency. (even when market as "optional") musachy On Wed, Jul 29, 2009 at 12:20 PM, Lukasz Lenart wrote: > 2009/7/29 Musachy Barroso : >> hum..interesting..let me try to delete asm from my repo and see if it >> doesn't shade the classes. > > I t

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso : > hum..interesting..let me try to delete asm from my repo and see if it > doesn't shade the classes. I think I found the reason - in parent pom, the asm was marked as a provided. When I removed that I was able to built package with shaded asm ;-) Someone can confirm th

Re: Missing class

2009-07-29 Thread Musachy Barroso
hum..interesting..let me try to delete asm from my repo and see if it doesn't shade the classes. musachy On Wed, Jul 29, 2009 at 11:34 AM, Lukasz Lenart wrote: > 2009/7/29 Musachy Barroso : >> Not sure what is going on, "it works for me", and if the classes are >> getting shadowed properly, they

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso : > 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

Re: Missing class

2009-07-29 Thread Musachy Barroso
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. On Wed, Jul 29, 2009 at 11:20 AM, Lukasz Lenart wrote: > 2009/7/29 Musachy Barroso : >> It works for me, one thing that is weird, it should be complaining >> about n

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso : > It works for me, one thing that is weird, it should be complaining > about not finding the shadowed class, like > "org/objectweb/asm/xwork/ClassVisitor" instead of the original class > "org/objectweb/asm/ClassVisitor". Check your xwork jars and see if the > shadowed cl

Re: Missing class

2009-07-29 Thread Musachy Barroso
meh, not really. On Wed, Jul 29, 2009 at 11:10 AM, Lukasz Lenart wrote: > 2009/7/29 Rainer Hermanns : >> Yes, it should be in sync... > > So I can make my first commit to Struts2 ;-) Should I prepare JIRA > ticket for that? > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > http://dailylog.

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Rainer Hermanns : > Yes, it should be in sync... So I can make my first commit to Struts2 ;-) Should I prepare JIRA ticket for that? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ - To uns

Re: Missing class

2009-07-29 Thread Musachy Barroso
someone forgot to update that.../rolls_eyes :) musachy On Wed, Jul 29, 2009 at 11:05 AM, Rainer Hermanns wrote: > Yes, it should be in sync... > Rainer >> I found one think in struts2-core pom.xml - unpack goal use >> xwork-core-2.1.4 but the whole project depend on xwork-2.1.5-SNAPSHOT. >> >> Sh

Re: Missing class

2009-07-29 Thread Rainer Hermanns
Yes, it should be in sync... Rainer > I found one think in struts2-core pom.xml - unpack goal use > xwork-core-2.1.4 but the whole project depend on xwork-2.1.5-SNAPSHOT. > > Shouldn't it be in sync? > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > http://dailylog.lenart.org.pl/ > > --

Re: Missing class

2009-07-29 Thread Lukasz Lenart
I found one think in struts2-core pom.xml - unpack goal use xwork-core-2.1.4 but the whole project depend on xwork-2.1.5-SNAPSHOT. Shouldn't it be in sync? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ ---

Re: Missing class

2009-07-29 Thread Musachy Barroso
It works for me, one thing that is weird, it should be complaining about not finding the shadowed class, like "org/objectweb/asm/xwork/ClassVisitor" instead of the original class "org/objectweb/asm/ClassVisitor". Check your xwork jars and see if the shadowed classes are there. On Wed, Jul 29, 2009

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso : > did you update/build convention? Yes, I updated it but when tried to install two tests are falling: testActionPackages(org.apache.struts2.convention.PackageBasedActionConfigBuilderTest) Time elapsed: 0.078 sec <<< ERROR! java.lang.NoClassDefFoundError: org/objectwe

Re: Missing class

2009-07-29 Thread Musachy Barroso
did you update/build convention? On Wed, Jul 29, 2009 at 9:53 AM, Lukasz Lenart wrote: > Hi, > > I build my custom Xwork distro and tried to use it with Struts > 2.1.8-SNAPSHOT but I've got such exception from Convention plugin: > > java.lang.NoClassDefFoundError: org/objectweb/asm/xwork/ClassVisi

Missing class

2009-07-29 Thread Lukasz Lenart
Hi, I build my custom Xwork distro and tried to use it with Struts 2.1.8-SNAPSHOT but I've got such exception from Convention plugin: java.lang.NoClassDefFoundError: org/objectweb/asm/xwork/ClassVisitor at org.apache.struts2.convention.PackageBasedActionConfigBuilder.findActions(PackageB