Sha256: 4b5f735e3722d3d88363db1b82ad652d391c1dc6078962a41d3c699b294ddddd

Contents?: true

Size: 520 Bytes

Versions: 14

Compression:

Stored size: 520 Bytes

Contents

$rhodespath = File.expand_path '../../rhodes'
$rootpath = File.expand_path '..'
$sharedpath = File.join $rhodespath, 'platform', 'shared'

require File.join($rhodespath, "lib", "build", "jake.rb")

task :config

rhobuildyml = File.join $rhodespath, 'rhobuild.yml'
rhobuildyml = ENV["RHOBUILD"] unless ENV["RHOBUILD"].nil?

$rhoconfig = Jake.config(File.open(rhobuildyml))
$rhoconfig["platform"] = 'android'

$appconfig = Jake.config(File.open('build.yml'))

load File.join("Java", "Android", "build", "android.rake")


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhoconnect-client-7.6.0 ./rhoconnect-client/Rakefile
rhoconnect-client-7.5.1 ./rhoconnect-client/Rakefile
rhoconnect-client-7.4.1 ./rhoconnect-client/Rakefile
rhoconnect-client-7.1.17 ./rhoconnect-client/Rakefile
rhoconnect-client-6.2.0 ./rhoconnect-client/Rakefile
rhoconnect-client-6.0.11 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.18 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.17 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.15 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.0.22 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.2 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.0.7 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.0.3 ./rhoconnect-client/Rakefile
rhoconnect-client-5.5.0 ./rhoconnect-client/Rakefile