Apparently Mono Beta 3 was released last night so I stupidly downloaded
and installed it.  I then felt like recompiling nant with it no such
success.  The errors the error is from NAnt itself.  When running "make
linux-bookstrap-nant.dotnet" I get the following errors.

==========
[EMAIL PROTECTED]: make linux-bootstrap-nant.dotnet
mcs -target:library -define:MONO -debug -o bin/NAnt.DotNetTasks.dll
-r:bin/NAnt.Core.dll -r:bin/lib/mono/1.0/NDoc.Core.dll
-recurse:src/NAnt.DotNet/*.cs src/CommonAssemblyInfo.cs
src/NAnt.DotNet/Types/ResourceFileSet.cs(86) error CS1501: No overload
for method `NAnt.Core.Types.FileSet' takes `1' arguments
src/NAnt.DotNet/Types/ResourceFileSet.cs(86) error CS1501: New
invocation: Can not find a constructor in `NAnt.Core.Types.FileSet' for
this argument list
src/NAnt.DotNet/Types/ResourceFileSet.cs(87) error CS0165: Use of
unassigned local variable `retFileSet'
src/NAnt.DotNet/Types/ResourceFileSet.cs(107) error CS1501: No overload
for method `NAnt.Core.Types.FileSet' takes `1' arguments
src/NAnt.DotNet/Types/ResourceFileSet.cs(107) error CS1501: New
invocation: Can not find a constructor in `NAnt.Core.Types.FileSet' for
this argument list
src/NAnt.DotNet/Types/ResourceFileSet.cs(108) error CS0165: Use of
unassigned local variable `retFileSet'
Compilation failed: 6 error(s), 0 warnings
=============

Any ideas why this would have just come up now?

I'm using nant-0.85-20040525.zip.

~ Matthew



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to