Hi,

I tried to compile jakarta-turbine-2 from CVS using maven on w2k.
I get this error:

test:compile:
    [javac] Compiling 1 source file to
D:\cvs\jakarta-turbine-2\target\test-clas
ses
    [javac] [ERROR]
D:\cvs\jakarta-turbine-2\src\test\org\apache\turbine\test\Ba
seTestCase.java:57: package junit.framework does not exist
    [javac] [ERROR] import junit.framework.TestCase;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
D:\cvs\jakarta-turbine-2\src\test\org\apache\turbine\test\Ba
seTestCase.java:66: cannot resolve symbol
    [javac] [ERROR] symbol  : class TestCase
    [javac] [ERROR] location: class org.apache.turbine.test.BaseTestCase
    [javac] [ERROR] public abstract class BaseTestCase extends TestCase
    [javac] [ERROR]                                            ^
    [javac] [ERROR] 2 errors


However, junit-3.8.1.jar is located in maven_home\repository\junit\jars! And
the jar contains junit.framework.TestCase!

How comes that maven complains?

Marc


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to