Ranjith chevanan schrieb:
>I am actually trying to AUTO generate the NAnt build file. All my
> projects are developed using .NET. I know NAnt takes care of
> dependencies within a project.
>
> Please tell me a way so that i can automatically configure the
> external dependencies in the build
Why not simplify it and write a small inline C# or VB script in the build file?
Stephen Tunney, MCAD.NET
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman
Sent: February 8, 2006 3:08 PM
To: Nant Users
Subject: Re: [NAnt-users] Return from an c
Gilles DEVAUX wrote:
The attribute resultproperty="result" of the task stores the return code
of the executable in the given property.
Then ${result} = exit code
That works if all you're interested in is the status code, but that
doesn't sound like what the author of the basenote wanted.
Hi all,
I am actually trying to AUTO generate the NAnt build file. All my
projects are developed using .NET. I know NAnt takes care of
dependencies within a project.
Please tell me a way so that i can automatically configure the
external dependencies in the build file..
depends="
The attribute resultproperty="result" of the task stores the return code
of the executable in the given property.
Then ${result} = exit code
-Message d'origine-
De : Eric Fetzer [mailto:[EMAIL PROTECTED]
Envoyé : Tuesday, February 07, 2006 10:18 PM
À : Nant Users
Objet : [NAnt-users] R