Philip,
Trying to compile nant under mono.  What I originally thought was an xml short
fall is actually a reflection shortfall:

<element> has more than one match for <attribute_type>

Anyway, the problem occurs trying to compile McsTask (and other times using
Mono with .net compiled assemblies). McsTask inherits from CompilerBase which
depends on ResgenTask which inherits from MsftSDKExternalProgramBase.cs which
uses the Registry.
hmm - well that registry code will be removed shortly. Its just to get the SDKFramework path I think.

Can I assume that the registry won't be supported under
Mono?

I would have thought not. Considering its in the Microsoft.Win32 namespace. And it definately won't be available on linux.

out of interest are you using mono on windows or linux ?

Ian


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to