I wish to trap when a build fails and execute a command line program. How
can I do this?
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US
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
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 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: