Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14BEF1089F for ; Mon, 1 Jul 2013 11:57:29 +0000 (UTC) Received: (qmail 25681 invoked by uid 500); 1 Jul 2013 11:57:28 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 25606 invoked by uid 500); 1 Jul 2013 11:57:25 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 25580 invoked by uid 99); 1 Jul 2013 11:57:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 11:57:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.schneider@euskill.com designates 193.107.56.67 as permitted sender) Received: from [193.107.56.67] (HELO mx1.euskill.com) (193.107.56.67) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 11:57:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mx1.euskill.com (Postfix) with ESMTP id 296B7FE13C for ; Mon, 1 Jul 2013 13:56:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.euskill.com Received: from mx1.euskill.com ([127.0.0.1]) by localhost (mx1.euskill.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7KDsBcOUUI91 for ; Mon, 1 Jul 2013 13:56:46 +0200 (CEST) Message-ID: <51D16E78.20602@euskill.com> Date: Mon, 01 Jul 2013 13:56:40 +0200 From: Thomas Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: dev@cloudstack.apache.org Subject: database deploy problem X-Enigmail-Version: 1.5.1 Content-Type: multipart/alternative; boundary="------------080308020603070305030206" X-Virus-Checked: Checked by ClamAV on apache.org --------------080308020603070305030206 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, I try to setup a Cloudstack developpement environement with devcloud following the instruction on the wiki but I have two problems. When I execute the following command I have an error: mvn -P developer -pl developer,tools/devcloud -Ddeploydb [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache CloudStack Developer Mode .................. FAILURE [10.313s] [INFO] Apache CloudStack DevCloud ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.993s [INFO] Finished at: Mon Jul 01 13:24:03 CEST 2013 [INFO] Final Memory: 16M/38M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project cloud-developer: Could not resolve dependencies for project org.apache.cloudstack:cloud-developer:pom:4.2.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.cloudstack:cloud-server:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-plugin-hypervisor-simulator:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-secondary-storage:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-plugin-storage-image-simulator:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-storage:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-storage-image:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-storage-volume:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-storage-snapshot:jar:4.2.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloud-server:jar:4.2.0-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException -- *Thomas Schneider* --------------080308020603070305030206--