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 E7061E296 for ; Thu, 14 Feb 2013 00:33:30 +0000 (UTC) Received: (qmail 19575 invoked by uid 500); 14 Feb 2013 00:33:30 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 19522 invoked by uid 500); 14 Feb 2013 00:33:30 -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 19510 invoked by uid 99); 14 Feb 2013 00:33:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 00:33:30 +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 min.chen@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, 14 Feb 2013 00:33:24 +0000 X-IronPort-AV: E=Sophos;i="4.84,660,1355097600"; d="scan'208";a="7436565" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 14 Feb 2013 00:33:03 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Wed, 13 Feb 2013 16:33:02 -0800 From: Min Chen To: "cloudstack-dev@incubator.apache.org" , "mice_xia@tcloudcomputing.com" Date: Wed, 13 Feb 2013 16:33:00 -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: Ac4KSti1to9KZC+nTSuAVlFyJ+qXSw== Message-ID: In-Reply-To: <93099572B72EB341B81A644E134F240B012F74E781CA@SJCPMAILBOX01.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.5.121010 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 2/13/13 3:36 PM, "Vijayendra Bhamidipati" wrote: >+1 > >-----Original Message----- >From: Jessica Wang [mailto:Jessica.Wang@citrix.com] >Sent: Wednesday, February 13, 2013 12:28 PM >To: mice_xia@tcloudcomputing.com >Cc: cloudstack-dev@incubator.apache.org >Subject: 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" > >Mice, > >I encountered an error when building latest code from master branch: > >=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-plugin:2.5.1:compile >(default-compile) on project cloud-server: Compilation failure: Comp >ilation failure: >[ERROR]=20 >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 > >I checked check-in history and found the new file("VMSnapshotDao.java") >was added by you several hours ago. >Could you please help to resolve this issue? > >Jessica > >