----- Original Message ----- From: "Jacek Blaszczynski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 2004 7:22 PM
Subject: [Nant-users] Detecting Mono or "Mono-SDK" on Win



Hello!

Trying to use framework::sdk-exists for Mono-1.0 I have noticed that it is
not detected by NAnt on Win platform (nightly build of 2004-08-04).
My understanding is that Mono-1.0 and 1.0.1 installation does not set any
standard registry entries, so looking for it from NAnt will always fail.

The Mono 1.0 installer did set "standard" regsitry entries, however this seems to have changed with the 1.0.1 (combined) installer.


I've submitted a bug report for this : http://bugzilla.ximian.com/show_bug.cgi?id=63278

Furthermore NAnt does not detect Mono runtime presence.

Which is a result of the fact that we can't determine the availability of Mono.


Everything is fine on SuSE 9.1 Pro though.

Yeah, we use pkg-config there ...

As this is a bit annoying discrepancy between docs and actual behaviour I
would suggest to use other ways for detecting Mono or just leave it to the
user with proper info in documentation.

We don't want to force users to change the NAnt configuration file, as :

- NAnt should just work out-of-the-box
- these changes will be overwritten when upgrading NAnt

Or am I doing anything wrong by using framework::sdk-exists('Mono-1.0') ?

The framework identifier should be all lowercase, meaning "mono-1.0".

Gert



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to