Re: [NAnt-users] AUTO generate NAnt build file

2006-02-08 Thread Henning Eiben
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

RE: [NAnt-users] Return from an call

2006-02-08 Thread Stephen Tunney
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

Re: [NAnt-users] Return from an call

2006-02-08 Thread Gary Feldman
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.

[NAnt-users] AUTO generate NAnt build file

2006-02-08 Thread Ranjith chevanan
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="

RE: [NAnt-users] Return from an call

2006-02-08 Thread Gilles DEVAUX
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