Sha256: d4c62a7c4b7a3ce604918e7d9cf156650335dbb653cb0387f7d27d37330190ff

Contents?: true

Size: 680 Bytes

Versions: 157

Compression:

Stored size: 680 Bytes

Contents

unless File.exists? "build.yml"
  puts "Cannot find build.yml"
  exit 1
end


$app_config = YAML::load_file("build.yml")
$app_path = File.expand_path(File.dirname(__FILE__))

if ENV["RHO_HOME"].nil?
  rakefilepath = "#{$app_config["sdk"]}/Rakefile"
else
  rakefilepath = "#{ENV["RHO_HOME"]}/Rakefile"
end

unless File.exists? rakefilepath
  puts "\nCannot find your Rhodes gem or source path."
  puts "\nIf you have the sdk on your path or have installed the gem this"
  puts "can be resolved by running 'set-rhodes-sdk'"
  puts "\nYou can also set this manually by modifying your build.yml or"
  puts "setting the environment variable RHO_HOME"
  exit 1
end

load rakefilepath

Version data entries

157 entries across 136 versions & 2 rubygems

Version Path
rhodes-7.6.0 spec/perfomance_spec/Rakefile
rhodes-7.5.1 spec/perfomance_spec/Rakefile
rhodes-7.4.1 spec/perfomance_spec/Rakefile
rhodes-7.1.17 spec/perfomance_spec/Rakefile
rhodes-6.2.0 spec/perfomance_spec/Rakefile
rhodes-6.0.11 spec/perfomance_spec/Rakefile
rhodes-5.5.18 spec/perfomance_spec/Rakefile
rhodes-5.5.17 spec/perfomance_spec/Rakefile
rhodes-5.5.15 spec/perfomance_spec/Rakefile
rhodes-5.5.0.22 spec/perfomance_spec/Rakefile
rhodes-5.5.2 spec/perfomance_spec/Rakefile
rhodes-5.5.0.7 spec/perfomance_spec/Rakefile
rhodes-5.5.0.3 spec/perfomance_spec/Rakefile
rhodes-5.5.0 spec/perfomance_spec/Rakefile
tauplatform-1.0.3 spec/perfomance_spec/Rakefile
tauplatform-1.0.2 spec/perfomance_spec/Rakefile
tauplatform-1.0.1 spec/perfomance_spec/Rakefile
rhodes-3.5.1.12 spec/perfomance_spec/Rakefile
rhodes-3.3.5 spec/perfomance_spec/Rakefile
rhodes-3.4.2 spec/perfomance_spec/Rakefile