Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Stefan Bodewig
On 14 Oct 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hmm, I assume adding a mint config in addition to > NAnt.Console.exe.config.linux I was obviously looking at an out-of-date Makefile, sorry. Stefan --- This SF.net email is sponsored

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Stefan Bodewig
On Tue, 14 Oct 2003, Gert Driesen <[EMAIL PROTECTED]> wrote: > So what we need is a way of determining that NAnt is running on Mac, > so we can create a third "platform" for Mac... No, what you need is a way of determining whether you can use mono or have to fall back to mint. AFAIU mono is only

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Gert Driesen
t; <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "NAnt-Devel" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 10:34 PM Subject: Re: [nant-dev] Exec Task OS Specific > Apparently its just not documented, but the attribute itself works.

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Gert Driesen
le (src/NAnt.Console/NAnt.Console.exe.config before you build, or bin/NAnt.exe.config after you've built NAnt). Hope this helps, Gert - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 7:55 AM Subject: Re: [nan

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Stefan Bodewig
On Mon, 13 Oct 2003, Jaroslaw Kowalski <[EMAIL PROTECTED]> wrote: > useruntimeengine="true" > commandline="/repository ${resource.dir}/repository.xml /> Could that explain my Mac problems? A boolean for useruntimeengine may not be enough for Mono support on platforms where

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Ian MacLean
al Message - From: "Met @ Uber" <[EMAIL PROTECTED]> To: "NAnt-Devel" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 10:07 PM Subject: [nant-dev] Exec Task OS Specific Does the exec task use 'mono' when on Linux to run programs? For example:

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Met @ Uber
; > > > Gert > > > > - Original Message - > > From: "Met @ Uber" <[EMAIL PROTECTED]> > > To: "NAnt-Devel" <[EMAIL PROTECTED]> > > Sent: Monday, October 13, 2003 10:07 PM > > Subject: [nant-dev] Exec Task OS Specif

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Jaroslaw Kowalski
Use: To: "NAnt-Devel" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 10:07 PM Subject: [nant-dev] Exec Task OS Specific > Does the exec task use 'mono' when on Linux to run programs? For > example: > >commandline="/repository

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Met @ Uber
r the exec task to > true if you want that behaviour ... > > Gert > > - Original Message - > From: "Met @ Uber" <[EMAIL PROTECTED]> > To: "NAnt-Devel" <[EMAIL PROTECTED]> > Sent: Monday, October 13, 2003 10:07 PM > Subject: [nant-dev

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Gert Driesen
nope, you should set the useruntimeengine attribute for the exec task to true if you want that behaviour ... Gert - Original Message - From: "Met @ Uber" <[EMAIL PROTECTED]> To: "NAnt-Devel" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 10:07 PM

[nant-dev] Exec Task OS Specific

2003-10-13 Thread Met @ Uber
Does the exec task use 'mono' when on Linux to run programs? For example: http://sourceforge.net/supporters.php ___ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers