|
From: Weinan Li <we...@re...> - 2014-01-05 03:27:33
|
Hi Dinuka, This is a bug fixed in JDK 7[1]. Here is the java version I’ve used for compiling RESTEasy: $ java -version java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) [1] http://bugs.sun.com/view_bug.do?bug_id=6302954 -- Weinan Li On Sunday, January 5, 2014 at 9:51 AM, Dinuka Arseculeratne wrote: > > > > Hi All, > > I just downloaded the source from GitHub and did a mvn clean install. But i get the following compilation error when the resteasy-client module is being built. I would appreciate it if you can help me out here. I am building with JDK 1.6. > > > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /D:/rnd_work/jboss/resteasy/Resteasy/jaxrs/resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java:[154,34] D:\rnd_work\jboss\resteas > nt\src\main\java\org\jboss\resteasy\client\jaxrs\internal\ClientInvocation.java:154: type parameters of <T>T cannot be determined; no unique maximal instance exists for t > ds T,java.lang.Object > > > > > Regards, > > Dinuka Arseculeratne > > Blog : http://dinukaroshan.blogspot.com > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > > _______________________________________________ > Resteasy-developers mailing list > Res...@li... (mailto:Res...@li...) > https://lists.sourceforge.net/lists/listinfo/resteasy-developers |