I've written a custom ant task that performs Checkstyle only on modified
files. Or on files modified since some revision.
The purpose is to gradually introduce a code quality policy on legacy
projects.
I plan to submit a patch back, meantime if you need it *now*, then email me
(uses Checkstyle
Experienced the same problem. Fixed it by removing an old ant-junit.jar from
the classpath.
Shawn Castrianni wrote:
>
> I am getting a forked JVM crash for my junit task after the unit tests run
> successfully. I am using ANT 1.7. I found the report on bug 41104 which
> is similar, but I ne