From ribeirodesenv at gmail.com Fri Oct 23 09:44:48 2009 From: ribeirodesenv at gmail.com (Marcelo Ribeiro) Date: Fri, 23 Oct 2009 14:44:48 +0100 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder Message-ID: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> Hi All I have been trying to find on the web a solution to my issue, but no success. I have installed cruisecontrolrb and set it up with a custom cruise.rake file in my project. Such file is invoking test:units and test:functionals, and also features rake task, for cucumber. All the tests pass, 0 failures, etc. But at the end of it, it tries to run plugin tests, requiring extra gems, libs, etc. Is it possible to somehow configure it so that it ignores the plugins tests? Thanks in advance, - Marcelo -------------- next part -------------- An HTML attachment was scrubbed... URL: From thewoolleyman at gmail.com Fri Oct 23 12:12:33 2009 From: thewoolleyman at gmail.com (Chad Woolley) Date: Fri, 23 Oct 2009 09:12:33 -0700 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder In-Reply-To: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> References: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> Message-ID: On Fri, Oct 23, 2009 at 6:44 AM, Marcelo Ribeiro wrote: > Hi All > > I have been trying to find on the web a solution to my issue, but no > success. > I have installed cruisecontrolrb and set it up with a custom cruise.rake > file in my project. > Such file is invoking test:units and test:functionals, and also features > rake task, for cucumber. > > All the tests pass, 0 failures, etc. But at the end of it, it tries to run > plugin tests, requiring extra gems, libs, etc. > Is it possible to somehow configure it so that it ignores the plugins tests? Does it run the plugin tests if you run your cruise.rake task manually? From ribeirodesenv at gmail.com Fri Oct 23 13:09:00 2009 From: ribeirodesenv at gmail.com (Marcelo Ribeiro) Date: Fri, 23 Oct 2009 18:09:00 +0100 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder In-Reply-To: References: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> Message-ID: <13ac41380910231009x79832aefp10e726f0d5fada23@mail.gmail.com> Yes It runs them all, and pretty well. No errors, failures, etc. - Marcelo On Fri, Oct 23, 2009 at 5:12 PM, Chad Woolley wrote: > On Fri, Oct 23, 2009 at 6:44 AM, Marcelo Ribeiro > wrote: > > Hi All > > > > I have been trying to find on the web a solution to my issue, but no > > success. > > I have installed cruisecontrolrb and set it up with a custom cruise.rake > > file in my project. > > Such file is invoking test:units and test:functionals, and also features > > rake task, for cucumber. > > > > All the tests pass, 0 failures, etc. But at the end of it, it tries to > run > > plugin tests, requiring extra gems, libs, etc. > > Is it possible to somehow configure it so that it ignores the plugins > tests? > > Does it run the plugin tests if you run your cruise.rake task manually? > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thewoolleyman at gmail.com Fri Oct 23 14:33:30 2009 From: thewoolleyman at gmail.com (Chad Woolley) Date: Fri, 23 Oct 2009 11:33:30 -0700 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder In-Reply-To: <13ac41380910231009x79832aefp10e726f0d5fada23@mail.gmail.com> References: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> <13ac41380910231009x79832aefp10e726f0d5fada23@mail.gmail.com> Message-ID: On Fri, Oct 23, 2009 at 10:09 AM, Marcelo Ribeiro wrote: > Yes > > It runs them all, and pretty well. No errors, failures, etc. 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. From bcm at maz.org Fri Oct 23 14:51:24 2009 From: bcm at maz.org (Brian Moseley) Date: Fri, 23 Oct 2009 11:51:24 -0700 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder In-Reply-To: References: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> <13ac41380910231009x79832aefp10e726f0d5fada23@mail.gmail.com> Message-ID: <29a761a00910231151gbf9e634r169c0ddb5cfb1d24@mail.gmail.com> On Fri, Oct 23, 2009 at 11:33 AM, Chad Woolley 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. From thewoolleyman at gmail.com Fri Oct 23 17:01:47 2009 From: thewoolleyman at gmail.com (Chad Woolley) Date: Fri, 23 Oct 2009 14:01:47 -0700 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder In-Reply-To: <29a761a00910231151gbf9e634r169c0ddb5cfb1d24@mail.gmail.com> References: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> <13ac41380910231009x79832aefp10e726f0d5fada23@mail.gmail.com> <29a761a00910231151gbf9e634r169c0ddb5cfb1d24@mail.gmail.com> Message-ID: On Fri, Oct 23, 2009 at 11:51 AM, Brian Moseley wrote: > On Fri, Oct 23, 2009 at 11:33 AM, Chad Woolley 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. From ribeirodesenv at gmail.com Fri Oct 23 17:10:15 2009 From: ribeirodesenv at gmail.com (Marcelo Ribeiro) Date: Fri, 23 Oct 2009 22:10:15 +0100 Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder In-Reply-To: References: <13ac41380910230644y1a3b3a4do12921d9789464941@mail.gmail.com> <13ac41380910231009x79832aefp10e726f0d5fada23@mail.gmail.com> <29a761a00910231151gbf9e634r169c0ddb5cfb1d24@mail.gmail.com> Message-ID: <13ac41380910231410m7add0eabx6e19f791f7bc2525@mail.gmail.com> 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 wrote: > On Fri, Oct 23, 2009 at 11:51 AM, Brian Moseley wrote: > > On Fri, Oct 23, 2009 at 11:33 AM, Chad Woolley > 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 > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From isc at massivebraingames.com Wed Oct 28 08:51:24 2009 From: isc at massivebraingames.com (Ivan Schneider) Date: Wed, 28 Oct 2009 05:51:24 -0700 (PDT) Subject: [Cruisecontrolrb-users] Cruise not ignoring plugins folder Message-ID: <26091468.post@talk.nabble.com> 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 > wrote: > >> On Fri, Oct 23, 2009 at 11:51 AM, Brian Moseley wrote: >> > On Fri, Oct 23, 2009 at 11:33 AM, Chad Woolley >> >> 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 >> Cruisecontrolrb-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >> > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > 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.