2010/7/17 Andréys Guillaume
>
>
> Hi everybody,
>
>
>
> I am trying to compile a Delphi 32 bits application with nant, calling
> dcc32.exe with the exec task. I’ve got problems that I can’t solve, maybe
> someone can help me :
>
> I want to launch the application with more or less this command li
HI ,
I have CustomToool that generates the c# code after reading a xml
file that is provided as addin in VS.NET env.
Now i want the C# code to be generated again whenever i build using
the solutiontask in Nant build script.
How can i execute that GenerateCode Method of CodeGenerator using NantScri