Bonio Lopez wrote:
> Hi Gary,
> Lets take a real example of my current project.
>
> Project with subprojects,
>   
Let me be more specific. Are these .Net projects (i.e. C#, VB.Net, 
etc.)? or something entirely different?
> p1, p11, p12, p13, p21, p22, p23,
>
> p11, p12, p13 depend on p1, but not under each other
> P21, p22, p23 depend on p1x but not under each other
> So I could build p11,p12,p13 in parallel after I have finished with p1 and
> I could build p21,p22,p23 in parallel after I have finished with a p1x
>   
What happens if you just make a change to p22?  How would you rebuild it 
without rebuilding the rest? 

Suppose someone introduces a dependency between p21 and p22.  What are 
the implications for your build process?  Do you have to manually change 
the build script?

Have you looked at using CruiseControl.Net for this?

Gary


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to