Re: [NAnt-users] How to test "if not propertyexists"

2006-06-19 Thread Gary Feldman
Nau, Michael wrote: > > > > No, the task is deprecated. The right way is ... > From: ... On Behalf Of Jay Williams > Sent: Monday, June 19, 2006 10:30 AM > > In the documentation I see how to test if a property exists: > > > > > > > The propertyexists attribu

Re: [NAnt-users] NAnt script fails to compile database project and skips rest of the projects in solution..Help!

2006-06-19 Thread Gary Feldman
Ahmed, Shabana wrote: > Hi All, > >I am working on automating the build for a web application. When I > execute the Nant script, the build skips building a few projects in > the solution. It eventually says Build succeeded, but I am not sure > if the script is actually compiling all the p

Re: [NAnt-users] How to test "if not propertyexists"

2006-06-19 Thread Nau, Michael
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Williams Sent: Monday, June 19, 2006 10:30 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] How to test "if not propertyexists" In the documentation I see how to test if a p

[NAnt-users] How to test "if not propertyexists"

2006-06-19 Thread Jay Williams
In the documentation I see how to test if a property exists:                 But how to I test if the property doesn’t exist? Here’s what I want to do:     This is if I want to run the NAnt script from the command line instead of from CruiseControl.NET.   Thanks, Ja

[NAnt-users] NAnt script fails to compile database project and skips rest of the projects in solution..Help!

2006-06-19 Thread Ahmed, Shabana
Hi All,      I am working on automating the build for a web application. When I execute the Nant script, the build skips building a few projects in the solution. It eventually says Build succeeded, but I am not sure  if the script is actually compiling all the projects in the solution.   Anoth