[nant-dev] Solution task problem

2004-05-14 Thread Felix Cheong
Hi all, My .NET project has reference to some Visual Basic COM objects (e.g. MyServer.dll, COMSVCLIB.dll etc.). When I used NANT (latest nightly build May 10, 2004) to build this solution, it generates Interop.MyServer.dll, MyServer.dll, Interop.COMSVCLIB.dll and COMSVCLIB.dll. But if I build t

Re: [nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Double Opps, Jean answered me.  I'll bounce back as to whether it worked or not (warning level change).  Thanks Jean!Eric Fetzer <[EMAIL PROTECTED]> wrote: Ooooppps, should have sent to NAnt Dev:   My developers just started incorporating NDoc into their projects.  My first build has resulted

[nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Ooooppps, should have sent to NAnt Dev:   My developers just started incorporating NDoc into their projects.  My first build has resulted in some errors in the compile.  It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not

Re: [nant-dev] Solution task problem

2003-08-04 Thread Matthew Mastracci
Your project is referencing another project using VS.NET's "project references". If the other project is already built, add it to the tag: If it is not already built, add it to the tag with your other project. Dmitriy Bezugliy wrote: Hi I novice to Nant and Ant. I tr

[nant-dev] Solution task problem

2003-08-01 Thread Dmitriy Bezugliy
Hi I novice to Nant and Ant.   I try to using task And got those answer :   build: [solution] Starting solution build. [solution] Included projects: [solution] - C:\aCRM\src\Core\Bkc.Oblik.aCRM.Common\Bkc.Oblik.aCRM.Common.csproj [solution] Reference projects: Total time: 0 secon