Title: solution stuff
hi - we are trying to get our solution to build by nAnt - actually we are not successful -> there seems to be something missing - we reference a COM dll (BAWPublicV5) and solution task produces follwoing error:
* using nant-20031028.zip nighlty build
any hints ?
gre
Make sure the COM object is registered on your server. It's generally
easier, however, to run TLBEXP on the DLLs you need by hand and
reference the Interop.*.dll file that it generates. You won't need to
have any COM objects registered on your server in that case.
Gerold Kathan wrote:
hi - w
Hi,
I'm new to NAnt but it seems to be just what I'm
looking for!
In trying to build my first, simple VB.Net-based web
project, I started by incorporating the references and imports as they were
built by VS.Net. I have a few errors that I cannot resolve. It
seems my "imports" refe
I have a fairly compliated build that involves >>100 distinct vb.net
projects, several of which are web projects. I have recently been
experimenting with the solution task since this will save me the effort of
maintaining the individual targets for each project.
I have run into a problem where fo
Im not able to find proper documentation on how to use
the tag in task. The documenation
says is an Array, just like . But
and are not used the same way. I
have seen examples where uses
and has attributes like "prefix" and "basedir". I am
confused as to what is the proper usage of this tag.