You probably need to update your local copy, then run "ant" and "ant compile_gwt_dev". The latest version should show you a login page first, not the wave panel.
The default ant target "dist" doesn't compile/recompile the GWT stuff. You have to do that manually. -Tad On Tue, Oct 26, 2010 at 1:08 PM, David Ahearn <[email protected]>wrote: > Quick update: Thanks for your input, friends! I have what appears to > be a running Wave server. I can navigate to http://localhost:9898 and > get a basic, blank "Wave in a box" interface. The "New Wave," "+" and > "Click Here to Reply" buttons/links do nothing. Is that where we are > with this build, or an I still not fully-functional? I thought I'd be > able to add a wave at least... > > On Oct 23, 3:36 pm, Joseph Gentle <[email protected]> wrote: > > http://codereview.waveprotocol.org/242002/show > > > > On Sun, Oct 24, 2010 at 9:35 AM, Joseph Gentle <[email protected]> > wrote: > > > I think that should be the default behaviour. Any anyway, > > > 'build_server' is a confusing name for something that builds both the > > > server & the client. > > > > > -J > > > > > On Sat, Oct 23, 2010 at 7:38 PM, James Purser <[email protected]> > wrote: > > >> alternatively we could slot in a "build_server" option which would > basically > > >> be default+compile_gwt > > >> James > > > > >> On Sat, Oct 23, 2010 at 7:25 PM, Joseph Gentle <[email protected]> > wrote: > > > > >>> I don't think so. Its rather slow; but its not like you have to use > it > > >>> when you're developing. > > > > >>> Let me throw up a CL. > > > > >>> -J > > > > >>> On Sat, Oct 23, 2010 at 6:37 PM, James Purser < > [email protected]> > > >>> wrote: > > >>> > At the moment, is there any real reason why compile_gwt cannot be > > >>> > included > > >>> > in the default build process? > > >>> > James > > > > >>> > On Sat, Oct 23, 2010 at 6:14 PM, Soren Lassen <[email protected]> > wrote: > > > > >>> >> you're missing an underscore in compile_gwt > > > > >>> >> On Sat, Oct 23, 2010 at 6:10 PM, David Ahearn < > [email protected]> > > >>> >> wrote: > > >>> >> > That got the ant to work! but then... > > > > >>> >> > dahe...@ubuntu:~/wave-protocol$ ant compile gwt > > >>> >> > Buildfile: /home/dahearn/wave-protocol/build.xml > > > > >>> >> > init: > > > > >>> >> > proto_compile: > > >>> >> > [javac] /home/dahearn/wave-protocol/build.xml:69: warning: > > >>> >> > 'includeantruntime' was not set, defaulting to > > >>> >> > build.sysclasspath=last; set to false for repeatable builds > > > > >>> >> > gen_gxp: > > > > >>> >> > compile: > > >>> >> > [javac] Compiling 7 source files to > /home/dahearn/wave-protocol/ > > >>> >> > build/core > > > > >>> >> > BUILD FAILED > > >>> >> > Target "gwt" does not exist in the project "waveinabox". > > > > >>> >> > Total time: 2 seconds > > > > >>> >> -- > > >>> >> 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]<wave-protocol%[email protected]> > . > > >>> >> For more options, visit this group at > > >>> >>http://groups.google.com/group/wave-protocol?hl=en. > > > > >>> > -- > > >>> > 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]<wave-protocol%[email protected]> > . > > >>> > For more options, visit this group at > > >>> >http://groups.google.com/group/wave-protocol?hl=en. > > > > >>> -- > > >>> 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]<wave-protocol%[email protected]> > . > > >>> For more options, visit this group at > > >>>http://groups.google.com/group/wave-protocol?hl=en. > > > > >> -- > > >> 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]<wave-protocol%[email protected]> > . > > >> For more options, visit this group at > > >>http://groups.google.com/group/wave-protocol?hl=en. > > -- > 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]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- 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.
