google-code-export / appengine-jruby

Automatically exported from code.google.com/p/appengine-jruby
0 stars 0 forks source link

Problems with bundle using ruby 1.9.2 and rubygems 1.5.2 #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.gem install google-appengine
2.appcfg.rb.bat generate_app hello

What is the expected output? What do you see instead?
=> Generating gemfile
C:/Ruby192/lib/ruby/gems/1.9.1/gems/appengine-tools-0.0.17/lib/appengine-tools/g
em_bundler.rb:63: wa
rning: already initialized constant RUBY_ENGINE
=> Bundling gems
ERROR:  While executing gem ... (RuntimeError)
    Unknown command bundle

What version of the product are you using? On what operating system?
C:\Users\Anders>gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 1.5.2
  - RUBY VERSION: 1.9.2 (2011-02-18 patchlevel 180) [i386-mingw32]
  - INSTALLATION DIRECTORY: C:/Ruby192/lib/ruby/gems/1.9.1
  - RUBY EXECUTABLE: C:/Ruby192/bin/ruby.exe
  - EXECUTABLE DIRECTORY: C:/Ruby192/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86-mingw32
  - GEM PATHS:
     - C:/Ruby192/lib/ruby/gems/1.9.1
     - C:/Users/Anders/.gem/ruby/1.9.1
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - http://rubygems.org/

Please provide any additional information below.
gem list

*** LOCAL GEMS ***

appengine-apis (0.0.23)
appengine-rack (0.0.12)
appengine-sdk (1.4.2)
appengine-tools (0.0.17)
bundler08 (0.8.5)
google-appengine (0.0.20)
jruby-jars (1.5.6)
jruby-rack (1.0.6)
minitest (1.6.0)
rack (1.2.1)
rake (0.8.7)
rdoc (2.5.8)
rubyzip (0.9.4)

Original issue reported on code.google.com by anders.b...@gmail.com on 21 Feb 2011 at 6:18

GoogleCodeExporter commented 9 years ago
Stuck with bundler08 problem.
http://groups.google.com/group/appengine-jruby/browse_thread/thread/2db62b1a5189
6098

Original comment by anders.b...@gmail.com on 21 Feb 2011 at 6:42