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

2006-10-09 Thread Anders Olsen
Hello Gert   I did a quick check and it seems to be working very well.   Because you are now using the "detectEncodingFromByteOrderMarks" property, it can now handle both my UTF-8 files and my ANSI file from Case STUDIO 2.   However I was wondering, how to you specify the encoding property using th

[NAnt-users] Problems opening certificate when using MAGE

2006-10-09 Thread Jakob Thomadsen
I am using CruiseControl to run a Nant script to build and deploy a VS winforms solution.    The first thing done in the deply script is to modify the app.config file to match the environment deployet to, and then MAGE (Manifest Generation and Editing Tool) is executed to sign the solution. It wo

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

2006-10-09 Thread Anders Olsen
Hello Gert   That was fast.   I tried Bevan's suggestion and saved my scripts using UTF-8 encoding (they was previously stored using Windows-1259?) and that solved my problem.   However this is still a great feature for us, because one of our scripts is generated by CASE Studio 2, and we can't spec