I am now getting from running 'ant'

compile:
     [echo] Compiling client
    [javac] Compiling 138 source files to /wave/wiab/build/src
    [javac] UndercurrentHarness.java:135: cannot find symbol
    [javac] symbol  : constructor
DefaultProvider(org.waveprotocol.wave.client.StageOne)
    [javac] location: class
org.waveprotocol.wave.client.StageTwo.DefaultProvider
    [javac]         return new StageTwo.DefaultProvider(one) {
    [javac]                ^
    [javac] UndercurrentHarness.java:135: cannot find symbol
    [javac] symbol  : constructor DefaultProvider()
    [javac] location: class
org.waveprotocol.wave.client.StageTwo.DefaultProvider
    [javac]         return new StageTwo.DefaultProvider(one) {
    [javac]                                                  ^
    [javac] Note: MobileUniversalPopup.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors

BUILD FAILED
/wave/wiab/build.xml:240: The following error occurred while executing
this line:
/wave/wiab/build-common.xml:30: The following error occurred while
executing this line:

This is due to StageTwo.DefaultProvider now being:  public
DefaultProvider(StageOne stageOne, Element unsavedIndicatorElement),
but UndercurrentHarness doesn't pass an unsavedIndicatorElement to it.

Reply via email to