I've search google and the nant lists and some similar messages but no answers.  Please help.

I'm having trouble installing and running nant with mono of fc2.  I'm not sure I'm supposed to change something in the NAnt.exe.config file - I did change this part:

            <platform name="unix" default="mono-1.0">
                <framework name="mono-1.0" description="GNOME projects port of the .NET Framework" version="${version}"
                    runtimeengine="mono" sdkdirectory="/usr/lib/mono/gac" frameworkdirectory="/usr/lib/mono/gac"
                    frameworkassemblydirectory="/usr/lib/mono/gac">

The error I keep getting is:
Framework 'mono-1.0' does not exist or is not specified in the NAnt configuration file. Defaulting to no known framework.
Buildfile: file:///home/chrisv/test/NAnt.build
Target(s) specified: build
 
build:
 
BUILD FAILED
 
/home/chrisv/test/NAnt.build(10,10):
invalid element <csc>. Unknown task or datatype.
NAnt seemed to compile ok and mono/mcs certainly works great.

Many thanks in advance.

Chris

Reply via email to