Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2ACD2200C4E for ; Thu, 23 Mar 2017 03:14:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 29654160B91; Thu, 23 Mar 2017 02:14:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6AC92160B86 for ; Thu, 23 Mar 2017 03:14:17 +0100 (CET) Received: (qmail 7357 invoked by uid 500); 23 Mar 2017 02:14:16 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 7346 invoked by uid 99); 23 Mar 2017 02:14:15 -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; Thu, 23 Mar 2017 02:14:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43FF7E0EE6; Thu, 23 Mar 2017 02:14:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rakeshr@apache.org To: commits@zookeeper.apache.org Message-Id: <3dbc88f8d3a54d60bb799ccbc6ffbee5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zookeeper git commit: ZOOKEEPER-2706: checkstyle broken on branch-3.4 Date: Thu, 23 Mar 2017 02:14:15 +0000 (UTC) archived-at: Thu, 23 Mar 2017 02:14:18 -0000 Repository: zookeeper Updated Branches: refs/heads/branch-3.4 5897852db -> 39d3a4f26 ZOOKEEPER-2706: checkstyle broken on branch-3.4 This is essentially a backport of ZOOKEEPER-412. Author: Abraham Fine Reviewers: Michael Han , Rakesh Radhakrishnan Closes #181 from afine/ZOOKEEPER-2706 and squashes the following commits: d606225 [Abraham Fine] switch to checkstyle 6.1.1, the last version compatable with java 6 12966a6 [Abraham Fine] ZOOKEEPER-2706: checkstyle broken on branch-3.4 Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/39d3a4f2 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/39d3a4f2 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/39d3a4f2 Branch: refs/heads/branch-3.4 Commit: 39d3a4f269333c922ed3db283be479f9deacaa0f Parents: 5897852 Author: Abraham Fine Authored: Thu Mar 23 13:24:44 2017 +0530 Committer: Rakesh Radhakrishnan Committed: Thu Mar 23 13:24:44 2017 +0530 ---------------------------------------------------------------------- build.xml | 41 ++++++++++++++------------------------- ivy.xml | 2 +- src/java/test/checkstyle.xml | 29 +++++++++++++++++++++------ 3 files changed, 39 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/39d3a4f2/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7e84be9..e584294 100644 --- a/build.xml +++ b/build.xml @@ -20,7 +20,8 @@ +xmlns:maven="antlib:org.apache.maven.artifact.ant" +xmlns:cs="antlib:com.puppycrawl.tools.checkstyle"> @@ -1587,32 +1588,20 @@ xmlns:maven="antlib:org.apache.maven.artifact.ant"> - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - http://git-wip-us.apache.org/repos/asf/zookeeper/blob/39d3a4f2/ivy.xml ---------------------------------------------------------------------- diff --git a/ivy.xml b/ivy.xml index 4c11384..1a9af76 100644 --- a/ivy.xml +++ b/ivy.xml @@ -58,7 +58,7 @@ - http://git-wip-us.apache.org/repos/asf/zookeeper/blob/39d3a4f2/src/java/test/checkstyle.xml ---------------------------------------------------------------------- diff --git a/src/java/test/checkstyle.xml b/src/java/test/checkstyle.xml index 5415731..a5d5182 100644 --- a/src/java/test/checkstyle.xml +++ b/src/java/test/checkstyle.xml @@ -4,6 +4,23 @@ "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> + - + @@ -45,6 +62,8 @@ + + @@ -96,8 +115,9 @@ - - + + + @@ -110,7 +130,6 @@ - @@ -134,7 +153,6 @@ - @@ -143,7 +161,6 @@ -