[Nant-users] Solution task and projects

2004-02-16 Thread Adam Patacchiola
Hi,   I'm trying to compile only one project in my solution by using the projects tag. However every project is always built. Any ideas what I'm doing wrong? I have also tried to exclude projects but they always get built as well.Thanks,   Adam

Re: [Nant-users] erm, how do I call the mono compiler? for tasks not nant

2004-02-16 Thread Jaroslaw Kowalski
You use task. NAnt decides whether to use any particular c# compiler depending on the current framework. You can set the framework in several ways: 1. Modify the "default" attribute in NAnt.exe.config. See this file for a list of available frameworks. 2. Use -k parameter when invoking NAnt na

[Nant-users] erm, how do I call the mono compiler? for tasks not nant

2004-02-16 Thread Craig Williams
hi,   I want to compile my code using the mono compiler from NAnt, I don't care if Nant itself uses MS's .NET framework. The only documentation I can find is compiling NAnt itself which I'm not interested in at this point?   Right now I call csc as my task but I didn't see anything else?   t