Re: source style integration with ant

2003-04-03 Thread Jacob Kjome
Try http://jalopy.sourceforge.net/ and http://checkstyle.sourceforge.net/ You can see them in use in the log4j-sandbox project. I'm sure other projects use these tools as well, but I know log4j-sandbox specifically does. Jake At 10:49 AM 4/3/2003 -0500, you wrote: All, I work on a pret

RE: source style integration with ant

2003-04-03 Thread David McTavish
checkstyle is sent from heaven. http://checkstyle.sourceforge.net or jalopy is good for auto-updating http://jalopy.sourceforge.net/ -Original Message- From: Ruel Loehr [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:49 AM To: Ant Users List Subject: source style integration

source style integration with ant

2003-04-03 Thread Ruel Loehr
All, I work on a pretty huge project and we are killing ourselves with our coding style. 20 developers with 20 different styles. Has anyone had any experience with defining standards, or implementing automated ways (via ant) to standardize the code? What works best? Thanks, Ruel Loehr