[Nant-users] 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 spe

Re: [Nant-users] Style Task with FileSet

2003-02-28 Thread Scott Hernandez
Jason, The only thing I can think of that would come close is using a , and only if all the files of each type (of transformation) are in the same directory. Otherwise, please patch away. It is a good feature, and will make better use of template caching than the above solution, even if it works

[Nant-users] Style Task with FileSet

2003-02-28 Thread Jason Pettys
Hi All, I'd like to do something like this: