Now I'm getting compilation error, due to 1.3 jdk usage:
| [ERROR] BUILD FAILURE
| [INFO]
------------------------------------------------------------------------
| [INFO] Compilation failure
|
|
C:\projects\microcontainer\mdr\src\main\org\jboss\metadata\spi\retrieval\helper\MetaDataToAnnotationBridge.java:[36,39]
generics are not supported in -source 1.3
| (try -source 1.5 to enable generics)
| public class MetaDataToAnnotationBridge<T extends Annotation> implements
AnnotationItem<T>
|
Where is this 1.3 jdk creeping in?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142904#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...