This is a big problem for third party libraries. I already removed equanda from my application to avoid these situations, now I'm tempted to let chenillekit go too. I only use it to a very limited extent. It's been a couple of months now with a rather stable 5.2, third parties should have had plenty of time to sort out trivial compatibility issues.
I know you guys are all volunteers, and you do a great job. This is a framework issue too, that version bumps cause third party libs to stop working... On Mon, Oct 18, 2010 at 5:00 PM, Vangel V. Ajanovski <a...@ii.edu.mk> wrote: > The chenillekit 1.3.0-snapshot that is found arround the net in maven > repositories is older version. The problem was fixed only 2-3 days ago. > You will have to wait till they publish a more recent 1.3.0-snapshot (it > should be dated later than 15th october). > > What I did is > I downloaded chenillekit source from subversion (using the commandline > svn published on their website) and then > mvn package -DskipTests=true > Some tests failed when building chenillekit-tapestry module, but I > disregarded it (thats why skipTests) and then I did > mvn install > So all the JAR are installed in my local mvn repo and now my application > works and I don't have any other problems. > > But from all of chenillekit I only use the Window component for popup > windows, so my case might not be representative. > I have also moved to Tapestry 5.2.2-SNAPSHOT and it still works. > > On 10/18/2010 04:31 PM, Zubair Nuamaan wrote: > > Hey, > > > > did you manage to find a fix for your problem? I updated to use the new > > Tapestry 5.2.1 and am getting the same error > > > > java.lang.NoClassDefFoundError: > > org/apache/tapestry5/internal/services/RequestPathOptimizer > > > > I also updated to chenelkit 1.3.0-sanpshot. > > > > Thanks, > > > > Zubair > > >