I don't know if this is the right mailing list to send this to, but since I 
already subscribe to it I figured I'd send it here.  I had been trying to 
compile the latest nightly build of NAnt with Mono 3.5 (the latest from the 
svn).  It wasn't working because I kept getting an error about Mono 3.5 not 
being supported ("The mono-3.5 framework is not supported by this version of 
NAnt.").  So I looked through the build file and noticed that something was 
missing.  So I wrote up this:

    <target name="set-mono-3.5-framework-configuration">
        <property name="nant.settings.currentframework" value="mono-3.5" />
        <property name="current.build.defines" 
value="${build.defines}MONO,NET_1_0,NET_1_1,NET_2_0,NET_3_5,ONLY_NET_3_5" 
dynamic="true" />
        <property name="link.sdkdoc.version" value="SDK_v1_1" />
        <property name="link.sdkdoc.web" value="true" />
    </target>

put it in the file and re-ran make install, no errors and it installed like a 
dream.  So, I figured you may want to add that to the build file.  Or at the 
very least this issue has been documented, and someone can find a more 
permanent solution.

Thanks,
Ryan
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to