Re: [nant-dev] Mono Support

2003-02-28 Thread Philip Nelson
--- Ian MacLean [EMAIL PROTECTED] wrote: Which is why the mcs task should go and we use the same csc task for both. The stuff i'm working on with loading settings from the confiog will allow this. Ie if you set the current runtime to be mono - it will know to call mcs.exe instead of csc.exe

RE: [nant-dev] Loop task delimiters

2003-02-28 Thread Matthew Mastracci
Yeah- it would a bit more re-engineering, but I think that you are correct. Perhaps the same structure should be applied to the delim property as well. On Fri, 2003-02-28 at 02:34, Simon Steele wrote: Wouldn't multiple sub-elements be the more XML thing to do? foreach item=Line in=C:\foo.txt

[nant-dev] Compiling for Mono

2003-02-28 Thread Gert Driesen
Hi, I'm trying to build a assemby using Mono 0.20 on Windows, but apparently the Mcs task calls the mcs.exe, this will cause Mono to compile an assembly using the .NET runtime instead of the Mono runtime. The task should instead call "mono mcs.exe [options]" where mcs.exe should be

[nant-dev] cross-posting (to dev/user)

2003-02-28 Thread Scott Hernandez
Please don't cross post. (don't post to both lists at the same time) If it is a development issue, like a code change, a release issue, or a bug,post to the dev list. If it is a user issue, like how to write a buildfile or use a task,post to the user list. Also, please don't reply to any

[nant-dev] Writing a custom task tutorial

2003-02-28 Thread Gordon Weakliem
I've started writing a tutorial on creating custom tasks, I thought I'd throw the first draft out for comments. I've attached my draft as well as a copy of the custom task that I'm using as the basis for the tutorial. I'd appreciate any feedback people have. The early parts of the article

Re: [nant-dev] Compiling for Mono

2003-02-28 Thread Ian MacLean
Gert Driesen wrote: I'm trying to build a assemby using Mono 0.20 on Windows, but apparently the Mcs task calls the mcs.exe, this will cause Mono to compile an assembly using the .NET runtime instead of the Mono runtime. The task should instead call mono mcs.exe [options] I think *should* is

Re: [nant-dev] Compiling for Mono

2003-02-28 Thread Gert Driesen
responses inline ... - Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, March 01, 2003 3:16 AM Subject: Re: [nant-dev] Compiling for Mono Gert Driesen wrote: I'm trying to build a assemby using Mono 0.20