Re: [NAnt-users] VB projects compilation issue

2007-08-01 Thread Brass Tilde
Let's keep this on the list, so others who might be stuck in COMville can benefit as well. > Ashish Mittal <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for your response > As you mentioned that "If the DLLs you are referencing are registered, > then the VB6 compiler should be able to find them no m

Re: [NAnt-users] VB projects compilation issue

2007-08-01 Thread Brass Tilde
Ashish Mittal <[EMAIL PROTECTED]> wrote: > Hello friends, > > I am getting error in compilation of VB6 projects. > > Problem:-I want to compile VB6 project from NAnt and also want > to provide reference to some dll during project compilation time. Generally speaking, references in a VB6

[NAnt-users] VB projects compilation issue

2007-08-01 Thread Ashish Mittal
Hello friends, I am getting error in compilation of VB6 projects. Problem:-I want to compile VB6 project from NAnt and also want to provide reference to some dll during project compilation time. task doesnot has the option to provide refrence to dll's task

[NAnt-users] Help me to extends MSBUILD task.

2007-08-01 Thread Yogendra Prasad
Hi friends, I found that we cant have a separate log files while building any project through "msbuild" task. It would be helpful for me if any one would suggest me a solution so that i can have a separate log file for each call to msbuild. It can be either through extending msbuild task