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
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
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
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";>