|
From: Olivier J. <oli...@pc...> - 2006-04-13 15:43:29
|
Hi, while (still) trying to make spring able to run on free vm (GNU classpath and cacao/jamvm), I noticed that some tests are no more working on java 1.4 (even Sun) because of some java 5 specificities with this error : Unable to register AspectJ AutoProxyCreator. Cannot find class [org.springframework.aop.aspectj.autoproxy.AspectJAutoProxyCreator]. Are you running on Java 5.0+? Is this situation temporary or will the minimum version of java needed to run tests will be raised to Java 5.0 ? As a side note, with the cvs version of GNU classpath and cacao, any tests running on Sun jre 1.4 also work, excepted jasper related test (by lacking of some awt method implementation) and ClassUtilsTests (because of a minor issue on GNU classpath side which is worked on). Thanks for the reply. Olivier |