Hi, on Mac/Mono I am (kinda) able to run things, with this settings:
<?xml version="1.0" encoding="utf-8"?> <npandaySettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <operatingSystem> Mac OS X </operatingSystem> <defaultSetup> <vendorName>MONO</vendorName> <vendorVersion>2.10.1</vendorVersion> <frameworkVersion>2.0.50727</frameworkVersion> </defaultSetup> <vendors> <vendor> <vendorName>MONO</vendorName> <vendorVersion>2.10.1</vendorVersion> <frameworks> <framework> <frameworkVersion>2.0.50727</frameworkVersion> <installRoot> /Library/Frameworks/Mono.framework/Commands/ </installRoot> <sdkInstallRoot> /Library/Frameworks/Mono.framework/Versions/Current/bin/ </sdkInstallRoot> </framework> </frameworks> </vendor> </vendors> </npandaySettings> Any suggestions? If this is "good", I will add it to the documentation (since I only see one for Windows). -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
