[classlib] Error building on Linux

2006-08-23 Thread Oliver Deakin
Hi, I get a build error on Linux this morning: [javac] /home/odeakin/svn-checkouts/test/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/JarURLConnection.java:229: inconvertible types [javac] found : java.lang.ref.Referencecapture of ? extends

Re: [classlib] Error building on Linux

2006-08-23 Thread Paulex Yang
It was me, will recover at once. Seems due to the luni-kernel-stubs.jar and luni-kernel.jar has different generics signatures for some j.l.reference classes. Oliver Deakin wrote: Hi, I get a build error on Linux this morning: [javac]

Re: [classlib] Error building on Linux

2006-08-23 Thread Paulex Yang
Revert the generic lift at revision r434005, please verify. Sorry for that. Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On 8/23/06, Paulex Yang wrote: It was me, will recover at once. Seems due

Re: [classlib] Error building on Linux

2006-08-23 Thread Oliver Deakin
It build ok for me now - thanks Paulex. Paulex Yang wrote: Revert the generic lift at revision r434005, please verify. Sorry for that. Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On 8/23/06,

Re: [classlib] Error building on Linux

2006-08-23 Thread Jean-frederic Clere
Paulex Yang wrote: Revert the generic lift at revision r434005, please verify. Sorry for that. That fixes the problem. Cheers Jean-Frederic Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On