On Wed, Feb 11, 2009 at 11:26 PM, Jonathan Naor <[email protected]> wrote: > Hi, > > Might be a bit off-topic, but just in case someone has already encountered a > similar problem: > We have a C++ project set to build continuously via cruisecontrol.rb. The > IDE used for development is eclipse, which automatically generates a > makefile for the project. The problem is that each time a new subdirectory > is added, eclipse generates a "sub-makefile" (called subdir.mk) - which must > be added to sourcecontrol manually for the project to compile on the build > machine. People fail to do this and the build is continuously failing. > Any ideas?
Add logic to the build to add the directory to source control. _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
