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 BD229E498 for ; Wed, 13 Feb 2013 23:07:04 +0000 (UTC) Received: (qmail 91413 invoked by uid 500); 13 Feb 2013 23:07:04 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 91382 invoked by uid 500); 13 Feb 2013 23:07:04 -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 91373 invoked by uid 99); 13 Feb 2013 23:07:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 23:07:04 +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 Brian.Federle@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; Wed, 13 Feb 2013 23:06:57 +0000 X-IronPort-AV: E=Sophos;i="4.84,660,1355097600"; d="scan'208";a="7425203" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 13 Feb 2013 23:06:36 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Wed, 13 Feb 2013 15:06:35 -0800 From: Brian Federle To: "cloudstack-dev@incubator.apache.org" CC: "mice_xia@tcloudcomputing.com" Date: Wed, 13 Feb 2013 15:06:34 -0800 Subject: Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol" Thread-Topic: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol" Thread-Index: Ac4KPsUv0UsmQN7GRmWot2f3tOgBGw== Message-ID: <34EBBB7D-45A6-4A93-A750-4E0FBBD0763E@citrix.com> References: <8EC081586F1D7C41931517E802E9473201304A8284D1@SJCPMAILBOX01.citrite.net> In-Reply-To: <8EC081586F1D7C41931517E802E9473201304A8284D1@SJCPMAILBOX01.citrite.net> 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 I'm also having this issue with the latest master -- same error. -Brian On Feb 13, 2013, at 12:28 PM, Jessica Wang wrote: > Mice, >=20 > I encountered an error when building latest code from master branch: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-pl= ugin:2.5.1:compile (default-compile) on project cloud-server: Compilation f= ailure: Comp > ilation failure: > [ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm= \snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol > [ERROR] symbol: class VMSnapshotVO > [ERROR] location: package com.cloud.vm.snapshot > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > I checked check-in history and found the new file("VMSnapshotDao.java") w= as added by you several hours ago. > Could you please help to resolve this issue? >=20 > Jessica >=20 >=20