I have the same issue. My build fails because it tries to run the tests in vendor/plugins/paperclip and fails to require test/helper.rb. When I run manually rake cruise in the work folder of cruisecontrol.rb, only my application tests are run.
marcelo.ribeiro wrote: > > This may be hard to do because I think it somehow depends on the > plugin.... > I am not sure... > > On Fri, Oct 23, 2009 at 10:01 PM, Chad Woolley > <[email protected]>wrote: > >> On Fri, Oct 23, 2009 at 11:51 AM, Brian Moseley <[email protected]> wrote: >> > On Fri, Oct 23, 2009 at 11:33 AM, Chad Woolley >> <[email protected]> >> wrote: >> > >> >> ccrb runs the cruise task in your cruise.rake (or whatever task you >> >> have overridden). If you don't want plugins to run via cruise, change >> >> this task, and verify that they don't run when you invoke the task >> >> from the command line. >> > >> > if you take a look at my message to this list from Sep 24, you'll see >> > that the same thing is happening to me when run via cruise, even >> > though it doesn't happen when I run the same task at the command line. >> >> It may be a bug then. If you can get a minimally reproducible case >> with a dummy rails app, please open a bug on lighthouse with >> instructions to reproduce. >> _______________________________________________ >> Cruisecontrolrb-users mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >> > > _______________________________________________ > Cruisecontrolrb-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > -- View this message in context: http://www.nabble.com/Cruise-not-ignoring-plugins-folder-tp26026968p26091468.html Sent from the CruiseControl.rb - Users mailing list archive at Nabble.com. _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
