[Nant-users] Problem with solution with "EmbeddedResource" in .csporj

2004-05-05 Thread Roni Burd
Hi, at first I could not compile a web based solution using the solution task. After much pain I got it to work with the + task but I had to manually remove an entry from the .csproj. I'm not sure how this works or how it was created but the .csproj file added the following line inside de .csp

[Nant-users] Slingshot and Solution Problems

2004-05-05 Thread Phelps, [EMAIL PROTECTED]
Problem 1, Slingshot - I have the following .build file:             when I run nant, I get the following message:   NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net   Buildfile: file://

[Nant-users] The remote server returned an error: (403) Forbidden.

2004-05-05 Thread Sandeep Sudheendra
Hi All,   I'm trying to build a web project using NAnt and run into the error printed below - is this a permissions problem? My build file is shown at the bottom.   Thanks, Sandeep     Buildfile: file:///C:/Inetpub/wwwroot/SS/try1.build [solution] Starting solution build.http://localhost/SS

[Nant-users] Expressions and evaluating properties for null & Perforce

2004-05-05 Thread Brandon Lonac
Is there a way to check if a property as a value w/o an exception being thrown that it is not set?  I am using:   … set it   I would like to be able to check if it has a value though before I set it as well.   … set it   BUT, the build fails b/c the property hasn’t been set.  Is