Hi, Actually the error you're getting is not related to Cactus per see. It is related to Commons-logging. I've done a search for you on the commons-logging mailing list:
http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&con fig=commons-user_jakarta_apache_org&restrict=&exclude=&words=Class+org.a pache.commons.logging.impl.Jdk14Logger+does+not+implement+Log The answer is somewhere in there! Can you try the suggestions provided there and tell us if it worked for you? BTW, if you wish to choose your logging implementation, check http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging /package-summary.html#package_description Hope it helps, -Vincent > -----Original Message----- > From: Algirdas M. [mailto:[EMAIL PROTECTED] > Sent: 28 August 2003 14:47 > To: Vincent Massol > Cc: 'Cactus Users List' > Subject: Re[2]: JUnit + Cactus + IntelliJ IDEA problems > > Hello Vincent, > > Thursday, August 28, 2003, 1:23:18 PM, you wrote: > > > >> public MyRunnerClass(String s) { > >> super(s); > >> } > >> > > VM> You don't need the constructor with JUnit 3.8.1 and Cactus 1.5. > > VM> It seems you're not using a correct version of Commons-logging. To be > VM> sure, make sure you use the one provided with Cactus (1.0.3 for Cactus > VM> 1.5-beta1). > > But i'm already using that (1.0.3) Commons-logging version for Cactus > 1.5 beta1... and without the constructor, i get also the same > exception :/ > > > > -- > Best regards, > Algirdas mailto:[EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
