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
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(
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
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
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