I ran some tests on my system to see how the solution task behaves. Are my findings correct:
Here's my layout: C:\code + Solution 1 + Solution 2 (contains project reference to Solution 1) + Solution 3 (contains project reference to Solution 1) One of my targets in the build file does this: <solution configuration="Debug" solutionfile="Solution 3/Solution3.sln" /> <solution configuration="Debug" solutionfile="Solution 2/Solution2.sln" /> The question I has is whether Solution 1 would be rebuilt when the 2nd solution task (to build Solution 2) was executed. I put a sleep task in between the 2 solution calls and found that Solution 1 is not rebuilt. I'm guessing the solution task for Solution 2 found that the DLLs were already built, so it just copied them over to its bin output directory. Is my understanding correct? <adrian /> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users