Re: [Clirr-devel] CVS: clirr/core/src/java/net/sf/clirr/core/internal/checks InterfaceSetCheck.java
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-08-21 12:22:38
|
Vincent Massol wrote: >One more precision: I also got the following message in the console: > >[...] > [junit] Testsuite: org.apache.cactus.TestWebRequest > [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,04 sec > [junit] >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.TestCase not found. >java.lang.ClassNotFoundException: junit.framework.Test not found. > >BUILD FAILED >java.lang.NullPointerException > at >org.apache.bcel.classfile.JavaClass.getAllInterfaces(JavaClass.java:808) > at >net.sf.clirr.core.internal.checks.InterfaceSetCheck.check(InterfaceSetCheck. >java:58) > >So maybe there is some problem with the junit jar not being in some >classpath? > > Yes, I'd guess that this is the result of the first issue I mentioned in my other mail: dependencies are not considered (<[new/old]ClassPath> subelements of the clirr Ant task) Any chance that you can add references to the same classpath that is used for java compilation? Lars |