See <https://builds.apache.org/hudson/job/wave-small_tests/994/changes>
Changes: [Daniel Danilatos <[email protected]>] Extracts ButtonUpdater from EditToolbar for reuse outside wavepanel On behalf of [email protected] http://codereview.waveprotocol.org/587001 ------------------------------------------ Started by an SCM change Building remotely on ubuntu1 [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 1 changesets with 5 changes to 5 files (run 'hg update' to get a working copy) [wave-small_tests] $ hg update --clean --rev default 5 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://builds.apache.org/hudson/job/wave-small_tests/ws/build.xml> clean: [delete] Deleting directory <https://builds.apache.org/hudson/job/wave-small_tests/ws/build> [delete] Deleting directory <https://builds.apache.org/hudson/job/wave-small_tests/ws/dist> [delete] Deleting directory <https://builds.apache.org/hudson/job/wave-small_tests/ws/gen> [delete] Deleting directory <https://builds.apache.org/hudson/job/wave-small_tests/ws/test_out> [delete] Deleting directory <https://builds.apache.org/hudson/job/wave-small_tests/ws/war/webclient> BUILD SUCCESSFUL Total time: 1 second [wave-small_tests] $ /home/hudson/tools/ant/latest/bin/ant test Buildfile: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build.xml> init-logging: [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/logs> [echo] Logging to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/logs/build_2011-05-22_18-42-08.log> init: [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/proto> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/messages> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/src> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/test> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/coverage> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/dist> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/staging> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep> [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/test_out> compile-proto-dep: compile-proto: [javac] Compiling 10 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/proto> [touch] Creating <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep/compile-proto> gen-gxp-dep: gen-gxp: [touch] Creating <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep/gen-gxp> compile-gxp-dep: compile-gxp: [javac] Compiling 7 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/src> [touch] Creating <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep/compile-gxp> dist-pst-dep: dist-pst: [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/pst> [javac] Compiling 15 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/pst> [copy] Copying 58 files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/pst> [jar] Building jar: <https://builds.apache.org/hudson/job/wave-small_tests/ws/dist/pst.jar> [touch] Creating <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep/dist-pst> gen-messages-dep: gen-messages: [mkdir] Created dir: <https://builds.apache.org/hudson/job/wave-small_tests/ws/gen/messages> [touch] Creating <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep/gen-messages> compile-messages-dep: compile-messages: [javac] Compiling 287 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/messages> [delete] Deleting directory <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/messages/org/waveprotocol/wave/communication> [touch] Creating <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/dep/compile-messages> compile-dep: compile: compile: [echo] Compiling gwt-util [javac] Compiling 2 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/src> compile: [echo] Compiling api [javac] Compiling 105 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/src> compile: [echo] Compiling box [javac] Compiling 242 source files to <https://builds.apache.org/hudson/job/wave-small_tests/ws/build/src> [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:36: package org.waveprotocol.wave.client.editor.toolbar does not exist [javac] import org.waveprotocol.wave.client.editor.toolbar.ButtonUpdater; [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:37: package org.waveprotocol.wave.client.editor.toolbar does not exist [javac] import org.waveprotocol.wave.client.editor.toolbar.ParagraphApplicationController; [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:38: package org.waveprotocol.wave.client.editor.toolbar does not exist [javac] import org.waveprotocol.wave.client.editor.toolbar.ParagraphTraversalController; [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:39: package org.waveprotocol.wave.client.editor.toolbar does not exist [javac] import org.waveprotocol.wave.client.editor.toolbar.TextSelectionController; [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:104: cannot find symbol [javac] symbol : class ButtonUpdater [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] private final ButtonUpdater updater = new ButtonUpdater(editor); [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:104: cannot find symbol [javac] symbol : class ButtonUpdater [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] private final ButtonUpdater updater = new ButtonUpdater(editor); [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:340: cannot find symbol [javac] symbol : class ParagraphTraversalController [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] return new ParagraphTraversalController(editor, new ContentElement.Action() { [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:377: cannot find symbol [javac] symbol : class ParagraphTraversalController [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] .applyTo(b, new ParagraphTraversalController(editor, Paragraph.INDENTER)); [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:384: cannot find symbol [javac] symbol : class ParagraphTraversalController [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] .applyTo(b, new ParagraphTraversalController(editor, Paragraph.OUTDENTER)); [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:474: cannot find symbol [javac] symbol : class ParagraphApplicationController [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] return updater.add(new ParagraphApplicationController(b, editor, style)); [javac] ^ [javac] <https://builds.apache.org/hudson/job/wave-small_tests/ws/src/org/waveprotocol/wave/client/wavepanel/impl/toolbar/EditToolbar.java>:479: cannot find symbol [javac] symbol : class TextSelectionController [javac] location: class org.waveprotocol.wave.client.wavepanel.impl.toolbar.EditToolbar [javac] return updater.add(new TextSelectionController(b, editor, [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 11 errors BUILD FAILED <https://builds.apache.org/hudson/job/wave-small_tests/ws/build.xml>:233: The following error occurred while executing this line: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build-common.xml>:30: The following error occurred while executing this line: <https://builds.apache.org/hudson/job/wave-small_tests/ws/build-macros.xml>:70: Compile failed; see the compiler error output for details. Total time: 24 seconds Recording test results
