RE: [Nant-users] Nant Samples for building big projects

2005-01-17 Thread Gert Driesen
Madhusudhanan,   If you want, you can just use the task and pass in the solution file.   I'd recommend using a recent nightly build of NAnt though (http://nant.sourceforge.net/nightly/latest).   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Madhusudhanan Ra

[Nant-users] Nant Samples for building big projects

2005-01-17 Thread Madhusudhanan Ravisankar
Hi All,   I would like to get Nant build samples for visual studio solutions with 10 to 15 projects that have dependencies and also are in different languages like C#, VB.NET,C++, etc.   Thanks & Bye, Happy Scripting ! R.Madhu Yahoo! India Matrimony: Find your life partner online.

RE: [Nant-users] Resources

2005-01-17 Thread Gert Driesen
Kevin,   Apparently you had localized resources (for the "en" culture) for which NAnt automatically created a satellite assembly (check ${builddir}/en/ErrorLog.resources).   You should also install that satellite assembly in the GAC.   Hope this helps,   Gert From: [EMAIL PROTECTED]

[Nant-users] Resources

2005-01-17 Thread Burton, Kevin
I am compiling an assembly using the following task:                                                 

[Nant-users] Do the tasks comprehend having .cvsignore files?

2005-01-17 Thread Morris, Jason
Do the cvs tasks inside of nant read the .cvsignore files? I was hoping that they do, but my testing reveals that they don't. I hope that I am not missing something. I have tried But it prompts for files that I have liste

Re: [Nant-users] Creating satellite assemblies - ideas please!

2005-01-17 Thread Gert Driesen
Michael, The task will create satellite assemblies for all localized resources (eg. MyForm.en-US.resx) that you pass using the child element. For example: Hope this helps, Gert - Original Message - From: "Michael Dang" <[EMAIL PROTECTED]> To:

RE: [Nant-users] Creating satellite assemblies - ideas please!

2005-01-17 Thread Michael Dang
Hi Gert, Would you post an example of how to create satellite assemblies with Nant v0.85 using the CSC task? I looked at the documentation for the CSC task but nothing is clearly evident and we really can't use the solution task on my project. regards, mike --- Gert Driesen <[EMAIL PROTECTED]>

Re: [Nant-users] MSI error

2005-01-17 Thread Jim Geurts
Hi Bala, The error with cabarc is because the build file exists in a directory with spaces. Try moving the build file to C:\Temp or something like that and trying again. This is a bug and I'll look into fixing it soon. The file attribute of the element for components should be set to the name