Just tried building from the latest code pull and got the following
error message:


compile:
    [javac] Compiling 302 source files to
/home/purserj/wave-devel/wave-protocol-io2010/build/core
    [javac] 
/home/purserj/wave-devel/wave-protocol-io2010/src/org/waveprotocol/wave/client/common/util/JsoStringMap.java:65:
type parameters of <V>V cannot be determined; no unique maximal
instance exists for type variable V with upper bounds
V,java.lang.Object
    [javac]     return backend.getObjectUnsafe(key);
    [javac]                                   ^
    [javac] 
/home/purserj/wave-devel/wave-protocol-io2010/src/org/waveprotocol/wave/client/common/util/JsoStringMap.java:72:
type parameters of <V>V cannot be determined; no unique maximal
instance exists for type variable V with upper bounds
V,java.lang.Object
    [javac]       return backend.getObjectUnsafe(key);
    [javac]                                     ^
    [javac] 
/home/purserj/wave-devel/wave-protocol-io2010/src/org/waveprotocol/wave/client/common/util/JsoStringMap.java:80:
type parameters of <V>V cannot be determined; no unique maximal
instance exists for type variable V with upper bounds
V,java.lang.Object
    [javac]     return backend.getObjectUnsafe(escape(key));
    [javac]                                   ^
    [javac] 
/home/purserj/wave-devel/wave-protocol-io2010/src/org/waveprotocol/wave/model/document/util/LineContainers.java:157:
incompatible types
    [javac] found   :
org.waveprotocol.wave.model.document.util.Point.El<java.lang.Object>
    [javac] required: org.waveprotocol.wave.model.document.util.Point<N>
    [javac]           return Point.inElement(el, nodeAfter);
    [javac]                                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

Java Version: SUN 1.6.0_17

James Purser

-- 
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