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 9B8F3E28C for ; Thu, 14 Feb 2013 00:32:12 +0000 (UTC) Received: (qmail 14206 invoked by uid 500); 14 Feb 2013 00:32:12 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 14168 invoked by uid 500); 14 Feb 2013 00:32:12 -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 14160 invoked by uid 99); 14 Feb 2013 00:32:12 -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:32:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shadowsor@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 00:32:05 +0000 Received: by mail-vc0-f176.google.com with SMTP id fk10so1136629vcb.7 for ; Wed, 13 Feb 2013 16:31:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=bQJjdnjC8jxPXoV9a+DKZS7x60DfaGG7tToT7o8L8V0=; b=oLUBXiXWJbG1PCsXr55PgU8zsBA3iivO3LqTCB/VZjq+vgD9+HYMoFIZlnVKtpTI3C wRqr9sRXlX9GdO1q3XdMNO0p4y7aYS0jtnetkbHmhonKvN+tya5frfIEWQKQiso7oNfJ TUvG73MYkwuvpkZlVYxR0Km5MuxYkxFkMoQDx9clEI3PYMcfJqavkgZ545f2SPN6a/t2 sVMvoHnhMqfk5SlG1CKwjE822/TqqNFegy7r1GDgEBV/1nVaEzJW9D6bKjWJgGnRJHZH oZxYj9d/11/0FZfw+x+eEDb/G03Xv2bWQgHH9WYLBc5vos2x+JcTbBTKMq81DMtKNCkD 3ORw== MIME-Version: 1.0 X-Received: by 10.52.180.195 with SMTP id dq3mr28481499vdc.9.1360801904665; Wed, 13 Feb 2013 16:31:44 -0800 (PST) Received: by 10.58.172.34 with HTTP; Wed, 13 Feb 2013 16:31:44 -0800 (PST) In-Reply-To: <2538562504143213969@unknownmsgid> References: <8EC081586F1D7C41931517E802E9473201304A8284D1@SJCPMAILBOX01.citrite.net> <93099572B72EB341B81A644E134F240B012F74E781CA@SJCPMAILBOX01.citrite.net> <2538562504143213969@unknownmsgid> Date: Wed, 13 Feb 2013 17:31:44 -0700 Message-ID: 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" From: Marcus Sorensen To: cloudstack-dev@incubator.apache.org Cc: "mice_xia@tcloudcomputing.com" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 13, 2013 at 5:20 PM, Chip Childers wrote: > Why are people still pushing to master if the build is broken? > > Stuff breaks, but we should fix things before adding MORE issues. > For me it was: Fix problem on 4.1, test, cherry-pick into master, test, commit, pull --rebase, push. My master gets out of date while testing, didn't realize build was broken.