Checkstyle for Java 5 question

2005-08-03 Thread Aaron Colwell
I'm using Maven 1.1 on some Java 5 source. Checkstyle appeared to be having problems with the generic syntax. I discovered that Checkstyle 4.0-beta4 have Java 5 support and so I want maven to use that. I wasn't sure how to get maven to download the new version of checkstyle. After looking around

Re: Checkstyle for Java 5 question

2005-08-03 Thread Carlos Sanchez
Hi, You need the latest version of the checkstyle plugin from SVN. You can build it by yourself or use the one in http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-SNAPSHOT.jar (which may not be the latest one) Regards On 8/3/05, Aaron Colwell [EMAIL PROTECTED] wrote:

Re: Checkstyle for Java 5 question

2005-08-03 Thread Aaron Colwell
Thanks. Downloading the snapshot seemed to fix the problem. Aaron On Wed, Aug 03, 2005 at 01:01:32PM -0700, Carlos Sanchez wrote: Hi, You need the latest version of the checkstyle plugin from SVN. You can build it by yourself or use the one in