Re: [Nant-users] system does not support iso-8859-1 errors

2002-12-23 Thread Tom McMillen
> building nant was v. easy with rotor on OS X... > And I had to change the src/NAnt.cs file: using System.Text.RegularExpressions; public struct FileVersionInfo { public string FileMajorPart; public string FileMinorPart; public string FileBuildPart; public FileVersionInfo(string Mj, st

Re: [Nant-users] system does not support iso-8859-1 errors

2002-12-23 Thread Tom McMillen
I've not had any reply as yet The version of NAnt I'm using is the one that comes with the mono mcs-0.17 download. building nant was v. easy with rotor on OS X... To compile I created a response file ls src/*.cs src/*/*.cs > response.rsp and used the following command to compile: csc /out:N

[Nant-users] system does not support iso-8859-1 errors

2002-12-18 Thread Tom McMillen
Hi guys I've complied NAnt on OS X using rotor, and am trying to build the mono mcs class libraries. These use NAnt to do the build, unfortunately all the xml files for the build are in iso-8859-1 format, and I get an error that the system does not support iso-8859-1. Not a major problem, jus