Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52469 invoked from network); 7 Aug 2007 15:45:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 15:45:59 -0000 Received: (qmail 72002 invoked by uid 500); 7 Aug 2007 15:45:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 71979 invoked by uid 500); 7 Aug 2007 15:45:57 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 71970 invoked by uid 99); 7 Aug 2007 15:45:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 08:45:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chirino@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 15:45:43 +0000 Received: by wa-out-1112.google.com with SMTP id k22so2052426waf for ; Tue, 07 Aug 2007 08:45:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=an3T1ZcCFu6iWg2zV4ynWTg8uykGZ5lUL19btFSuYbyqH2NiQLUXpK+bvUqmsu3YZ7kiyqzYW2rOUmaynYvLPaeNtWow7S5e3gKuiLAsxo/Hz3jTHQo/CJg/l3bAqKAJd+DkXNQnqTxF63yuPCkpO+DuJ+aGRU2EVbbUYZH4Ha8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=guoT9HOnC41trO2UnSeN0WDYrht0ZNNTVbYUkK5ek20mrIhcLJeG6nMbSJcho7NxF+FwXclzRlgFCZ80rAvlESVKbNJWp7Qmsq0Epai9i6xhKSYkiyUaW8ikoCCgwdIkGBOfm+F8NWnpos5i3n3egzbkvHd6BLEnRbEPiS8WEy4= Received: by 10.114.120.1 with SMTP id s1mr6856015wac.1186501526261; Tue, 07 Aug 2007 08:45:26 -0700 (PDT) Received: by 10.114.194.12 with HTTP; Tue, 7 Aug 2007 08:45:24 -0700 (PDT) Message-ID: Date: Tue, 7 Aug 2007 11:45:24 -0400 From: "Hiram Chirino" Sender: chirino@gmail.com To: dev@activemq.apache.org, camel-dev@activemq.apache.org Subject: Checkstyle MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: a661399609845c1f X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, We have never really discussed trying to use a single formatting style for activemq and camel code. But I think if we did it would make the code easier to read / maintain.. I don't really care much what they style is as long as it's consistent. To that end, I saw that the CXF project has done a good job defining a style in a format that check style can use and integrated that with maven eclipse and idea.. see: https://svn.apache.org/repos/asf/incubator/cxf/trunk/etc/ So I'm going to use that style and start trying to get our code to adhere to it. I'm just going to do this for the trunk of camel and activemq. If you guys have objections please let me know. -- Regards, Hiram Blog: http://hiramchirino.com