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
ok, sorry you can ignore this - csc.exe was stuck
in memory and had locked the file! ;)
C
- Original Message -
From:
Craig Williams
To: [EMAIL PROTECTED]
Sent: Friday, February 13, 2004 9:42
AM
Subject: [Nant-users] compiling with
visual studio open
I
I sometimes have to use a designer inside visual
studio to do some work but when it's open I can't compile the projects with
NAnt.
I get an error saying the output file (*.pdb) is in
use by another process, which is odd because its writing this file into my build
directory so I don't see h
What is the recommended method for handling
resources using NAnt ?
If I have a VS built form with a resx file, it gets
ignored and the resources don't get compiled into the assembly.
or did I miss something ;)?
thanks
Craig