Hi
I'm using the solution task to build a number of projects as follows:
<target name="build" depends="get">
<solution configuration="${typeofbuild}" outputdir="${builddir}">
<projects>
<includes name="${latestdir}\ProjectA.vbproj"/>
<includes name="${latestdir}\ProjectB.vbproj"/>
<includes name="${latestdir}\ProjectC.vbproj"/>
</projects>
</solution>
</target>
1) ProjectB references ProjectA and ProjectC references ProjectB. When I run the script, Nant throws an error saying ProjectC must reference ProjectA even though it doesn't reference it directly. Am I doing something wrong?
2) Also, I want my projects to reference the compiled assemblies (ProjectC.vbproj references ProjectB.dll) instead of the projects themselves so members of my development team don't need every project in their Visual Studio solution for Nant to compile it. Is there any easy way to do this?
Thanks.Paul.
......................................................................
BUPA
.....................................................................
BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
.....................................................................
Internet communications are not secure and therefore BUPA does
not accept legal responsibility for the contents of this message. Any
views or opinions presented are solely those of the author and do
not necessarily represent those of BUPA.
.....................................................................
