[NAnt-users] How to create separate logs for output

2006-10-05 Thread Michael Frederick
Hello,   I need a little help.  We use CruiseControl.NET to drive a project that includes a NAnt task which internally drives a MSBuild task.  I would like to have the MSBuild output logged separately; then I will have CruiseControl.NET pull it all back together.  This should allow me to hav

Re: [NAnt-users] SQL task and file encoding

2006-10-05 Thread Bevan Arps
Hi Anders.   Just a thought ...   Is your SQL script stored as a Unicode file, or an ASCII one?   I've seen problems before when an ASCII file containing high-ascii characters (with codes over 127) is processed by a .NET program. Changing the file to a Unicode UTF-8 format fixed the issues.  

Re: [NAnt-users] SQL task and file encoding

2006-10-05 Thread Foster, Richard - PAL
Anders,   Unfortunately, I don't know much about Danish characters. Is there an encoding (like > for > ) which you could use? If so, give that a try.   Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders OlsenSent: Thursday, October 05, 2006 05:01To: nan

[NAnt-users] SQL task and file encoding

2006-10-05 Thread Anders Olsen
Hello fellow NAnt users   We are using NAnt to deploy our database. Now we would also like to use it to insert some data in the database. We are trying to use the sql-task from NAntContrib to execute our script.   Our script contains data written using Danish characters (like øæå), but these charac