trying to get started and encountered the following error when running
the ant build process:

{{{
wave-protocol$ ant dist
Buildfile: build.xml

init:

proto_compile:

gen_gxp:

compile:
   [depend] Deleted 77 out of date files in 0 seconds
    [javac] Compiling 177 source files to /home/user/wave-protocol/
build/core
    [javac] /home/user/wave-protocol/src/org/waveprotocol/wave/
examples/client/webclient/client/StageOneProvider.java:67: cannot find
symbol
    [javac] symbol  : constructor
StageTwoProvider(org.waveprotocol.wave.client.StageOne)
    [javac] location: class
org.waveprotocol.wave.examples.client.webclient.client.StageTwoProvider
    [javac]     return new StageTwoProvider(one);
    [javac]            ^
    [javac] 1 error
}}}

...haven't touched any code yet, just trying to see if I can get the
basic WiaB to compile :/

on Ubuntu 9.04 running java 1.6.0_20


I looked at the StageProvider classes and couldn't see anything that
would immediately explain the failure (but I'm fairly new to
java)...any ideas would be appreciated.

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