I've noticed that Sun's JDK has more trouble inferring types than OpenJDK.
Perhaps Hudson should be configured to compile under both since some people
use the Sun JDK and some use OpenJDK.

-Tad

On Thu, Oct 28, 2010 at 7:58 PM, Alex North <[email protected]> wrote:

> ... but I'm not sure why.
>
> The failure is
>
>     [javac] 
> /home/google/open-wave-build/hudson/jobs/default/workspace/src/org/waveprotocol/box/server/robots/RobotWaveletData.java:120:
>  incompatible types; no instance(s) of type variable(s) O exist so that 
> org.waveprotocol.wave.model.operation.SilentOperationSink<O> conforms to 
> org.waveprotocol.wave.model.operation.SilentOperationSink<org.waveprotocol.wave.model.operation.wave.WaveletOperation>
>     [javac] found   : 
> <O>org.waveprotocol.wave.model.operation.SilentOperationSink<O>
>     [javac] required: 
> org.waveprotocol.wave.model.operation.SilentOperationSink<org.waveprotocol.wave.model.operation.wave.WaveletOperation>
>     [javac]         SilentOperationSink.Executor.build(perAuthorWavelet);
>
>
> but that code hasn't changed recently. It builds for me locally. If anyone
> has any insights they'd be most welcome.
>
> A.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Wave Protocol" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<wave-protocol%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/wave-protocol?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en.

Reply via email to