[NAnt-users] How to specify NAnt to use utf8 encoding/codepage for compiling source files (c#)?

2008-12-08 Thread Nick Ifloat
My C# source files have been properly saved in utf8 encoding/codepage format. I have been trying for some times to get the nant build process to compile my source files using utf8 encoding. After some googling I was able to come up with the following (that I have to pass the codepage parameter

Re: [NAnt-users] Including properties from another build file incurrent build file

2008-12-08 Thread Ben Floyd
In this case local.properties is a property itself defined in the line above the if statement: I did however fix my problem. Turns out that I did not have an xmlns attribute on my element in local.properties.xml so it was not loading the file. Previous versions of NAnt didn't ca

Re: [NAnt-users] Including properties from another build file incurrent build file

2008-12-08 Thread Bob Archer
Wouldn't you need a .xml here since that is your file name? BOb From: Ben Floyd [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 12:45 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Including properties from another buil

[NAnt-users] Including properties from another build file in current build file

2008-12-08 Thread Ben Floyd
I'm having a problem with the task trying to load a local properties file from a global properties file. The following build files should explain the problem: === C:\Dev\project\ui\ui.build === http://nant.sf.net/release/0.86-beta1/nant.xsd";>