[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

Re: [Nant-users] compiling with visual studio open

2004-02-13 Thread Craig Williams
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

[Nant-users] compiling with visual studio open

2004-02-13 Thread Craig Williams
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

[Nant-users] resx files and form resources

2004-02-10 Thread Craig Williams
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