Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 91306
BY: Steve Oliphant (soliphant)
DATE: 2009-10-30 22:09
SUBJECT: RE: Can't find win32-service after Ocra compile

 

I tried moving the win32/service stuff to the bottom of the requires list to see if anything else popped up as a problem. The same error occurred so it found everything else.

require 'rubygems' # This is required for OCRA to find items properly
require 'ping'
require 'win32ole'
require 'wx' # This require ensures that the gui utility set wxruby is installed.
include Wx
require 'launch__stop__biztalkbuft.rb'
require 'loadlists.rb'
require 'restartbiztalkbuftservers.rb'
require 'stop_biztalk_service.rb'
gem 'win32-service' # Supposedly lines up this particular module.
require 'win32/service'
include Win32


The pertinent part of the ocra build includes the following lines

m lib\ruby\gems\1.9.1\gems\win32-service-0.7.0-x86-mswin32-60
m lib\ruby\gems\1.9.1\gems\win32-service-0.7.0-x86-mswin32-60\lib
m lib\ruby\gems\1.9.1\gems\win32-service-0.7.0-x86-mswin32-60\lib\win32
a lib\ruby\gems\1.9.1\gems\win32-service-0.7.0-x86-mswin32-60\lib\win32\service.rb




Thread View

Thread Author Date
Can't find win32-service after Ocra compileSteve Oliphant2009-10-30 21:57
      RE: Can't find win32-service after Ocra compileSteve Oliphant2009-10-30 22:09

Post a followup to this message