Lally Singh napisaĆ(a): > Hey all, I just did an SVN update on my cocoon dir, and got an old > problem all over again, > > NoSuchMethodError: > org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.build > > > (the whole thing's below) > > In my attempts to track down what's causing this, I've rebuilt cocoon > quite a few times, trying to make sure I was getting a clean build of > all this. One thing bugs me: both the cocoon build and my own > webapp's build keep trying to download modules that are part of cocoon > from apache.snapshots. > > Is it possible that some of the various maven subprojects in cocoon > depend on older versions of each other, thusly invoking the download? > > I donno, I'm pulling at straws here. But somethings' gotta be up when > I'm getting the same NoSuchMethodError I got a month ago for a vastly > different source base. > > Thanks in advance for your help,
Few questions: 1. What Maven version do you use? 2. Do you try to run an existing application or have created completely new block after update? 3. What modules are loaded from apache.snapshots? Output from mvn with -X option may prove to be helpful but let's try to figure out your exact problem first Also take a look on this[1] and check if something similar does not hit you, or let me check... [1] http://thread.gmane.org/gmane.text.xml.cocoon.cvs/23846 -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
