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