<project name="Desktop">
<target name="build">
<solution configuration="debug">
<projects>
<include name="abc.csproj"/>
<include name="lmn.vbproj"/>
<include name="xyz.vcproj"/>
</projects>
</solution>
</target>
</project>
For most of the projects, Nant builds them in the proper order. However, if abc references xyz it won't. For some reason it doesn't resolve the proper build order for the vcproj unless I put it above abc which will cause it to be higher in the internal array and be build before the one that references it. Is there an issue with NAnt not resolving the references when one is a Managed C++ project? One thing is that the project name is XYZ but the assembly it outputs is XZY but in the output from NAnt it shows it as "Building XZY" and the csproj references it as XZY so I don't think that is the issue. Any input on this is appreciated.
Adam Gritt
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users