Re: [Checkstyle] Plugin now supports checkstyle 3.1

2003-06-01 Thread Oliver Burn
Check that you do not have ANTLR-2.7.1 in your classpath. Checkstyle 3.1 requires ANTLR-2.7.2. "Martin Poeschl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > built cvs HEAD, run 'maven site' > > i get: > > Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap > > fo

RE: [Checkstyle] Plugin now supports checkstyle 3.1

2003-05-31 Thread Vincent Massol
2.0 there might be some old 1.1 version there (both in jar format and expanded). Thanks -Vincent > -Original Message- > From: Martin Poeschl [mailto:[EMAIL PROTECTED] > Sent: 30 May 2003 16:18 > To: Maven Developers List > Subject: Re: [Checkstyle] Plugin now supports chec

Re: [Checkstyle] Plugin now supports checkstyle 3.1

2003-05-31 Thread Martin Poeschl
built cvs HEAD, run 'maven site' i get: Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap for each class when running 'maven checkstyle:report' it seems to work martin Vincent Massol wrote: Hi, I've just rewritten the checkstyle plugin to support checkstyle 3.1. Can you

[Checkstyle] Plugin now supports checkstyle 3.1

2003-05-30 Thread Vincent Massol
Hi, I've just rewritten the checkstyle plugin to support checkstyle 3.1. Can you please try it and report any error so that I can fix them quickly. Note: I have tried to convert the existing check sets for turbine and avalon into the new checkstyle XML format (the sun conventions was easy as it i