[NAnt-users] using does not have an effect

2006-05-08 Thread Ranjith chevanan
Hi, I am trying to compile a project which references other dll's. one of the dll is a COM and i have registered it to the GAC and then registered to the registry using regasm as below before compiling the below project dotnet_servicemgr. 1. gacutil -i abc.dll 2. regasm abc.dll /tlb:abc.tlb Bel

[NAnt-users] AUTO GENERATE NAnt build file

2006-03-11 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.. depend

[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="