This is a common architecture so I'm hoping someone's done this before.
Say I have a Windows project with 2 components, each component in its on
directory, like so:
ProjectA
Component1
File1.h
File1.cpp
File1.sln
Component2
File2.h
File2.cpp
File2.sln
I only want to build a component if a file changed in its corresponding folder.
This entails that I have to:
- Check for changes in the component directory with our SCM tool
(sadly, Starteam in our case)
- If changes exist, check out the changes
- Build the solution file
Then if and only if ALL components build, I do
- Check in files
- Label files
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail message without making
a copy and do not disclose or relay this e-mail message to anyone.***
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users