Regrding running rhodes application

9 views
Skip to first unread message

Sun

unread,
Nov 4, 2009, 7:16:41 AM11/4/09
to rhomobile
Hello,
I have created sample tutorial program as given in the tutorial wiki .
When i am running following command it gives error
command:-
E:\sun\Mobility\code\rhodes\storemanager>rake run:android
(in E:/sun/Mobility/code/rhodes/storemanager)
rake aborted!
no such file to load -- spec
E:/sun/Mobility/code/rhodes/storemanager/rakefile:1
(See full trace by running task with --trace)
when i run it using trace then:-
E:\sun\Mobility\code\rhodes\storemanager>rake run:android -trace
rake aborted!
no such file to load -- ace
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_re
quire'
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2219:in
`standard_rake_opt
ions'
c:/ruby/lib/ruby/1.8/optparse.rb:1291:in `call'
c:/ruby/lib/ruby/1.8/optparse.rb:1291:in `parse_in_order'
c:/ruby/lib/ruby/1.8/optparse.rb:1247:in `catch'
c:/ruby/lib/ruby/1.8/optparse.rb:1247:in `parse_in_order'
c:/ruby/lib/ruby/1.8/optparse.rb:1241:in `order!'
c:/ruby/lib/ruby/1.8/optparse.rb:1332:in `permute!'
c:/ruby/lib/ruby/1.8/optparse.rb:1353:in `parse!'
c:/ruby/lib/ruby/1.8/optparse.rb:1343:in `parse'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2289:in
`handle_options'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1978:in `init'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1976:in `init'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1968:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19

please guide me where i am going wrong also tell how to run the
application on android

Stan

unread,
Nov 4, 2009, 7:20:19 AM11/4/09
to rhomobile
try to install rspec gem: gem install rspec.

S.

Sun

unread,
Nov 12, 2009, 7:54:37 AM11/12/09
to rhomobile
As per your suggestion i downloaded rspec gem
After that i run the folowing command
>rake run:android:app
Then it gives following error
(in E:/sun/Mobility/code/rhodes/storemanager)
rake aborted!
undefined method `+' for nil:NilClass

FULL trace output is as given below
E:\sun\Mobility\code\rhodes\storemanager>rake run:android:app --trace
(in E:/sun/Mobility/code/rhodes/storemanager)
** Invoke run:android:app (first_time)
** Invoke bundle:android (first_time)
** Invoke config:android (first_time)
** Invoke config:common (first_time)
** Execute config:common
** Execute config:android
rake aborted!
undefined method `+' for nil:NilClass
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/tasks/
android.rake:33
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in
`invoke_with_call_c
hain'
c:/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_c
hain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in
`invoke_prerequisit
es'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in
`invoke_prerequisit
es'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in
`invoke_with_call_c
hain'
c:/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_c
hain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in
`invoke_prerequisit
es'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in
`invoke_prerequisit
es'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in
`invoke_with_call_c
hain'
c:/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_c
hain'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19


What i need to do to resolve the above problem

Brian Moore

unread,
Nov 12, 2009, 1:03:55 PM11/12/09
to rhom...@googlegroups.com
This appears to be a bug in the 1.2.1 gems. Try setting the environment
variable 'HOME' to fix this.

Another suggestion is to upgrade your rhodes gems to the latest, which
is 1.2.2. If you choose to do this, see upgrade instructions here:
http://wiki.rhomobile.com/index.php/Release#1.2.1_-.3E_1.2.2_Upgrade_Instructions

Brian

Sun

unread,
Dec 8, 2009, 10:01:40 AM12/8/09
to rhomobile
I had upgraded my rhodes gem to 1.2.2
Now i had created one sample application
agin i am trying to build .apk file using rake build:android command
Then i got the following error .

E:\sun\Mobility\code\rhodes\Bookstore>rake build:android --trace
(in E:/sun/Mobility/code/rhodes/Bookstore)
cd c:/ruby/lib/ruby/gems/1.8/gems/rhodes-1.2.2
rake aborted!
Don't know how to build task 'build:android'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19

On Nov 12, 11:03 pm, Brian Moore <br...@rhomobile.com> wrote:
> This appears to be a bug in the 1.2.1 gems. Try setting the environment
> variable 'HOME' to fix this.
>
> Another suggestion is to upgrade your rhodes gems to the latest, which
> is 1.2.2. If you choose to do this, see upgrade instructions here:http://wiki.rhomobile.com/index.php/Release#1.2.1_-.3E_1.2.2_Upgrade_...
>
> Brian
>
>
>
> Sunwrote:
> > What i need to do to resolve the above problem- Hide quoted text -
>
> - Show quoted text -

Dmitry Moskalchuk

unread,
Dec 8, 2009, 10:07:41 AM12/8/09
to rhom...@googlegroups.com
Hi,

There is no rake task named 'build:android'. You need to run 'rake
device:android:debug' instead.

Dmitry Moskalchuk
> --
>
> You received this message because you are subscribed to the Google Groups "rhomobile" group.
> To post to this group, send email to rhom...@googlegroups.com.
> To unsubscribe from this group, send email to rhomobile+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rhomobile?hl=en.
>
>
>

Brian Moore

unread,
Dec 8, 2009, 12:37:26 PM12/8/09
to rhom...@googlegroups.com
The build:android task doesn't exist. Run rake -T to see the available
tasks.

Brian

Sun

unread,
Dec 9, 2009, 6:34:00 AM12/9/09
to rhomobile
Hi ,
I am getting the following types of error while running the rhodes
application
a) Using run script as you mentioned above :-
After running the rake run:android:Bookstore i am getting following
error

E:\sun\Mobility\code\rhodes\Bookstore>rake run:android:Bookstore --
trace
(in E:/sun/Mobility/code/rhodes/Bookstore)
cd c:/ruby/lib/ruby/gems/1.8/gems/rhodes-1.2.2
rake aborted!
Don't know how to build task 'run:android:Bookstore'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19


b) For generating .apk file if i run following command rake
device:android:bookstore
I get the following error
E:\sun\Mobility\code\rhodes\Bookstore>rake device:android:Bookstore --
trace
(in E:/sun/Mobility/code/rhodes/Bookstore)
cd c:/ruby/lib/ruby/gems/1.8/gems/rhodes-1.2.2
rake aborted!
Don't know how to build task 'device:android:Bookstore'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19

c)If i am using eclips for developing the .apk file then how to run
the
rake task build:android:rhobundle
in eclips

kindly help me.
> > For more options, visit this group athttp://groups.google.com/group/rhomobile?hl=en.- Hide quoted text -

Dmitry Moskalchuk

unread,
Dec 9, 2009, 9:50:43 AM12/9/09
to rhom...@googlegroups.com
1. There is no tasks 'run:android:bookstore' or
'device:android:bookstore'. Run 'rake -T' to see available tasks.
2. Starting from 1-4-unstable you don't need to run 'rake
build:android:rhobundle' explicitly if you are using eclipse. In case
if 1.2.x used, run 'rake build:android:rhobundle' from command line as
usual.


Dmitry Moskalchuk

09.12.2009, в 14:34, Sun написал(а):

Sun

unread,
Dec 9, 2009, 9:54:08 AM12/9/09
to rhomobile
Now i have configured with symbian s60 3rd edition fp2 .
And run the application using the command using
rake run:symbian:app then it is giving the following error
I am not getting Where the error exactly . Is it in rhodes
installation
or at some other places.?



E:\sun\Mobility\code\rhodes\storemanager>rake run:symbian:app --trace
(in E:/sun/Mobility/code/rhodes/storemanager)
** Invoke run:symbian:app (first_time)
** Invoke bundle:symbian (first_time)
** Invoke config:symbian (first_time)
** Invoke config:common (first_time)
** Execute config:common
** Execute config:symbian
** Invoke loadframework (first_time)
** Execute loadframework
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib
** Invoke makedirs (first_time)
** Execute makedirs
** Execute bundle:symbian
rm -rf E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle
mkdir -p E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle
mkdir -p E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle/apps
cp -r c:/ruby/lib/ruby/gems/1.8/gems/rhodes-framework-1.2.1/lib E:/sun/
Mobility/
code/rhodes/storemanager/bin/RhoBundle
cd E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle
rm lib/rhodes-framework.rb
rm lib/erb.rb
rm lib/find.rb
rm lib/builtinME.rb
rm lib/ServeME.rb
cd E:/sun/Mobility/code/rhodes/storemanager
cp -r app E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle/apps
cp -r public E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle/
apps
cp rhoconfig.txt E:/sun/Mobility/code/rhodes/storemanager/bin/
RhoBundle/apps
cp c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/tasks/../
manifest/creat
eAppManifest.rb E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle

rm E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle/
createAppManifest.rb
cp c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/tasks/../
compileERB/def
ault.rb E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle

rm E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle/default.rb
cp c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/tasks/../
compileRB/comp
ileRB.rb E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle

cd E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle
rm apps/app/application.rb
rm apps/app/Handset/config.rb
rm apps/app/Handset/controller.rb
rm apps/app/helpers/application_helper.rb
rm apps/app/Settings/controller.rb
rm compileRB.rb
rm lib/bsearch.rb
rm lib/date/format.rb
rm lib/date.rb
rm lib/dateME.rb
rm lib/rational.rb
rm lib/rationalME.rb
rm lib/rho/render.rb
rm lib/rho/rho.rb
rm lib/rho/rhoapplication.rb
rm lib/rho/rhocontact.rb
rm lib/rho/rhocontroller.rb
rm lib/rho/rhoerror.rb
rm lib/rho/rhofsconnector.rb
rm lib/rho/rhosupport.rb
rm lib/rho/rhoutils.rb
rm lib/rho/rhoviewhelpers.rb
rm lib/rho.rb
rm lib/rhodes.rb
rm lib/rhoframework.rb
rm lib/rhofsconnector.rb
rm lib/rhom/rhom.rb
rm lib/rhom/rhom_db_adapter.rb
rm lib/rhom/rhom_object.rb
rm lib/rhom/rhom_object_factory.rb
rm lib/rhom/rhom_source.rb
rm lib/rhom.rb
rm lib/singleton.rb
rm lib/time.rb
rm lib/version.rb
rm apps/app/Handset/edit.erb
rm apps/app/Handset/index.erb
rm apps/app/Handset/new.erb
rm apps/app/Handset/show.erb
rm apps/app/index.erb
rm apps/app/layout.erb
rm apps/app/Settings/index.erb
rm apps/app/Settings/login.erb
rm apps/app/Settings/reset.erb
rm apps/app/Settings/wait.erb
cd E:/sun/Mobility/code/rhodes/storemanager
cp -r c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/
tasks/../../res/preb
uilt/common/db E:/sun/Mobility/code/rhodes/storemanager/bin/RhoBundle
cp -r c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/
tasks/../../res/preb
uilt/symbian/Epoc32 E:/sun/Mobility/code/rhodes/storemanager/bin/tmp
rake aborted!
unknown file type: c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/
lib/tasks/.
./../res/prebuilt/symbian/Epoc32
c:/ruby/lib/ruby/1.8/fileutils.rb:1255:in `copy'
c:/ruby/lib/ruby/1.8/fileutils.rb:451:in `copy_entry'
c:/ruby/lib/ruby/1.8/fileutils.rb:1324:in `traverse'
c:/ruby/lib/ruby/1.8/fileutils.rb:448:in `copy_entry'
c:/ruby/lib/ruby/1.8/fileutils.rb:423:in `cp_r'
c:/ruby/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest'
c:/ruby/lib/ruby/1.8/fileutils.rb:1409:in `fu_each_src_dest0'
c:/ruby/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest'
c:/ruby/lib/ruby/1.8/fileutils.rb:422:in `cp_r'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1094:in `cp_r'
c:/ruby/lib/ruby/gems/1.8/gems/rhodes-build-1.2.1/lib/tasks/
symbian.rake:70
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19



> > > For more options, visit this group athttp://groups.google.com/group/rhomobile?hl=en.-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -

evgeny vovchenko

unread,
Dec 9, 2009, 12:11:01 PM12/9/09
to rhom...@googlegroups.com
Symbian support is on hold, because lack of interest.

Jorge

unread,
Dec 9, 2009, 3:58:04 PM12/9/09
to rhomobile
If Symbian is not supported at the moment, I don't think it should be
mentioned on the rhomobile
web site. Just sayin'.

Also, what would it take to revive Symbian support?

On Dec 9, 12:11 pm, "evgeny vovchenko" <evgenyvovche...@gmail.com>
wrote:
> On Dec 9, 4:34špm, Sun <ravigangu...@gmail.com> wrote:
> > Hi ,
> > I am getting the following types of error while running the rhodes
> > application
> > a) Using run script as you mentioned above :- After running the rake
> > run:android:Bookstore ši am getting following error
> > š rake task build:android:rhobundle
> > š in eclips
>
> > kindly help me.
>
> > On Dec 8, 10:37špm, Brian Moore <br...@rhomobile.com> wrote:
>
> > > The
>
> ...
>
> read more »

Adam Blum

unread,
Dec 9, 2009, 4:01:14 PM12/9/09
to rhom...@googlegroups.com
A commercial license from someone who plans to ship on Symbian.   

Jorge

unread,
Dec 9, 2009, 4:51:23 PM12/9/09
to rhomobile
That makes sense. Hopefully a European/Asian company will get
interested and push Symbian.


On Dec 9, 4:01 pm, Adam Blum <a...@rhomobile.com> wrote:
> A commercial license from someone who plans to ship on Symbian.
>
> ...
>
> read more »

Sun

unread,
Dec 10, 2009, 7:39:49 AM12/10/09
to rhomobile

As you mentioned that to run the rake task such as rake run:android
even then also i am getting the error .
the log is as given below
E:\sun\Mobility\code\rhodes\Bookstore>rake run:android --trace
(in E:/sun/Mobility/code/rhodes/Bookstore)
cd c:/ruby/lib/ruby/gems/1.8/gems/rhodes-1.2.2
** Invoke run:android (first_time)
** Invoke device:android:debug (first_time)
** Invoke package:android (first_time)
** Invoke build:android:all (first_time)
** Invoke build:android:rubyvm (first_time)
** Invoke config:android (first_time)
** Invoke config:common (first_time)
** Execute config:common
** Execute config:android
rake aborted!
undefined method `+' for nil:NilClass
./platform/android/build/android.rake:67
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in
`invoke_task'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
c:/ruby/bin/rake:19:in `load'
c:/ruby/bin/rake:19

What is the exactly error?
my installation details after running the command of rhodes-setup
E:\sun\Mobility\code\rhodes\Bookstore>rhodes-setup
We will ask you a few questions below about your dev environment.

JDK path (required) (C:/Program Files/Java/jdk1.6.0_11):
Android 1.5 SDK path (blank to skip) (E:/softwares/android/Android/
android-sdk-windows-1.5_r3):
Windows Mobile 6 SDK CabWiz (blank to skip) ():
BlackBerry JDE 4.6 (blank to skip) ():
BlackBerry JDE 4.6 MDS (blank to skip) ():
BlackBerry JDE 4.2 (blank to skip) ():
BlackBerry JDE 4.2 MDS (blank to skip) ():

If you want to build with other BlackBerry SDK versions edit: c:/ruby/
lib/ruby/gems/1.8/gems/rhodes-
1.2.2/rhobuild.yml

please guide me .

Thanks in advance
On Dec 9, 7:50 pm, Dmitry Moskalchuk <crys...@gmail.com> wrote:
> 1. There is no tasks 'run:android:bookstore' or  
> 'device:android:bookstore'. Run 'rake -T' to see available tasks.
> 2. Starting from 1-4-unstable you don't need to run 'rake  
> build:android:rhobundle' explicitly if you are using eclipse. In case  
> if 1.2.x used, run 'rake build:android:rhobundle' from command line as  
> usual.
>
> Dmitry Moskalchuk
>
> 09.12.2009, × 14:34, Sun ÎÁÐÉÓÁÌ(Á):
> > .- Hide quoted text -

Dmitry Moskalchuk

unread,
Dec 10, 2009, 8:06:05 AM12/10/09
to rhom...@googlegroups.com
You are need to specify HOME environment variable pointing to your
local settings directory (for example, c:\Documents and Settings
\<username> on XP).


Dmitry Moskalchuk

10.12.2009, в 15:39, Sun написал(а):

Sun

unread,
Dec 15, 2009, 10:02:29 AM12/15/09
to rhomobile
Finally It is working Thanks for your co-operation.. :)
> ...
>
> read more »- Hide quoted text -
Reply all
Reply to author
Forward
0 new messages