Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 22740 invoked from network); 11 Dec 2002 07:01:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Dec 2002 07:01:34 -0000 Received: (qmail 466 invoked by uid 97); 11 Dec 2002 07:02:50 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 430 invoked by uid 97); 11 Dec 2002 07:02:49 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 418 invoked by uid 98); 11 Dec 2002 07:02:48 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: Kelvin Tan To: Jakarta Commons Developers List X-Mailer: PocoMail 2.63 (1077) - Licensed Version Date: Wed, 11 Dec 2002 15:01:01 +0800 In-Reply-To: Subject: Re: [jelly] code style Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Rcpt-To: Message-ID: <103959120001@202.157.159.2> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 11 Dec 2002 01:57:35 -0500 (EST), bob mcwhirter said: >>Any chance of code style guidelines for jelly? I noticed you >>reformatted JellyServlet. If you use idea, maybe you can post >>checkin the xml config file for codestyles... > >I think he tends to follow the Sun Coding Conventions, much to= the >irritation of those of us following the more sane Turbine-esque >conventions, or the perfectly rationalized Werken flavour. > +1. But lets not go down this slippery slope. :-) >Either way, I think checkstyle should alert you to any= violations. > Not familiar with this. I use Maven to perform the check, I= suppose? I saw a couple of declarations in project.properties... # use Sun coding standards maven.checkstyle.lcurly.type =3D eol maven.checkstyle.lcurly.method =3D eol maven.checkstyle.lcurly.other =3D eol #maven.checkstyle.header.file =3D src/conf/checkstyle-LICENSE.txt maven.checkstyle.header.ignore.line =3D 1,2,3,4,5,6 maven.checkstyle.const.pattern =3D ^[a-z][a-zA-Z0-9]*$ # disable these non-critical errors to highlight # more important ones line missing javadoc maven.checkstyle.max.line.len =3D 100 maven.checkstyle.ignore.whitespace =3D true maven.checkstyle.ignore.public.in.interface =3D true > -bob > > >-- >To unsubscribe, e-mail: unsubscribe@jakarta.apache.org> For additional commands,= e-mail: >help@jakarta.apache.org> -- To unsubscribe, e-mail: For additional commands, e-mail: