> This class must stay where it was - it is a base class for users' unit > tests - without it they won't be able to write unit tests to test > portlets. A release doesn't contain the test classes, there is no jar > with them. >
A test class must live in src/main instead of src/test? The jdk8 build error occurs because portlet plugin has a dependency on struts-junit-plugin and junit for the compile scope. This drags in some spring jars but not spring-core. If this project really needs such a special setup, with test stuff included in main project, then spring-core must be added as well. Regards, Christoph This Email was scanned by Sophos Anti Virus
