Lally Singh napisaĆ(a): > 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: > <snip/>
Ah, it's normal Maven's behavior to check for updated snapshot artifacts in repositories that are defined as being ones that serve snapshot versions. You can completely ignore it. Have you tried to create new block from scratch and find out if it works? Go to tools/archetypes and build them before you try to do this. Here are instructions: http://cocoon.zones.apache.org/daisy/cdocs-site-main/g2/1159.html. Replace -M* versions with SNAPSHOT while following them. Also please show me pom.xml of your application. If it will not help me with tracking the problem you'll have to mvn -X output and Cocoon's logs but let's try simpler options first. -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
