On 3/28/07, Grzegorz Kossakowski <[EMAIL PROTECTED]> wrote:
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

I updated my dependencies from spring 2.0.2 to 2.0.3, spring-core was
already listed as a direct dependency.

Maven 2.0.5
It's an app I created in January, using the blocks available then.
Here's a list of what download messages I got when rebuilding my app:
[INFO] snapshot org.apache.cocoon:cocoon-core:2.2.0-RC1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon:4-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-pipeline-components:1.0.0-RC1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-pipeline-impl:1.0.0-RC1-SNAPSHOT: checking
for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-pipeline-api:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-util:1.0.0-RC1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-xml-api:1.0.0-RC1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-sitemap-components:1.0.0-RC1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-sitemap-impl:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-sitemap-api:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-thread-api:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-xml-resolver:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-xml-impl:1.0.0-RC1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-store-impl:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-thread-impl:1.0.0-RC1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-blocks-fw-impl:1.0.0-M2-SNAPSHOT: checking
for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-template-impl:1.0.0-RC1-SNAPSHOT: checking
for updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-blocks-modules:4-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-flowscript-impl:1.0.0-RC1-SNAPSHOT: checking
for updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-xsp-impl:1.0.0-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-xsp:1-SNAPSHOT: checking for
updates from apache.snapshot
[INFO] snapshot
org.apache.cocoon:cocoon-spring-configurator:1.0.1-SNAPSHOT: checking
for updates from apache.snapshot

Thanks for your help!

Reply via email to