Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Experiments / Generator / Generators / Project / Templates / doc / readme.txt
blob87ba248fa7e03e9f22a27310742ad615b56d8b8d
1 Readme for <%= Name %>\r
2 <%= '=' * (Name.Length + 11) %>\r
3 \r
4 To compile\r
5 ----------\r
6 From the project base directory, run:\r
7     nant\r
8 \r
9 To test\r
10 -------\r
11 From the project base directory, run:\r
12     nant test\r
14 To run builtin server\r
15 ---------------------\r
16 Under Mono *nix system you need to have XSP2 installed and in the path.\r
17 From the project base directory, run:\r
18     script/server\r