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 145ABDE03 for ; Mon, 4 Mar 2013 18:00:53 +0000 (UTC) Received: (qmail 95665 invoked by uid 500); 4 Mar 2013 18:00:52 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 95633 invoked by uid 500); 4 Mar 2013 18:00:52 -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 95625 invoked by uid 99); 4 Mar 2013 18:00:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 18:00:52 +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 (nike.apache.org: domain of Alex.Huang@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; Mon, 04 Mar 2013 18:00:46 +0000 X-IronPort-AV: E=Sophos;i="4.84,781,1355097600"; d="scan'208";a="10999888" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 04 Mar 2013 18:00:24 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Mon, 4 Mar 2013 10:00:20 -0800 From: Alex Huang To: "cloudstack-dev@incubator.apache.org" CC: Nitin Mehta , Abhinandan Prateek Date: Mon, 4 Mar 2013 10:00:24 -0800 Subject: RE: Master branch build is broken again Thread-Topic: Master branch build is broken again Thread-Index: Ac4ZAN2IqnWDGaMcTr2Pkr3ifvY3uAAAHgqAAAAc/eA= Message-ID: References: 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 -1 on this checkin And this is not a small change. 18 files. Some large completely new metho= ds checked in. Changes to the virtual machine state machine. No unit test= ing. =20 I would reject this fix on these problems alone. --Alex > -----Original Message----- > From: Alex Huang [mailto:Alex.Huang@citrix.com] > Sent: Monday, March 4, 2013 9:56 AM > To: cloudstack-dev@incubator.apache.org > Cc: Nitin Mehta; Abhinandan Prateek > Subject: RE: Master branch build is broken again >=20 > Min, >=20 > You should just revert the commit. >=20 > --Alex >=20 > > -----Original Message----- > > From: Min Chen [mailto:min.chen@citrix.com] > > Sent: Monday, March 4, 2013 9:51 AM > > To: cloudstack-dev@incubator.apache.org > > Cc: Nitin Mehta > > Subject: Master branch build is broken again > > Importance: High > > > > Hi there, > > > > I could not compile master after pulling latest code today, build > > failed with the following error: > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-compiler- > > plugin:2.5.1:compile (default-compile) on project cloud-engine- > orchestration: > > Compilation failure [ERROR] /Users/minc/dev/cloud- > > asf/engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity > > /a > > pi/db/VMEntityVO.java:[52,7] > > org.apache.cloudstack.engine.cloud.entity.api.db.VMEntityVO is not > > abstract and does not override abstract method getNewSvcOfferingId() > > in com.cloud.vm.VirtualMachine [ERROR] -> [Help 1] > > > > I checked the commit history, it seems related to commit > > e0019eccd997d9b2b3ff9395bcd99f821f5121db, so CC Nitin here. Can > > somebody quickly fix this? This is blocking me from verifying > > CLOUDSTACK- > > 1491 and merge my feature branch vim51_win8. > > > > Thanks > > -min > >