Hi,
After a hg pull && hg update I get this compile error:
compile:
[javac] Compiling 105 source files to
/home/vjrj/wiab/wave-protocol/build/src
compile:
[javac] Compiling 236 source files to
/home/vjrj/wiab/wave-protocol/build/src
[javac]
/home/vjrj/wiab/wave-protocol/src/org/waveprotocol/wave/client/scroll/ScrollBuilder.java:38:
invalid inferred types for M; actual arguments do not conforms to
inferred formal arguments
[javac] required: org.waveprotocol.wave.client.scroll.ScrollPanel<?
super java.lang.Object>
[javac] found: org.waveprotocol.wave.client.scroll.ProxyScrollPanel
[javac] return SmartScroller.create(scroller);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
Am I missing something?
Bests,
--
Vicente J. Ruiz Jurado
http://comunes.org
http://ourproject.org
http://homes.ourproject.org/~vjrj/blog
"Happiness is not achieved by the conscious pursuit of happiness; it is
generally the by-product of other activities." [Aldous Huxley]