I just did a clean CVS checkout of Spring and, after building "alljars",
attempted to "ant sandbox.jar". I was greeted with this:
[javac] Compiling 170 source files to ... spring/target/sandbox/classes
[javac] ...
spring/sandbox/src/org/springframework/aop/framework/asm/NonStaticTargetSourceCodeGenerationStrategy.java:153:
generics are not supported in -source 1.3
[javac] (try -source 1.5 to enable generics)
[javac] Class<?> returnType = method.getReturnType();
[javac] ^
[javac] 1 error
It seems to me that one should be able to just check out and compile... am I
mistaken?
- Andy
|