Thanks everyone for the feedback! There were a few questions that I can answer:
On Thu, Oct 27, 2011 at 04:58, Jérémy Naegel <jeremy....@gmail.com> wrote: > One question: Does this mean that the Wave-in-Docs project is fully > cancelled? The team that was building Wave in Docs decided to build Wave on Appengine instead. This decision only happened recently. Nobody is working on Wave in Docs now. On Thu, Oct 27, 2011 at 01:08, Yuri Z <vega...@gmail.com> wrote: > I have some questions regarding settings in runant.sample: > What values should I substitute for your-oauth-client-id and > your-oauth-client-secret? I guess it's the same valuesas for Wave robot > registration? https://wave.google.com/wave/robot/register Thanks for trying it out :) I edited http://code.google.com/p/walkaround/wiki/RunningTheCode to be a little clearer on this. You can leave these parameters as they are to get going, but you won't be able to see user avatars or import waves until you get a client ID as described later in the document. > Besides that the only issues were: > 1. Cygwin - needed to convert to UNIX format using notepad++ I'm afraid I don't have a cygwin installation to reproduce this; can you give me more detail what happened and what you had to do to fix it? Is there something we should change in the code or in the instructions to make this easier? > 3. The download of junit zip hosted at GitHub - was some issue with SSL - > something like "unknown issuer", it could be also because of Cygwin. The URL https://github.com/downloads/KentBeck/junit/junit4.10.zip merely redirects to http://cloud.github.com/downloads/KentBeck/junit/junit4.10.zip, I changed the script to go straight there. I hope that eliminates the problem. Christian.