Hi all, As a first step towards improving documentation on Qpid, and understanding how it works, I wanted to run some examples. I first of all wanted to try out the Java examples, but mainly due to no-documentation, I couldn't really get through. However, I managed to successfully install and try out the C++ examples, and I'm looking forward to create documentation in this regard. There are few questions that I would like to sort out, before getting started.
1. Isn't it better to name examples/examples to something like examples/src ? 2. What does verfify and verify_all do? When I run it I get something like this Warning: not verifying python examples, /python/examples not found == examples/fanout/verify ./verify: 84: source: not found FAIL == examples/direct/verify ./verify: 84: source: not found FAIL == examples/request-response/verify ./verify: 84: source: not found FAIL == examples/pub-sub/verify ./verify: 84: source: not found FAIL I also ran the setup.py, but nothing seem to change. 3. Where (on the wiki) should I create the docs? These are related to "Getting started on C++ examples" Thanks, Senaka
