Re: [nant-dev] PATCH: New attribute to exec task.

2003-08-17 Thread Gert Driesen
Hi Jaroslaw, I've added this attribute now. That was my intention anyway, so thanks for reporting this. Gert - Original Message - From: Jaroslaw Kowalski [EMAIL PROTECTED] To: NAnt Developers [EMAIL PROTECTED] Sent: Saturday, August 16, 2003 11:38 PM Subject: [nant-dev] PATCH: New

[nant-dev] PATCH: New attribute to exec task.

2003-08-16 Thread Jaroslaw Kowalski
This one-liner allows you to specify new exec task attribute: 'useruntimenegine'. This is needed to run managed executables on Linux/mono. You use it like this: exec program=/path/to/filename.exe useruntimeengine=true / without this patch you had to write: exec program=/path/to/mono