On 3/29/07, Grzegorz Kossakowski <[EMAIL PROTECTED]> wrote:
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.
Thanks. A whole new webapp and block worked fine, although they seemed to just go ahead and download all of cocoon from repo1.maven.org. E.g.: Downloading: http://people.apache.org/builds/cocoon/org/apache/cocoon/cocoon-pipeline-impl/1.0.0-M1/cocoon-pipeline-impl-1.0.0-M1.jar [WARNING] Unable to get resource 'org.apache.cocoon:cocoon-pipeline-impl:jar:1.0.0-M1' from repository cocoon.staging (http://people.apache.org/builds/cocoon) Downloading: http://repo1.maven.org/maven2/org/apache/cocoon/cocoon-pipeline-impl/1.0.0-M1/cocoon-pipeline-impl-1.0.0-M1.jar 205K downloaded As for my Pom, I've got 1 parent pom (whole) & 3 blocks (the rest). All my complexity's in qgenerator. cocoonapp.pom's just the app, dbconnection's an empty skeleton. Thanks again for your help, -ls
whole.pom
Description: Binary data
qgenerator.pom
Description: Binary data
dbconnection.pom
Description: Binary data
cocoonapp.pom
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
