Re: Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread George Stragand
For grins, I downloaded 3.0.1 again, and it works now even though we had it installed already. Thanks. On 2/19/07, Lukas Theussl <[EMAIL PROTECTED]> wrote: I'm not sure what the problem is, java 5 support has been added in version 3.0 of the checkstyle plugin (according to the changelog). The

Re: Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread Lukas Theussl
I'm not sure what the problem is, java 5 support has been added in version 3.0 of the checkstyle plugin (according to the changelog). The current 3.0.1 uses checkstyle 4.1 and there is no newer version available. HTH, -Lukas George Stragand wrote: Yes, I know Maven 2.0.5 has been released.

Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread George Stragand
Yes, I know Maven 2.0.5 has been released. I have some older Maven 1.xprojects that have been upgraded to Java 1.5 and now we see the dreaded "Got an exception - expecting EOF, found" message from Checkstyle. It would appear that we need to upgrade to Checkstyle 4.x to handle Java 1.5 syntax. I