You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • No labels