We currently only support two diffferent platforms, namely win32 and unix.
For win32, we support .NET 1.0, .NET 1.1, .NET CF 1.0, SSCLI 1.0 and Mono
1.0, while for unix we only support the Mono framework (and Mac OsX is
considered to be unix).

For Mono on unix we've configured the runtime engine to be mono, not mint.

So what we need is a way of determining that NAnt is running on Mac, so we
can create a third "platform" for Mac...

For now, you can change the runtime that's used by configuring the platform
node for unix in the NAnt configuration file
(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: [nant-dev] Exec Task OS Specific


> On Mon, 13 Oct 2003, Jaroslaw Kowalski <[EMAIL PROTECTED]> wrote:
>
> >    <exec program="${build.dir}/Ojb.Net.Tools.PoGen/pogen.exe"
> >          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 the JIT (mono) doesn't exist or at least work
> reliably.  On a Mac you'd need a way to specify mint as executable
> instead.
>
> Stefan
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to