Re: [NAnt-users] NANT fails with "GUID values do not match", but with matching GUIDs?

2006-05-05 Thread Brass Tilde
[solution] Starting solution build. [solution] GUID corruption detected for project 'XX.Presentation.Views.Summary'. GUID values in project file and solution file do not match ( '{9277ABB6-8305-480F-828F-92C99DD42999}' and '{9277ABB6-8305-480F-828F-92C99DD42899}' ). Please correct this manually.

[NAnt-users] NANT fails with "GUID values do not match", but with matching GUIDs?

2006-05-05 Thread Justice Gray
Hi there!I'm having the following problem with NANT.  I am currently attempting to run a build of our solution, but running my build file fails in the following manner: [solution] Starting solution build.  [solution] GUID corruption detected for project 'XX.Presentation.Views.Summary'. GUID values

Re: [NAnt-users] How to modify the MSITaskTemplate.msi file?

2006-05-05 Thread William_Martin
Hi Thomas, I did edit the default template that comes with the task as I wanted to remove the user name and the License agreement dialogs (as it's an internal install) As I don't have any commercail software for editing the msi, I simply used Orca.  To remove the dialogs, you need to edit the D

Re: [NAnt-users] Integrating Nant with CruiseControl.NET

2006-05-05 Thread Gert Driesen
- Original Message - From: "nbl prasad" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: Sent: Friday, May 05, 2006 8:32 AM Subject: [NAnt-users] Integrating Nant with CruiseControl.NET Gert, In our projet we are planning to integrate Nant with CruiseControl.NET , co