On 2/10/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > > java.lang.UnsupportedClassVersionError: > org/apache/shale/test/base/AbstractViewControllerTestCase (Unsupported > major.minor version 48.0) > > Does AbstractVCTestCase require java 1.5 now or is this a build > problem? I am using java 1.4 and cannot run my test cases now.
That's really odd. I build Shale with 1.5 (so it can build the Tiger Extensions), but it has source=1.4 and target=1.4 on all the <javac> commands (except the one for Tiger) so that the output should be 1.4compatible. Indeed, I am able to use 1.4 and execute some unit tests that use AbstractViewControllerTestCase with no problems. Are you able to use the shale-core.jar classes from this same nightly build at runtime with no problems? (They all use the same compile settings, so I'd expect problems here as well if it is a build issue). using shale-test.jar from 2/10. Craig Thanks, > Ryan >