Bugs item #1583110, was opened at 2006-10-23 14:49 Message generated for change (Comment added) made by billarnette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1583110&group_id=31650
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bill Arnette (billarnette) Assigned to: Nobody/Anonymous (nobody) Summary: <solution> task: Unmanaged C++ dependencies and linker probl Initial Comment: This is with rc4. I want to use the VS.Net dependencies to control the build order of a couple of projects. One project uses the other project in a custom build step but they are not dependent in that they use code from each other. I found that this type of dependency does not work with the NAnt <solution> task. To repro: Create solution with two unmanaged C++ EXE projects in it; A.exe and B.exe. Using the Project Dependencies dialog, make B.exe dependent on A.exe. Do a build in VS.NET and everything builds fine. A.exe is compiled and then B.exe is compiled. Do a clean. Create a small .build file which uses <solution> task to build the solution above. Run nant. The build will fail because Nant is inserting a reference to A.lib on the B.exe linker command. But A.exe is a EXE project and has no .lib file. The <solution> task should not assume a code dependency when the VS.NET solution dependencies can also be used to control build order within the solution. ---------------------------------------------------------------------- >Comment By: Bill Arnette (billarnette) Date: 2006-10-23 14:55 Message: Logged In: YES user_id=1097659 Additionally, I tried setting the Linker->General->Ignore Import Library setting on A.exe to Yes, and that did not help. The help comment for Ignore Import Library states: "Specifies that the import library generated by this configuration should not be imported into dependent projects." ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1583110&group_id=31650 ------------------------------------------------------------------------- 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-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers