Ian,

Thanks! I'm trying that, and I've made further progress, but now I have a new error.

src\NAnt.DotNet\Tasks\JscTask.cs(106) error CS0672: Member 'NAnt.DotNet.Tasks.JscTask.NoWarn' overrides obsolete member. Add the Obsolete attribute to 'NAnt.DotNet.Tasks.JscTask.NoWarn'.

I looked at the file and it appears to already have the Obsolete attribute set. Any suggestions?

Thanks in advance,

Kevin

Ian MacLean wrote:
Kevin Williams wrote:

Since I've had no luck compiling the latest snapshot on Mono/Linux, I'm trying Mono 1.0.1/WinXP. I'm getting the following error:

Internal(1) error CS8018: Could not find the symbol writer assembly (Mono.CSharp.Debugger.dll). This normally an installation problem. Please make sure to compile and install the mcs/class/Mono.CSharp.Debugger directory.

The folder where mcs.exe resides (C:\Program Files\Mono-1.0.1\lib\mono\1.0) already has a Mono.CSharp.Debugger.dll in it. Is this really a Mono install problem or a mis-configuration in NAnt.exe.config?

this is indeed a mono issue with 1.0.1. Gert reported a bug for this recently in the bug database.

try building with 'nant release build' as the problem only occurs when -debug gets passed to mcs.exe.

Ian



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to