Greetings,

Looks like things have been shuffled around on the latest Mono release
for Windows.

NAnt runs fine on Mono 1.1.9.1_1 on Linux, but on Windows:

NAnt 0.85 (Build 0.85.2099.0; nightly; 30/09/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net


BUILD FAILED

The current runtime framework 'mono-2.0' is not correctly configured
in the NAnt configuration file.
    Runtime engine 'C:\Program Files\Mono\lib\mono.exe' does not exist.


mono.exe now lives in bin, it used to live in lib.  1.1.8 runs fine.

NAnt.exe.config wants mono.exe in:

<property name="runtimeEngine"
value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" />

Should I report this to the mono folks?

peace
si


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to