Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-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 07556106F4 for ; Mon, 8 Jul 2013 20:07:31 +0000 (UTC) Received: (qmail 72630 invoked by uid 500); 8 Jul 2013 20:07:30 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 72575 invoked by uid 500); 8 Jul 2013 20:07:30 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 72567 invoked by uid 99); 8 Jul 2013 20:07:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 20:07:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsha.thirimanna@gmail.com designates 209.85.214.177 as permitted sender) Received: from [209.85.214.177] (HELO mail-ob0-f177.google.com) (209.85.214.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 20:07:25 +0000 Received: by mail-ob0-f177.google.com with SMTP id ta17so5963968obb.22 for ; Mon, 08 Jul 2013 13:07:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FsPt9QHCSgSDKhxvYMHbDA8XbpqfqeQ7qX8pYVqmsvU=; b=vM+96wcl7PdnvA8PoLxS3L2bj7SEKaZXHY5zql/rheupxDUkM0ZZ5O4ILzOJC17kBf 2ifdu8+kt8j7PCpyfPjyliTjp5i6FoJDmRyWYGBAPv/s03NJtXNSyf6UFid3ynVP4d3B +kMIdd/GL7tSHpn/QC0PtOt3Ft+yYv2nQln29QduF2k8dhApgbwsHMzQGN6pjhXWC2N0 R9hTWpfbHkWVz2HSI+8+zUgtPaQKR/IJciOQZQ8T6FN1BzYEl/wU9ALxYQKd+iGH7ehZ DIv/Vn8IO8pNXHi+pxfXQ/HYOmyMwLIG2EEfulqu8lWt2yrcefI+qzQIAfz4SedOTLQG yq9w== MIME-Version: 1.0 X-Received: by 10.60.102.41 with SMTP id fl9mr21684186oeb.37.1373314025046; Mon, 08 Jul 2013 13:07:05 -0700 (PDT) Received: by 10.182.213.196 with HTTP; Mon, 8 Jul 2013 13:07:04 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Jul 2013 16:07:04 -0400 Message-ID: Subject: Re: Build Failed From: Harsha Thirimanna To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=089e0111dd44a0c82f04e105968b X-Virus-Checked: Checked by ClamAV on apache.org --089e0111dd44a0c82f04e105968b Content-Type: text/plain; charset=ISO-8859-1 Hi, I think there is a mistake. In same class method 'getAddress" call in the same class constructor. On Mon, Jul 8, 2013 at 3:59 PM, Harsha Thirimanna < harsha.thirimanna@gmail.com> wrote: > hi , > I tried to build this , > > > > > ~/DG/cxf/rt/transports/http-netty/netty-server$ cit > [INFO] Scanning for projects... > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CXF Runtime HTTP Netty Server Transport > 3.0.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ > cxf-rt-transports-http-netty-server --- > [INFO] Deleting > /home/harshat/DG/cxf/rt/transports/http-netty/netty-server/target > [INFO] > [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ > cxf-rt-transports-http-netty-server --- > [INFO] > [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate) @ > cxf-rt-transports-http-netty-server --- > [INFO] Starting audit... > Audit done. > > [INFO] > [INFO] >>> maven-pmd-plugin:2.7.1:check (validate) @ > cxf-rt-transports-http-netty-server >>> > [INFO] > [INFO] --- maven-pmd-plugin:2.7.1:pmd (pmd) @ > cxf-rt-transports-http-netty-server --- > [INFO] > [INFO] <<< maven-pmd-plugin:2.7.1:check (validate) @ > cxf-rt-transports-http-netty-server <<< > [INFO] > [INFO] --- maven-pmd-plugin:2.7.1:check (validate) @ > cxf-rt-transports-http-netty-server --- > [INFO] PMD Failure: > org.apache.cxf.transport.http.netty.server.NettyHttpDestination:75 > Rule:ConstructorCallsOverridableMethod Priority:1 Overridable method > 'getAddress' called during object construction. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 12.059s > [INFO] Finished at: Mon Jul 08 15:57:35 EDT 2013 > [INFO] Final Memory: 30M/879M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-pmd-plugin:2.7.1:check (validate) on project > cxf-rt-transports-http-netty-server: You have 1 PMD violation. For more > details > see:/home/harshat/DG/cxf/rt/transports/http-netty/netty-server/target/pmd.xml > -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > > > thanks > Harsha Thirimanna > --089e0111dd44a0c82f04e105968b--