Oops. Apologies. I was so sure that I had a correct setup that I didn't check... and I had removed the checkstyle jar from my anthome/lib some while ago for some testing... :-(
Note: It still doesn't build but that's probably to do with some checkstyle.xml issue again Thanks and sorry again -Vincent > -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED]] > Sent: 31 December 2002 15:25 > To: Cactus Developers List > Subject: Re: Cactus build is failing in HEAD > > Hi Vincent, > > this looks weird... can you run with the -verbose option and send me the > results? > > The checkstyle.jar contains the 'checkstyletask.properties' file that > contains the taskname<->class-name mapping. It should work if > checkstyle.jar is on the classpath, so I guess it isn't on your > classpath. You can put it on the classpath by either specifying the > checkstyle.jar property, or by putting the JAR in $ANT_HOME/lib. > > That's the theory, at least ;-) > > Vincent Massol wrote: > > Hi Chris, > > > > I'm trying to build Cactus from CVS head and it seems the latest build > > changes related to checkstyle have broken something. When I type "ant > > release", I now get: > > > > > > init.checkstyle.check: > > > > init.checkstyle: > > [taskdef] Could not load definitions from resource > > checkstyletask.properties. It could not be foun > > d. > > > > checkstyle: > > > > BUILD FAILED > > file:E:/Dev/jakarta-cactus/anttasks/build.xml:272: Could not create task > > or type of type: checkstyle > > . > > > > Ant could not find the task or a class this task relies upon. > > > > This is common and has a number of causes; the usual > > solutions are to read the manual pages then download and > > install needed JAR files, or fix the build file: > > [...] > > > > > > > > Thanks > > -Vincent > > > > > > -- > > To unsubscribe, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> > > > > > > > -- > Christopher Lenz > /=/ cmlenz at gmx.de > > > -- > To unsubscribe, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
