My fault - I forgot to hg add some files before committing. Fix pushed. On Fri, Jan 14, 2011 at 4:30 PM, Apache Hudson Server < [email protected]> wrote:
> See <https://hudson.apache.org/hudson/job/wave-small_tests/19/changes> > > Changes: > > [Daniel Danilatos <[email protected]>] Strip w: prefix from code > http://codereview.waveprotocol.org/487001/ > > [Yuri Z. <[email protected]>] Replace Window.promt when clicking on 'Link > to the blip' button with nice popup. > > ------------------------------------------ > Started by an SCM change > Started by an SCM change > Building remotely on ubuntu2 > [wave-small_tests] $ hg incoming --quiet --bundle hg.bundle --template > "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' > date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" > --rev default > [wave-small_tests] $ hg unbundle hg.bundle > adding changesets > adding manifests > adding file changes > added 2 changesets with 51 changes to 51 files > (run 'hg update' to get a working copy) > [wave-small_tests] $ hg update --clean --rev default > 51 files updated, 0 files merged, 0 files removed, 0 files unresolved > [wave-small_tests] $ hg log --rev . --template {node} > [wave-small_tests] $ /home/hudson/tools/ant/latest/bin/ant clean > Buildfile: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build.xml> > > clean: > [delete] Deleting directory < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build> > [delete] Deleting directory < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/dist> > [delete] Deleting directory < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/gen> > [delete] Deleting directory < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/test_out> > [delete] Deleting directory < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/war/webclient> > > BUILD SUCCESSFUL > Total time: 5 seconds > [wave-small_tests] $ /home/hudson/tools/ant/latest/bin/ant test > Buildfile: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build.xml> > > init-logging: > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/logs> > [echo] Logging to < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/logs/build_2011-01-14_05-30-14.log > > > > init: > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/proto> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/src> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/test> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/coverage> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/dist> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/staging> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/dep> > [mkdir] Created dir: < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/test_out> > > compile-proto-dep: > > compile-proto: > [javac] Compiling 41 source files to < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/proto> > [touch] Creating < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/dep/compile-proto > > > > gen-gxp-dep: > > gen-gxp: > [touch] Creating < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/dep/gen-gxp > > > > compile-gxp-dep: > > compile-gxp: > [javac] Compiling 7 source files to < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/src> > [touch] Creating < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/dep/compile-gxp > > > > compile-dep: > > compile: > > compile: > [javac] Compiling 2 source files to < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/src> > > compile: > [javac] Compiling 104 source files to < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/src> > > compile: > [javac] Compiling 233 source files to < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/build/src> > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/BlipView.java>:44: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: interface > org.waveprotocol.wave.client.wavepanel.view.BlipView > [javac] BlipLinkPopupView createLinkPopup(); > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/edit/Actions.java>:23: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: package org.waveprotocol.wave.client.wavepanel.view > [javac] import > org.waveprotocol.wave.client.wavepanel.view.BlipLinkPopupView; > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/dom/FullStructure.java>:33: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: package org.waveprotocol.wave.client.wavepanel.view > [javac] import > org.waveprotocol.wave.client.wavepanel.view.BlipLinkPopupView; > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/dom/FullStructure.java>:50: > cannot find symbol > [javac] symbol : class BlipLinkPopupWidget > [javac] location: package > org.waveprotocol.wave.client.wavepanel.view.dom.full > [javac] import > org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget; > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/impl/BlipViewImpl.java>:20: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: package org.waveprotocol.wave.client.wavepanel.view > [javac] import > org.waveprotocol.wave.client.wavepanel.view.BlipLinkPopupView; > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/impl/BlipViewImpl.java>:137: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: class > org.waveprotocol.wave.client.wavepanel.view.impl.BlipViewImpl<I> > [javac] public BlipLinkPopupView createLinkPopup() { > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/impl/BlipViewImpl.java>:70: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: interface > org.waveprotocol.wave.client.wavepanel.view.impl.BlipViewImpl.Helper<I> > [javac] BlipLinkPopupView createLinkPopup(I impl); > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/edit/Actions.java>:176: > cannot find symbol > [javac] symbol : class BlipLinkPopupView > [javac] location: class > org.waveprotocol.wave.client.wavepanel.impl.edit.Actions > [javac] BlipLinkPopupView blipLinkPopupView = > blipUi.createLinkPopup(); > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/dom/FullStructure.java>:225: > cannot find symbol > [javac] symbol: class BlipLinkPopupView > [javac] public BlipLinkPopupView createLinkPopup(BlipViewDomImpl > impl) { > [javac] ^ > [javac] < > https://hudson.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/view/dom/FullStructure.java>:226: > cannot find symbol > [javac] symbol: class BlipLinkPopupWidget > [javac] return new BlipLinkPopupWidget(impl.getElement()); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 10 errors > > BUILD FAILED > <https://hudson.apache.org/hudson/job/wave-small_tests/ws/build.xml>:203: > The following error occurred while executing this line: > <https://hudson.apache.org/hudson/job/wave-small_tests/ws/build-common.xml>:25: > The following error occurred while executing this line: > <https://hudson.apache.org/hudson/job/wave-small_tests/ws/build-macros.xml>:68: > Compile failed; see the compiler error output for details. > > Total time: 16 seconds > Recording test results > >
