Return-Path: Delivered-To: apmail-avro-user-archive@www.apache.org Received: (qmail 60117 invoked from network); 18 Apr 2011 11:26:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2011 11:26:33 -0000 Received: (qmail 24747 invoked by uid 500); 18 Apr 2011 11:26:33 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 24671 invoked by uid 500); 18 Apr 2011 11:26:32 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 24660 invoked by uid 99); 18 Apr 2011 11:26:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 11:26:32 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 204.13.248.72 is neither permitted nor denied by domain of holger.hoffstaette@googlemail.com) Received: from [204.13.248.72] (HELO mho-02-ewr.mailhop.org) (204.13.248.72) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 11:26:24 +0000 Received: from p5086d994.dip.t-dialin.net ([80.134.217.148] helo=[192.168.100.223]) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1QBmah-00050l-Of for user@avro.apache.org; Mon, 18 Apr 2011 11:26:03 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 80.134.217.148 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18JIMNzKMMsXXUuHxJWn6FPa4KCtAdGVQQ= Message-ID: <4DAC1FC4.3000507@googlemail.com> Date: Mon, 18 Apr 2011 13:25:56 +0200 From: =?ISO-8859-1?Q?Holger_Hoffst=E4tte?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: avro-users Subject: Is paranamer-maven-plugin still required? X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I'm finally giving avro-ipc a try and for starters tried porting the avro-rpc-quickstart example from Github. After cleaning up the deprecated classes and figuring out that I now have to actually start the server :) I'm up and running with 1.5.0, code gen and all. Everything *seems* to work fine and builds cleanly even though I don't have the paranamer-maven-plugin in my pom, so I was wondering if that was still required or just something specific to the old example. thanks Holger