Review Request: Fixes failing test - issue WAVE-308

2011-12-31 Thread Yuri Zelikov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3338/ --- Review request for wave and Michael MacFadden. Summary --- Fixes failing

debug server

2011-12-31 Thread Ben Hegarty
Hi guys, I know this must seem a basic question, however I can't seem to get the debug server running so I can attach to it, I followed the instructions from http://www.waveprotocol.org/code/debugging, but this doesn't seem to be working, I get the error below... Does anyone know how to get pass

Re: debug server

2011-12-31 Thread Ali Lown
Take a look through some of the old docs (lists the different harnesses): http://www.waveprotocol.org/code/client-development-environment-set-up NB: Last time I tried I couldn't get waveharness-hosted to work. I can't remember the error now though. On 31 December 2011 17:24, Ben Hegarty

Re: debug server

2011-12-31 Thread Yuri Z
If you just want to debug WIAB server locally, then it would be easier by running the server from compiled classes with ant target: ant debug-server Debugging the client side is a bit more complex. If you want to debug just the WavePanel code (the Undercurrent), like for example if you want to

Re: debug server

2011-12-31 Thread Ben Hegarty
ok so I can get the *waveharness-hosted* working howvever the *hosted-gwt* complains about a missing startup url, does anyone know this url should be? On Sat, Dec 31, 2011 at 5:35 PM, Yuri Z vega...@gmail.com wrote: ant hosted-gwt