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
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
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
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
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