Never mind, I resolved this by removing JDK 1.6 (which was the openjdk version) and installed JDK 1.7 from the Oracle download site.
On Wednesday, August 14, 2013 4:52:07 PM UTC-7, Jonathan Yen wrote: > > Hi, > I'm getting an error when I try to compile Jenkins. Is it broken, or is > something wrong with my configuration? I have JDK 1.6 and Maven 3. > > It looks like it's breaking because it's calling a deprecated function: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.0:compile > (default-compile) on project jenkins-core: Compilation failure: Compilation > failure: > [ERROR] > /root/jenkins/core/src/main/java/hudson/DescriptorExtensionList.java:[86,61] > invalid inferred types for D; inferred type does not conform to declared > bound(s) > > --Jonathan > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
