[NAnt-users] unsubscribe

2010-07-16 Thread Pavan Vadavalli
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

[Nant-users] Hi All Please Help Me to invoke RunCustomTool from Nant Buildscript

2004-10-15 Thread Pavan Vadavalli
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