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 ED99FF859 for ; Mon, 2 Sep 2013 07:13:06 +0000 (UTC) Received: (qmail 62385 invoked by uid 500); 2 Sep 2013 07:13:04 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 62306 invoked by uid 500); 2 Sep 2013 07:13:03 -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 62291 invoked by uid 99); 2 Sep 2013 07:13:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Sep 2013 07:13:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msweet.dev@gmail.com designates 209.85.214.174 as permitted sender) Received: from [209.85.214.174] (HELO mail-ob0-f174.google.com) (209.85.214.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Sep 2013 07:12:55 +0000 Received: by mail-ob0-f174.google.com with SMTP id wd6so4184119obb.33 for ; Mon, 02 Sep 2013 00:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NflUvfCzGw39sSR+lYgA24gKkDxg1a+AGeRUZYc0I2M=; b=GMETP6h2Mahf26UqN58HU9JE5PQtW05R9Ak2cxGTbPWxPCwFcMdGWrJu77KAXFJhbz 9yjw4tR3CEP+gifqDUai8gFlfuPJptGnN6W+Nt+G4MNSMg4tPK0H+TsYdZW8iMbkzV3M qiWRVWAT0Sm4S+Nu5l4JweM1fIx7eRMG5uXI9VbnLIGSJ7UVUa5RUVcl+7kpP3RZ2Sdm +sbsjTQabqY2RqI5ahY5a01vuOh9Gb5EfDtQPFRgdO9z4HjqeaPsLkf7PhOV2Bsqvks0 rD/PKTOHinnxRYJ8E3Q8++FFU3nRvgUj9W4paw3Nlb78z8RDgBbalPg/hLK0OckHCBAw trJA== MIME-Version: 1.0 X-Received: by 10.182.66.82 with SMTP id d18mr16061925obt.98.1378105954196; Mon, 02 Sep 2013 00:12:34 -0700 (PDT) Received: by 10.76.112.237 with HTTP; Mon, 2 Sep 2013 00:12:34 -0700 (PDT) In-Reply-To: <26C9DC82-C286-4C61-BCE6-0BE184466B69@gmail.com> References: <26C9DC82-C286-4C61-BCE6-0BE184466B69@gmail.com> Date: Mon, 2 Sep 2013 08:12:34 +0100 Message-ID: Subject: Re: [Doc] Developer Enviroment Wiki - Maven From: Marty Sweet To: "dev@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=e89a8fb1ef64dce32d04e5614b1a X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1ef64dce32d04e5614b1a Content-Type: text/plain; charset=ISO-8859-1 Maybe have a link off the enviroment page which links to the Wiki. I found the Wiki guides helpful for setting up, maybe just a 'Development environment in rhel' and 'Development environment in Debian' section. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment+on+Linux is messy but if you logically pick out the steps it works. Maybe: - Setup Debian - Setup RHEL - Pull Repo Should we also be encouraging users to make a github clone and work from there? I have seen that mentioned in one place, can't remember where now. Marty On Mon, Sep 2, 2013 at 8:04 AM, Sebastien Goasguen wrote: > > On Aug 30, 2013, at 12:51 PM, Marty Sweet wrote: > > > After more searching I have found: > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment+on+Linux > > which > > seems the most comprehensive. > > > > Would it be possible to have this guide instead of > > http://cloudstack.apache.org/develop/environment.html< > http://cloudstack.apache.org/develop/environment.html#maven> > > as > > multiple near identical installation instructions are bound to cause > > confusion. > > > > Marty > > > > Looking at this the webpage: > http://cloudstack.apache.org/develop/environment.html > > Mixes 4.0 release instructions and 4.1+ > It also mixes ubuntu/debian and rhel flavors. > > I am not sure what's the best to clean this up. We can remove the 4.0 > instructions and we can pick one OS > > Developers should look for info on the wiki while all info for users > should be in the docs (in an ideal world). > > We can't really duplicate all info on the website. > > thoughts ? > > -sebastien > > > > > On Fri, Aug 30, 2013 at 5:47 PM, Marty Sweet > wrote: > > > >> Hi Sebastian, > >> > >> I found the answer in the INSTALL.md file in the main repo, maven is > 3.0.5. > >> > >> I see Ian has created a more detailed guide in this bug > >> https://issues.apache.org/jira/browse/CLOUDSTACK-2877, but > unfortunately > >> it is not on the Wiki Environment page. > >> > >> Marty > >> > >> > >> On Fri, Aug 30, 2013 at 5:37 PM, sebgoa wrote: > >> > >>> > >>> On Aug 30, 2013, at 6:22 PM, Marty Sweet wrote: > >>> > >>>> Hi guys, > >>>> > >>>> On this wiki it does not cover the installation of Maven, while it > does > >>> for > >>>> Ant, Tomcat and MySQL. Should users install 'maven' or 'maven2'? > >>>> > >>>> http://cloudstack.apache.org/develop/environment.html#maven > >>>> > >>>> Would it be worth filing a bug? I am unsure how to contribute to this > >>>> specific page myself? > >>> > >>> I am pretty sure it's maven3, but it might work with maven2 as well. > >>> > >>> If you find the answer :) you can file a bug and I will pick it up. > >>> > >>> To edit the website you need to be a committer, the site is kept in a > svn > >>> repo separate from the source code. > >>> > >>> -sebastien > >>> > >>>> > >>>> Thanks, > >>>> Marty > >>> > >>> > >> > > --e89a8fb1ef64dce32d04e5614b1a--