hi Michael and David, thanks for helping. I figured out the error. "...client.Asset" mentioned in the error was my custom doodad test class. And I created a Asset.gwt.xml and put "...client.Asset" in EditToolbar gwt xml as a dependecy, then it all worked :D I think I was missing the gwt.xml and gwt couldn't figure out how to link in Asset class.
thanks again for your help! On Nov 19, 8:25 am, Michael MacFadden <[email protected]> wrote: > I have also seen this after the libraries jars have been updated in > the main repository and updated without recompiling the main project. > I believe the compiled classes in the main project get out of sync > (especially anything that has been cross compiled with GWT). > > On Nov 18, 3:21 pm, David Hearnden <[email protected]> wrote: > > > > > > > > > I just tried the harness at changeset 492479a28176, and it works fine. > > > I noticed that in the second image, there is a line > > about ...client.Asset not being found in EditToolbar.java? That looks > > odd. Can you verify that you don't have any local changes that could > > be interfering with things (check 'hg outoing' and 'hg stat')? > > > On Nov 18, 5:23 pm, chris li <[email protected]> wrote: > > > > I just did an update to get the latest WIAB code and then I did a full > > > ant, then I did "ant waveharness_hosted" and clicked on launch default > > > web browser but I the errors (see error img below) > > > >http://i1126.photobucket.com/albums/l608/xweili/11-16-20103-41-29PM.p... > > > > any ideas? It used to work as of last friday. And all I did was an > > > update. > > > > Google guys, can you get the latest code and launch waveharness to see > > > if you get the same problem? -- 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.
