CruiseControl multiple source folders

Posted by Juergen on Stack Overflow See other posts from Stack Overflow or by Juergen
Published on 2010-04-20T15:10:48Z Indexed on 2010/04/20 15:13 UTC
Read the original article Hit count: 248

Hi,

I want to compile a project (with CruiseControl) not only if its source changes, but also if some dependencies change.

example: I got 3 folders:

c:\myProject\src (my source folder)
c:\dependency1\src (source code of dependency 1)
c:\dependency2\output (dll of dependency 2)

I want to compile my project in cruisecontrol if anything in one of these folders change.

How can I configure this in my ccnet.config?

bye and thanks juergen

© Stack Overflow or respective owner

Related posts about cruisecontrol.net

Related posts about configuration