Re: Creating a fileset from a list of filenames

2010-01-19 Thread jasper.blues
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

Re: JUnit crash after successful run

2009-12-27 Thread jasper.blues
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