|
From: Darren D. <da...@sh...> - 2006-01-20 19:35:56
|
1137785753
FAILED
[javac] methodParam.getConstructor().getGenericParameterTypes()[methodParam.getParameterIndex()], typeIndex);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:100: cannot resolve symbol
[javac] symbol : method getGenericParameterTypes ()
[javac] location: class java.lang.reflect.Method
[javac] methodParam.getMethod().getGenericParameterTypes()[methodParam.getParameterIndex()], typeIndex);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:112: cannot resolve symbol
[javac] symbol : method getGenericReturnType ()
[javac] location: class java.lang.reflect.Method
[javac] return extractType(method.getGenericReturnType(), typeIndex);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:122: cannot resolve symbol
[javac] symbol : class ParameterizedType
[javac] location: class org.springframework.core.GenericsHelper
[javac] if (type instanceof ParameterizedType) {
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:123: cannot resolve symbol
[javac] symbol : class Type
[javac] location: class org.springframework.core.GenericsHelper
[javac] Type[] paramTypes = ((ParameterizedType) type).getActualTypeArguments();
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:123: cannot resolve symbol
[javac] symbol : class ParameterizedType
[javac] location: class org.springframework.core.GenericsHelper
[javac] Type[] paramTypes = ((ParameterizedType) type).getActualTypeArguments();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 9 errors
Last CVS updates prior to this build were:
1137784381
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|