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 0A2D6D439 for ; Fri, 24 Aug 2012 18:59:39 +0000 (UTC) Received: (qmail 55195 invoked by uid 500); 24 Aug 2012 18:59:38 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 55161 invoked by uid 500); 24 Aug 2012 18:59:38 -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 55151 invoked by uid 99); 24 Aug 2012 18:59:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 18:59:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kelven.yang@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 18:59:33 +0000 X-IronPort-AV: E=Sophos;i="4.80,304,1344225600"; d="scan'208";a="206183722" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 24 Aug 2012 14:59:11 -0400 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Fri, 24 Aug 2012 11:59:10 -0700 From: Kelven Yang To: "cloudstack-dev@incubator.apache.org" Date: Fri, 24 Aug 2012 11:59:09 -0700 Subject: Re: maven patch Thread-Topic: maven patch Thread-Index: Ac2CKotKTSxSm7NJRWWC+hClJMZtbw== Message-ID: In-Reply-To: <20120824113710.d3d18d9a633cb81ed61112bf108fc615.a7a48e3164.wbe@email00.secureserver.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I'll do the merge to master branch this afternoon Kelven On 8/24/12 11:37 AM, "Darren Shepherd" wrote: >I have the integrations with ant/waf done also, but I need the maven >branch merge to master first so that I can submit the next round of >patches. The problem though is the last two commits on the maven branch >have deleted all the Eclipse projects files. While this is definitely >the right thing to do, I didn't want to do this right now. > >For the first round of maven integration I'm trying to do it in a >fashion that has as little impact on the current CS developers and their >dev environment. Once we have mvn building then we can go and delete >the Eclipse files and the binaries in deps and force all developers to >update their Eclipse environments to M2E. > >Can somebody merge the maven branch minus the last two commits to >master? > >Darren > > > >> -------- Original Message -------- >> Subject: RE: maven patch >> From: Will Chan >> Date: Fri, August 24, 2012 9:42 am >> To: "cloudstack-dev@incubator.apache.org" >> >>=20 >>=20 >> +1 on documentation (also not volunteering as I barely known maven as >>well). >>=20 >> > -----Original Message----- >> > From: John Kinsella [mailto:jlk@stratosec.co] >> > Sent: Friday, August 24, 2012 9:20 AM >> > To: >> > Subject: Re: maven patch >> >=20 >> > would be nice to document this in the wiki as well... (not >>volunteering, I >> > barely know maven ) >> >=20 >> > On Aug 24, 2012, at 5:02 AM, Hugo Trippaers >> > >> > > wrote: >> >=20 >> > +1 >> >=20 >> > Darren any thoughts on the next step? Would be nice to integrate >>further >> > with waf etc. >> >=20 >> > Cheers, >> >=20 >> > Hugo >> >=20 >> > -----Original Message----- >> > From: Kelven Yang [mailto:kelven.yang@citrix.com] >> > Sent: Thursday, August 23, 2012 11:37 PM >> > To: cloudstack-dev@incubator.apache.org> > dev@incubator.apache.org> >> > Subject: Re: maven patch >> >=20 >> > I got Darren's maven patch work nicely in my local environment. Just >>to be >> > cautious, I pushed it to ASF/maven branch for review first. If I >>don't hear no >> > no's by tomorrow, I'll push it to master. >> >=20 >> > After this patch, ant build and maven build will work side by side, >>this will >> > give us a graceful period to have everyone migrate to maven based >>build >> > system. If you use Eclipse, you will need to re-import all maven >>eclipse >> > projects >> >=20 >> > Kelven >> >=20 >> > On 8/23/12 1:44 PM, "David Nalley" >> > > wrote: >> >=20 >> > On Thu, Aug 23, 2012 at 11:20 AM, Darren Shepherd >> > > >> > wrote: >> > Some Committer, >> >=20 >> > I can't seem to get the maven patch to work through Review Board. >> > Can a committer just pull the "maven" branch from >> > https://github.com/ibuildthecloud/incubator-cloudstack.git merge to >> > master and commit? One of the problems with the patch is that it >>moves >> > deps/XenServerJava/com to deps/XenServerJava/src/com. With a patch >> > that shows as a delete and add, not a move. Besides moving that >>directory >> > the patch is non-impacting in that it just adds the pom.xml files >> > everywhere. The summary of the diff will show that its just a bunch >>of >> > adds. >> >=20 >> > Darren >> >=20 >> >=20 >> > Merge request against the github mirror should work as well, and is >>likely >> > less work. >> >=20 >> > --David >> >=20 >> >=20 >> >=20 >> > Stratosec - Secure Infrastructure as a Service >> > o: 415.315.9385 >> > @johnlkinsella