----- Original Message ----- 
From: "Adrian Rodriguez" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Tuesday, June 05, 2007 9:31 PM
Subject: [NAnt-users] solution task dependencies


>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.

Are you sure you meant to say "Solution 1" here ? Solution 1 has no 
references to projects in Solution 2, so I don't see why it would ever never 
to rebuilt because of changes in Solution 2.

Gert 



-------------------------------------------------------------------------
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

Reply via email to