Re: [NAnt-users] cruise control modificationWriter vs nant

2006-05-09 Thread Gary Feldman
Jaroslav Sivy wrote: Hi, Is there any way, how to parse output file from cc (modificationWriter Does "cc" mean the UNIX C compiler? CruiseControl? CruiseControl.Net? (The latter is usually abbreviated as CC.Net.) function) in nant? {and not only load 1 attribute using xmlpeek?} Use

Re: [NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-09 Thread Gary Feldman
Dipak, Ajit wrote: I'm attempting to use the task with a solution that has 6 C# projects (*.csproj) and 1 Managed C++ project (*.vcproj). Note that the solution file compiles without issue in the VS.NET 2003 IDE. The NAnt build however, produces [cl] c:\mybuilds\src\MyProjects\MyClass.cpp(

[NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-09 Thread Dipak, Ajit
Hello all, I'm attempting to use the task with a solution that has 6 C# projects (*.csproj) and 1 Managed C++ project (*.vcproj). Note that the solution file compiles without issue in the VS.NET 2003 IDE. The NAnt build however, produces [cl] c:\mybuilds\src\MyProjects\MyClass.cpp(6) : fata

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

2006-05-09 Thread William_Martin
Hi Thomas, The snippet of Nant Script you posted looks sensible.  Are you allowed to post the whole script?  It would help to see what the rest of the script looks like.  When you view the created msi, what entries do you get in the FeatureComponents table?  Is there a directory structure under y

[NAnt-users] NAntRunner configuration.

2006-05-09 Thread Ramya Niranjan
Hello,   I downloaded and installed this new .NET plugin called NAntRunner which allows you to control the build projects from withing the IDE also filtering of the targets is possible. I am able to see this add in displayed under the Tools Menu within my build file project. But runnin the same onl