David,
can you check to see if you have cl.exe in your path. Thats been why
this has failed in the past.
Actually at this point Nant has been built successfully and its the
post-build unit tests that are failing. You should be able to use the
just built nant with no problems.
Ian
David E. Bat
I downloaded nant-0.8.3.50105, and followed the build instructions (unzip to a
directory, cd to the directory, run bin\nant). After
many modules successfully built, I get the output below (a failure while building
Nant.VisualCpp). The output tells me to refer to
the build log -- is that perhaps
I am unable to get slingshot to produce a nant build file when the solution
contains a web service. I simply created a basic web service and
uncommented out the hello world method and tried to run slingshot on the
solution file and I received the following:
I am not able to get a successful build with the latest stable version of
nant. It keeps blowing up at the VisualCpp stuff. Here is the log file that
is created when running bin\nant
I search but I can't find any previous fixes that fix this for me. Any help
would be much appreciated.
Also in my
What kind of things do I need to worry about when using nant to build a
solution with a web service? I keep getting the (403 Forbidden) error when
I try to build.
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
Buildfile:
file:///D:/Build/Source/SampleBuildProje
I have nailed down the exact location where I am getting a forbidden error
(see below)
where strRemoteFilename
= "http://localhost/SampleBuildService/SampleBuildService.csproj";
public static string GetFileContentsStatic( string
strRemoteFilename ) {
WebRequest request = WebRe