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 9BCD3D1E4 for ; Thu, 6 Sep 2012 18:42:18 +0000 (UTC) Received: (qmail 55540 invoked by uid 500); 6 Sep 2012 18:42:18 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 55517 invoked by uid 500); 6 Sep 2012 18:42:18 -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 55509 invoked by uid 99); 6 Sep 2012 18:42:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 18:42:18 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Edison.su@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 18:42:13 +0000 X-IronPort-AV: E=Sophos;i="4.80,380,1344211200"; d="scan'208";a="37031032" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 06 Sep 2012 18:41:52 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Thu, 6 Sep 2012 11:41:51 -0700 From: Edison Su To: "cloudstack-dev@incubator.apache.org" , Hugo Trippaers CC: Hiroaki Kawai Date: Thu, 6 Sep 2012 11:41:50 -0700 Subject: RE: Review Request: maven kvm hypervisor plugin build without -Dnonoss Thread-Topic: Review Request: maven kvm hypervisor plugin build without -Dnonoss Thread-Index: Ac2MWkXBpTSWFoAqSB6P7B2AlWTFzAABPZ2g Message-ID: References: <20120905103850.583.2968@reviews.apache.org> <20120906170426.591.95278@reviews.apache.org> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org The rpm build on master branch is fixed, KVM is included. > -----Original Message----- > From: Marcus Sorensen [mailto:shadowsor@gmail.com] > Sent: Thursday, September 06, 2012 11:05 AM > To: cloudstack-dev@incubator.apache.org; Hugo Trippaers > Cc: Hiroaki Kawai > Subject: Re: Review Request: maven kvm hypervisor plugin build without > -Dnonoss >=20 > Trying to get a working RPM build of 4.0 going... I assume my latest > issue is related to this. "class not found: > com.cloud.hypervisor.kvm.resource.LibvirtComputingResource", if > someone is building RPMs isn't it safe to assume they want the > kvm/libvirt pieces? What was Wido's fix? I don't see this patch > applied to maven-waf, just 623f199b0378683e6f5f0c2b2b5c692b6504d16f as > latest. >=20 > On Thu, Sep 6, 2012 at 11:04 AM, Hugo Trippaers > wrote: > > > > ----------------------------------------------------------- > > This is an automatically generated e-mail. To reply, visit: > > https://reviews.apache.org/r/6925/#review11105 > > ----------------------------------------------------------- > > > > > > Fixed by Wido in the maven-waf branch. > > > > Thanks for the patch :-) > > > > - Hugo Trippaers > > > > > > On Sept. 5, 2012, 10:38 a.m., Hiroaki Kawai wrote: > >> > >> ----------------------------------------------------------- > >> This is an automatically generated e-mail. To reply, visit: > >> https://reviews.apache.org/r/6925/ > >> ----------------------------------------------------------- > >> > >> (Updated Sept. 5, 2012, 10:38 a.m.) > >> > >> > >> Review request for cloudstack. > >> > >> > >> Description > >> ------- > >> > >> Adding libvirt.org maven repository in pom.xml will automate the > build, and we can run kvm hypervisor plugin build without -Dnonoss. I > also added exec:java configuration so that we can test the hypervisor > code easily. > >> > >> > >> Diffs > >> ----- > >> > >> plugins/hypervisors/kvm/pom.xml 8cdaa86 > >> plugins/pom.xml 2a6ca31 > >> > >> Diff: https://reviews.apache.org/r/6925/diff/ > >> > >> > >> Testing > >> ------- > >> > >> mvn && mvn test > >> > >> > >> Thanks, > >> > >> Hiroaki Kawai > >> > >> > >