You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by Matthias Wessendorf <ma...@apache.org> on 2011/04/18 17:16:20 UTC

NPanday settings file

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