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

Re: [Nant-Users] Link Error - solution task

2005-11-30 Thread Gilles DEVAUX
Hi I had the same problem and I found a solution:   While you don’t need to include your static library “staticlib.lib” in the “Configuration Properties -> Linker -> Input -> Additional Dependencies” for VC++ to make the link nAnt needs it. Just add your additional dependencies in the p