[Mono-list] NAnt config file incompatibility with Mono 0.91

GUnit gmiyake@carter-inc.com
Tue, 11 May 2004 19:40:28 -0600


The NAnt config file I have been using up to Mono 0.31 no longer works 
with 0.91.
I am getting the following error:

Unhandled Exception: System.Configuration.ConfigurationException: Error 
reading /home/user1/mono/nant/bin/NAnt.exe.config() ---> 
System.NotSupportedException: Encoding name `Windows-1252' not supported

What should the encoding for the config file be? Currently the NAnt 
config file starts with:

<?xml version="1.0" encoding="Windows-1252" ?>

Should the encoding indicate "Mono-xxxx" ?

Thanks,