RE: Checkstyle target problem

2003-03-10 Thread Paul Smith
. Paul > -Original Message- > From: Paul Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 11 March 2003 9:16 AM > To: 'Log4J Developers List' > Subject: RE: Checkstyle target problem > > > > Try using an absolute path to the jar file. Like: > >

RE: Checkstyle target problem

2003-03-10 Thread Paul Smith
> Try using an absolute path to the jar file. Like: > > checkstyle.jar=/path/to/checkstyle-2.4/checkstyle-all-2.4.jar Bummer, nope that didn't work either. ant -debug shows the class and property file being loaded by the parent class loader. So it seems to be finding it. weird. Is there some

RE: Checkstyle target problem

2003-03-10 Thread Oliver Burn
Try using an absolute path to the jar file. Like: checkstyle.jar=/path/to/checkstyle-2.4/checkstyle-all-2.4.jar > -Original Message- > From: Paul Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 11 March 2003 08:58 > To: 'Log4J Developers List' > Subject: RE:

RE: Checkstyle target problem

2003-03-10 Thread Paul Smith
> Are they any objections if I upgrade the Log4J build.xml to > use it? That would be cool. Inidicently, I think my cause isn't the lack of finding the jar, as I've found the checkstyle target under -verbose setting and get this: checkstyle: [taskdef] Loading definitions from resource checksty

RE: Checkstyle target problem

2003-03-10 Thread Mark Womack
> BTW - there is a Checkstyle version 3.0 which has many improvements. > See http://checkstyle.sourceforge.net/releasenotes.html. > > Are they any objections if I upgrade the Log4J build.xml to > use it? +1 -Mark - To unsubscri

RE: Checkstyle target problem

2003-03-10 Thread Oliver Burn
Womack [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 11 March 2003 08:55 > To: 'Log4J Developers List' > Subject: RE: Checkstyle target problem > > > Did you define the "checkstyle.jar" property in your local > build.properties? > > -Mark > > >

RE: Checkstyle target problem

2003-03-10 Thread Paul Smith
> Did you define the "checkstyle.jar" property in your local > build.properties? Yup: [build.properties] # Checkstyle OPTIONAL; required to run the checkstyle target Available from http://checkstyle.sf.net checkstyle.jar=../checkstyle-2.4/checkstyle-all-2.4.jar Inside the checkstyle-all-2.4.

RE: Checkstyle target problem

2003-03-10 Thread Mark Womack
Did you define the "checkstyle.jar" property in your local build.properties? -Mark > -Original Message- > From: Paul Smith [mailto:[EMAIL PROTECTED] > Sent: Monday, March 10, 2003 1:47 PM > To: Log4j-Dev (E-mail) > Subject: Checkstyle target problem >

Checkstyle target problem

2003-03-10 Thread Paul Smith
I can't seem to run the checkstyle target, I've got Checkstyle 2.4 downloaded and modified the build.properties file but when I do an 'ant checkstyle' I get: $ ant checkstyle Buildfile: build.xml init: checkstyle: BUILD FAILED file:c:/Jakarta/jakarta-log4j/build.xml:327: Must specify 'config'.