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