This page last changed on Oct 10, 2008 by asimon.
Setup
1) Start an C++ 0.10 broker
2) Edit the file: <project home>\dotnet\client-010\test\test.config and set the host name and port number of your broker. If security is enabled you may need to change the value of username and password.
For .NET 2.0
$ cd <project home>/dotnet/client-010/
$ nant test
For Mono on Linux
$ cd <project home>/dotnet/client-010/
$ nant -t:mono-2.0 test
|