Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E170D18802 for ; Tue, 18 Aug 2015 11:18:34 +0000 (UTC) Received: (qmail 12827 invoked by uid 500); 18 Aug 2015 11:18:31 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 12771 invoked by uid 500); 18 Aug 2015 11:18:31 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 12760 invoked by uid 99); 18 Aug 2015 11:18:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 11:18:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14529DFF6A; Tue, 18 Aug 2015 11:18:31 +0000 (UTC) From: karuturi To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: Refactored Nic.java for readability. Content-Type: text/plain Message-Id: <20150818111831.14529DFF6A@git1-us-west.apache.org> Date: Tue, 18 Aug 2015 11:18:31 +0000 (UTC) Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/707#issuecomment-132175228 I seeing below errors after applying this patch. Please do a noredist build as mentioned at https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudStack#HowtobuildCloudStack-BuildingCloudStack ``` [ERROR] /root/source/cloudstack/plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java:[270,50] error: cannot find symbol [ERROR] symbol: method getDns1() location: variable publicNicProfile of type NicProfile /root/source/cloudstack/plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java:[271,50] error: cannot find symbol [ERROR] symbol: method getDns2() location: variable publicNicProfile of type NicProfile /root/source/cloudstack/plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java:[272,40] error: cannot find symbol [ERROR] symbol: method getGateway() location: variable publicNicProfile of type NicProfile /root/source/cloudstack/plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java:[273,57] error: cannot find symbol ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---