Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 5083 invoked from network); 11 Jul 2007 06:03:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2007 06:03:58 -0000 Received: (qmail 93060 invoked by uid 500); 11 Jul 2007 06:03:57 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 92969 invoked by uid 500); 11 Jul 2007 06:03:57 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 92958 invoked by uid 99); 11 Jul 2007 06:03:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 23:03:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [66.51.199.25] (HELO mail1.dslextreme.com) (66.51.199.25) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Jul 2007 23:03:53 -0700 Received: (qmail 25521 invoked from network); 11 Jul 2007 06:03:32 -0000 Received: from unknown (HELO [127.0.0.1]) (66.51.196.164) by mail1.dslextreme.com with (RC4-MD5 encrypted) SMTP; Tue, 10 Jul 2007 23:03:32 -0700 Message-ID: <469472AF.8040405@dslextreme.com> Date: Tue, 10 Jul 2007 23:03:27 -0700 From: Ralph Goers Reply-To: rgoers@apache.org User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Can't build trunk Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I checked out the latest and ran mvn -Dmaven.test.skip=true -P allblocks install on Windows using Maven 2.0.6 and Java 1.6.0_01. Any ideas? [INFO] Building cocoon-acegisecurity [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [enforcer:enforce-once {execution: enforce-maven}] [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] Preparing cocoon:rcl [WARNING] Removing: rcl from forked lifecycle, to prevent recursive invocation. [INFO] [enforcer:enforce-once {execution: enforce-maven}] [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [cocoon:rcl {execution: rcl}] [INFO] Creating a reloading Cocoon web application. [INFO] Deploying string-template to WEB-INF/log4j.xml [INFO] snapshot org.apache.cocoon:cocoon-rcl-webapp-wrapper:1.0.0-RC1-SNAPSHOT: checking for updates from apache.snapsh ts Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-rcl-webapp-wrapper/1.0.0-RC1 SNAPSHOT/cocoon-rcl-webapp-wrapper-1.0.0-RC1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.cocoon -DartifactId=cocoon-rcl-webapp-wrapper \ -Dversion=1.0.0-RC1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) unspecified:unspecified:jar:0.0 2) org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT ---------- 1 required artifact is missing. for artifact: unspecified:unspecified:jar:0.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)