search for: scripts_src

Displaying 3 results from an estimated 3 matches for "scripts_src".

2007 May 17
1
exec format error
...or a while. Unfortunately, I have to develop on windows :( It has worked fine for a while. However, this morning I started up and old app that worked fine and get this error. exec format error from running --trace I see that the error comes from backgroundrb_tasks.rb line 59 which reads: 59 `#{scripts_src}/start -d` Here is the context. desc ''Start backgroundrb server (default values)'' task :start do scripts_src = "#{RAILS_ROOT}/script/backgroundrb" if File.exists?(scripts_src) `#{scripts_src}/start -d` else puts "Backgroundrb is not install...
2007 Sep 30
0
Patch: background_tasks.rake
Hi, * Background I develop rails app with backgrounDRb where one of its parent folders has a space in its name. * Problem rake backgroundrb:start and rake backgroundrb:stop do not work * Analysis This is because the line for start and stop in backgroundrb_tasks.rake do not quote #{scripts_src} * Patch Quote the #{scripts_src} in the two lines so they become `"#{scripts_src}"/start -d` and `"#{scripts_src}"/stop` A patch file and the updated backgroundrb_tasks.rake are included for your reference. -------------- next part -------------- A non-text attachment was...
2009 Nov 29
0
Problems with starting the backgroundrb server - Permission denied
Hi, I am using eclipse and instant rails. I am trying to start the backgroundrb server by the folowing script ruby script/backgroundrb start On doing a stack trace, it shows me an error in backgroundrb_tasks.rb on the line if File.exists?(scripts_src) `#{scripts_src}/start -d` Can anyone tell me what could be the possible reason? I tried removing -d, but no use. Thanks, Harini -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20091129/24a99075/...