RE: Checkstyle task

2005-02-28 Thread Frank W. Zammetti
Ah! That's the piece of information I needed... I didn't realize the classpath had to be defined within the taskdef, I thought I could add the checkstyle JAR to my global classpath and it would work. Yes, that makes all the different, thank you! -- Frank W. Zammetti Founder and Chief Software A

RE: Checkstyle task

2005-02-28 Thread Dominique Devienne
> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > > I'm having a heck of a time trying to get a CheckStyle task up and > running... I'm using Ant 1.6.2 and CheckStyle 3.4. Here's what I have in > my build.xml: > > > > No classpath here, where it matters. > >includ