steven shingler
2008-Jul-22 11:24 UTC
[Cruisecontrolrb-users] can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes back with a build failed/passed. There are no error messages in the logs - just a lot of: $ svn --non-interactive log --limit 1 --revision HEAD:1 --verbose --xml using cc.rb 1.3.0 If anyone could give me any pointers, on how to debug, or how to get it to execute builds - I would be very grateful. Many Thanks, Steven
Bret Pettichord
2008-Jul-22 13:25 UTC
[Cruisecontrolrb-users] can''t execute a build - on windows + jruby
Looks like you could be running into the same problem that I did, caused by windows (not jruby). My fix was to use trunk instead of 1.3.0. See my blog for more details. Bret On Tue, Jul 22, 2008 at 6:24 AM, steven shingler <shingler at gmail.com> wrote:> Hi all, > > Am trying to get cc.rb working on a windows machine, running under JRuby. > > I patched line 19 of project_migration.rb to use jruby, instead of ruby. > > execute "jruby #{File.join(migrate_scripts_directory, script)} > #{@data_dir}" > > The add project works fine, but when I run start, the webpage just > hangs on the ajax request to build - never actually executes the build > at all, or comes back with a build failed/passed. > > There are no error messages in the logs - just a lot of: > $ svn --non-interactive log --limit 1 --revision HEAD:1 --verbose --xml > > using cc.rb 1.3.0 > > If anyone could give me any pointers, on how to debug, or how to get > it to execute builds - I would be very grateful. > > Many Thanks, > Steven > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >-- Bret Pettichord CTO, WatirCraft LLC, http://www.watircraft.com Lead Developer, Watir, http://wtr.rubyforge.org Blog (Essays), http://www.io.com/~wazmo/blog MiniBlog (Links), http://feeds.feedburner.com/bretshotlist -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080722/b8b3567c/attachment.html>
steven shingler
2008-Jul-22 13:58 UTC
[Cruisecontrolrb-users] can''t execute a build - on windows + jruby
cool - will try - thanks bret On Tue, Jul 22, 2008 at 2:25 PM, Bret Pettichord <bret at pettichord.com> wrote:> Looks like you could be running into the same problem that I did, caused by > windows (not jruby). > > My fix was to use trunk instead of 1.3.0. See my blog for more details. > > Bret > > On Tue, Jul 22, 2008 at 6:24 AM, steven shingler <shingler at gmail.com> wrote: >> >> Hi all, >> >> Am trying to get cc.rb working on a windows machine, running under JRuby. >> >> I patched line 19 of project_migration.rb to use jruby, instead of ruby. >> >> execute "jruby #{File.join(migrate_scripts_directory, script)} >> #{@data_dir}" >> >> The add project works fine, but when I run start, the webpage just >> hangs on the ajax request to build - never actually executes the build >> at all, or comes back with a build failed/passed. >> >> There are no error messages in the logs - just a lot of: >> $ svn --non-interactive log --limit 1 --revision HEAD:1 --verbose --xml >> >> using cc.rb 1.3.0 >> >> If anyone could give me any pointers, on how to debug, or how to get >> it to execute builds - I would be very grateful. >> >> Many Thanks, >> Steven >> _______________________________________________ >> Cruisecontrolrb-users mailing list >> Cruisecontrolrb-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > > > -- > Bret Pettichord > CTO, WatirCraft LLC, http://www.watircraft.com > Lead Developer, Watir, http://wtr.rubyforge.org > Blog (Essays), http://www.io.com/~wazmo/blog > MiniBlog (Links), http://feeds.feedburner.com/bretshotlist > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >