From cloudstack-dev-return-19666-apmail-incubator-cloudstack-dev-archive=incubator.apache.org@incubator.apache.org Wed Jan 30 15:23:42 2013 Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F948ED6C for ; Wed, 30 Jan 2013 15:23:42 +0000 (UTC) Received: (qmail 81444 invoked by uid 500); 30 Jan 2013 15:23:42 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 81276 invoked by uid 500); 30 Jan 2013 15:23:41 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 81260 invoked by uid 99); 30 Jan 2013 15:23:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 15:23:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gavin.lxh@gmail.com designates 209.85.220.179 as permitted sender) Received: from [209.85.220.179] (HELO mail-vc0-f179.google.com) (209.85.220.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 15:23:35 +0000 Received: by mail-vc0-f179.google.com with SMTP id gb23so1052543vcb.24 for ; Wed, 30 Jan 2013 07:23:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=7AAj/I5lu3YPnw7F5bLyrG6CPiAVw6c/l/HqdGHc/no=; b=YI3vSiYtjm2zgHgEQoauiltpzWBGZXIEe8SUEag6Qz85Krz2eG/USfuQvzLDjqhh/J wbcP0X+YLUh88CivG1r4Ma9BTFZ+n0xhWnXM37FBS2HvrzxNqpQK6+5/PSdiyLJ/Wf44 LWXg04MLPvkhnlzFd/bOm/NUC7CUxqIr/ZAsldJTeBzp+d/smtYLb0u1DA/fJv/hAzAE 88+67C8JXp9LWjUniPeFYm4gw2AY2HS9qhJ/TuOJoozF+gCT5XjNh1HwqPrZq8u6qVki bgSfoPd4jLgHRKMnv0Gk4M7qDbzzoxesu3iPtlM+kFSkUCui/mxhFy+j2iSBxGqJcJMJ Kt3g== MIME-Version: 1.0 X-Received: by 10.58.97.165 with SMTP id eb5mr833905veb.40.1359559394926; Wed, 30 Jan 2013 07:23:14 -0800 (PST) Received: by 10.220.184.10 with HTTP; Wed, 30 Jan 2013 07:23:14 -0800 (PST) In-Reply-To: References: Date: Wed, 30 Jan 2013 23:23:14 +0800 Message-ID: Subject: Re: inconsistent docs in wiki for maven build and devcloud From: Gavin Lee To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Sebastien Following Rohit's blog: http://rohityadav.in/logs/devcloud/ I can build devcloud, but my management server is running in Dom0 not local. I also used deployDataCenter.py rather than mvn command to deploy a basic zone. On Wed, Jan 30, 2013 at 8:16 PM, Sebastien Goasguen wrote: > Hi, > > I noticed some inconsistent documentation on how to build from source, as well as multiple devcloud pages that use different profiles and properties. > > namely: > https://cwiki.apache.org/CLOUDSTACK/devcloud-kvm.html > https://cwiki.apache.org/CLOUDSTACK/devcloud.html > https://cwiki.apache.org/CLOUDSTACK/cloudstack-devcloud-environment-setup.html > http://wiki.cloudstack.org/display/COMM/DevCloud > https://cwiki.apache.org/CLOUDSTACK/diy-devcloud-setup.html (is pre maven) > > systemvm was not a profile before, seems to have been made into a profile and now is a "property" > > I do this on my laptop (running mgt server and db there): > mvn -Pdeveloper clean install -DskipTests -Dsystemvm > mvn -pl developer,tools/devcloud -Ddeploydb -P developer > mvn -pl client jetty:run > > The configure devcloud with: > mvn -P developer -pl tools/devcloud -Ddeploysvr > > This results in systemvm not starting. No errors in logs. > > What's the proper way to build from source for devcloud ? > > -Sebastien -- Gavin