Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
r2.06.04 (m13 - rc5)
-
None
-
None
-
hippo-ecm trunk rev 18168
Ubuntu 9.04
Java 6
Description
"mvn -DskipTests clean install" fails with:
[INFO] [compiler:compile]
[INFO] Compiling 2 source files to /home/niels/dev/hippo-ecm/trunk/frontend/test/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[27,30] cannot find symbol
symbol : class TestCase
location: package org.hippoecm.repository
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[33,41] cannot find symbol
symbol: class TestCase
public abstract class PluginTest extends TestCase {
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[59,8] cannot find symbol
symbol : method setRepository(org.hippoecm.repository.HippoRepository)
location: class org.hippoecm.frontend.PluginTest
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[64,8] cannot find symbol
symbol : method tearDownClass(boolean)
location: class org.hippoecm.frontend.PluginTest
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[69,8] cannot find symbol
symbol : variable super
location: class org.hippoecm.frontend.PluginTest
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[70,15] cannot find symbol
symbol : variable session
location: class org.hippoecm.frontend.PluginTest
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[71,14] cannot find symbol
symbol : variable session
location: class org.hippoecm.frontend.PluginTest
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[78,23] cannot find symbol
symbol: variable session
return session;
/home/niels/dev/hippo-ecm/trunk/frontend/test/src/main/java/org/hippoecm/frontend/PluginTest.java:[88,8] cannot find symbol
symbol : variable super
location: class org.hippoecm.frontend.PluginTest
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 5 seconds
[INFO] Finished at: Tue May 19 09:41:40 PDT 2009
[INFO] Final Memory: 37M/133M
[INFO] --------------------------------------------------------------