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 AB22D10216 for ; Tue, 7 Jan 2014 06:07:41 +0000 (UTC) Received: (qmail 85641 invoked by uid 500); 7 Jan 2014 06:07:40 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 85574 invoked by uid 500); 7 Jan 2014 06:07:40 -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 85566 invoked by uid 99); 7 Jan 2014 06:07:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 06:07:39 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of santhosh.edukulla@citrix.com designates 103.14.252.240 as permitted sender) Received: from [103.14.252.240] (HELO SMTP.CITRIX.COM.AU) (103.14.252.240) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 06:07:35 +0000 X-IronPort-AV: E=Sophos;i="4.95,617,1384300800"; d="scan'208";a="2153594" Received: from sinaccessns.citrite.net (HELO SINPEX01CL03.citrite.net) ([10.151.60.9]) by sinpip01.citrite.net with ESMTP; 07 Jan 2014 06:07:11 +0000 Received: from SINPEX01CL02.citrite.net ([169.254.2.69]) by SINPEX01CL03.citrite.net ([10.151.46.34]) with mapi id 14.02.0342.004; Tue, 7 Jan 2014 14:07:12 +0800 From: Santhosh Edukulla To: "dev@cloudstack.apache.org" Subject: RE: 4.3 : Developer Profile, tools module commented Thread-Topic: 4.3 : Developer Profile, tools module commented Thread-Index: Ac8GPG6ZgjNaj8yHQZmvX43dnDFMSQE+LqZgAA2dOaM= Date: Tue, 7 Jan 2014 06:07:12 +0000 Message-ID: References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.151.46.1] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-DLP: SIN1 X-Virus-Checked: Checked by ClamAV on apache.org 1. Not sure build it is taking much time because of tools module. tools al= so builds apidoc which could be intentional( may be ) to include it as part= of developer profile and has its subsequent references for marvin.=20 2. We can bring it back for now under developer profile. Especially, we hav= e RC lined up now and current usage could have references to usages\mention= at that other places like docs\wiki\current of using the current way of b= uilding and using tools.Impatient seems to be little misnomer to use. 3. There was a reference to speed up build time @ http://markmail.org/messa= ge/3ch4lgaq4yjaop7e?q=3Ddarren+shepherd+mvn Regards, Santhosh ________________________________________ From: Frank Zhang [Frank.Zhang@citrix.com] Sent: Monday, January 06, 2014 6:17 PM To: dev@cloudstack.apache.org Subject: RE: 4.3 : Developer Profile, tools module commented Sorry this was by a mistake. The maven build costs too long so I comment tools out as it's rarely used b= y developer build. later on I found there is a profile called 'impatient' which does exactly the same thing. before bring it back, I wonder if it's right to put 'tools' in developer pr= ofile? I am sure 90% developer won't use it. Why not move it to a profile only used by RPM build? > -----Original Message----- > From: Santhosh Edukulla [mailto:santhosh.edukulla@citrix.com] > Sent: Tuesday, December 31, 2013 7:25 AM > To: dev@cloudstack.apache.org > Subject: 4.3 : Developer Profile, tools module commented > > Team, > > For branch 4,3, the below commit appears to have commented the tools > module under developer profile. Any specific reason? > > commit fb1f3f0865c254abebfa5a43f66cef116fe36165 > Author: Frank.Zhang > Date: Mon Oct 7 18:03:12 2013 -0700 > > Add missing Baremetal security_group_agent java part > Change security_group_agent python side in line with default security > group rules change in 4.2 > > Conflicts: > > > plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/Bare > MetalResourceBase.java > > diff --git a/pom.xml b/pom.xml > index 2cee084..31946d8 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -747,7 +747,9 @@ > > > developer > + > > > > > Thanks! > Santhosh=