Thought it would be useful documenting my efforts to set up Wave for development on my XP machine, to hopefully highlight a few issues that might be preventing more contributions.
I am using this guide here; https://cwiki.apache.org/confluence/display/WAVE/Client+Development+Setup --------- Stuck #1; Wheres the latest source? (Answer from mailing list ; http://incubator.apache.org/wave/source-code.html) --- Note #1: As I am checking out I get an error: "Error validating server certificate for https://svn.apache.org:443<https://svn.apache.org/>: Unknown certificate issuer. Fingerprint: bc:5f:40:92:fd:6a:49:aa:f8:b8:35:0d:ed:27:5e:a6:64:c1:7a:1b Thawte, Inc., US" I accept once and proceed. --- Once downloaded, I manually add the Environmental Variables from windows. Stuck #2: "cd [THE_FULL_PATH_TO]wave-protocol"is written in the guide. Only wave-protocol doesn't seem to exist. The repo checked out to just "wave" by default, and there's no directory called "wave-protocol". Has renaming shenanigans gone on since the guide was written? ..