[nant-dev] possible bug with multiple script segments?

2005-11-25 Thread Aaron Neerenberg
Here's an interesting one. I have attached 3 files, default.build, default.1s.build, and default.2s.build. Default.build is a small NAnt project file containing 2 script segments with VB functions. Default.1s.build is the same file, but with one of the script segments removed. Default.2s.build

[nant-dev] bugreport

2005-11-25 Thread Ree van, TKPC (Thailo)
Title: bugreport Hi, I tried to execute a copytask which worked until yesterday. I've got no idea why it stopt working on me. The message: System.ArgumentException: Invalid File or Directory attributes value. at System.IO.File.SetAttributes(String path, FileAttributes fileAttributes)

[nant-dev] need VS 2005 solution task support

2005-11-25 Thread Gean Boegman
We could really use a VS 2005 sln support, is this beeing planned, how hard would it be for me to try and do a XSLT (I think that's how you do the 2003?). I can try to create one if you guys reckon it's not a huge task. Thanks. Gean

[nant-dev] IndexOutOfRange Exception

2005-11-25 Thread Schoolcraft, Jeffrey
The error follows. My config: target name=get verbose=true loadtasks assembly=c:/tools/nantcontrib/bin/NAnt.Contrib.Tasks.dll / tstamp pattern=-MM-dd HH:mm verbose=true / echo message=pulling files from version control (MKS)... / mksget username=build

Re: [nant-dev] possible bug with multiple script segments?

2005-11-25 Thread Gert Driesen
Aaron, Can you try using a recent nightly build ? I think we fixed this issue a while ago. Gert - Original Message - From: Aaron Neerenberg [EMAIL PROTECTED] To: nant-developers@lists.sourceforge.net Cc: [EMAIL PROTECTED]; Aaron Neerenberg [EMAIL PROTECTED] Sent: Thursday, November 17,

[nant-dev] [ nant-Bugs-1366110 ] ndoc schema not complete

2005-11-25 Thread SourceForge.net
Bugs item #1366110, was opened at 2005-11-25 09:20 Message generated for change (Settings changed) made by softwarekoch You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1366110group_id=31650 Please note that this message will contain a full copy of the

[nant-dev] [ nant-Bugs-1365721 ] solution task / resource generation / non-ASCII problems

2005-11-25 Thread SourceForge.net
Bugs item #1365721, was opened at 2005-11-24 19:34 Message generated for change (Comment added) made by kaimars You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1365721group_id=31650 Please note that this message will contain a full copy of the comment

RE: [nant-dev] need VS 2005 solution task support

2005-11-25 Thread Martin Aliger
Gean, I fear it is HUGE task. VS2005 solutions are msbuild files. msbuild is competetive product to NAnt, so its something like NAnt's .build file. Even that msbuild and nant have alot common there are also big differences. I fear there is not such simple conversion as xslt template between