Hey you can do easier than my previous post. You can do this with only
one project with this template:
<project>
<sourceControl type=multi>
<...>
<sourceControl/>
<trigger>
....
<trigger/>
<tasks>
<devenv Solution A>
<devenv Solution B>
....
<tasks/>
<project/>
The hardest part is to setup the source control block which must be a
multi source control block with filters to exclude the files you don't
need.
Easy isn't it ? :)
My previous post is a lot more complicated and I don't think you need
this complex setup for what you want to achieve.
Sylvain
On 29 jan, 12:10, Victor <[email protected]> wrote:
> I'm a complete newbie in setting up CCNet, just used CC it as
> developer till now.
>
> I have a list of dependent MSVS2005 solution files, which till now
> were build using a simple batch file.
>
> Most hints I read in CCNet/VisualStudio context assumed either single
> or independent solutions.
>
> Any initial suggestions or links how to set-up this optimally?