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
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
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