If you want a separate ccnet project for each file, but for them all to be the same other than the solution it builds, then create a template project using the preprocessor with the solution being variable. (Sorry can't link to documentation with website down).
Arieh. On Feb 24, 3:48 am, Zilla <[email protected]> wrote: > The NAnt example you show in the link builds multiple projects. > Therefore the dashboard will show "each" project correct? > > On Feb 23, 8:34 am, Zilla <[email protected]> wrote: > > > > > > > > > Thanks, I figured out what to do with just CCNet, but am also looking > > at NAnt now. > > > With just CCNet, I do this > > <project ...> > > <workingDirectory>C:\My Projects\Abrams MTS\Software\</ > > workingDirectory> > > </project> > > ..... > > <solutionfile>Common\Splash > > \Splash.sln</solutionfile> > > ..... > > > -chris > > > On Feb 22, 6:40 pm, mynkow <[email protected]> wrote: > > > > Other way to do that is to create a nant task which builds all files. Then > > > you say to CCnet to execute the nant task. There was a nice tutorial. > > > > Follow > > > thishttp://ilearnable.net/2010/02/21/buildsetup-for-fairly-large-soa-proj... > > > you will end up with flexible ccnet configuration. > > > > Some other links which helped me a > > > lothttp://ilmatte.wordpress.com/2008/06/01/cruisecontrolnet-tutorial-par...
