Created
March 2, 2010 14:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rust@:[~/Works/programs/gae/mybot] | |
% ls -la | |
total 8 | |
drwxr-xr-x 3 rust staff 102 3 2 22:44 . | |
drwxr-xr-x 5 rust staff 170 2 25 20:46 .. | |
-rw-r--r-- 1 rust staff 2560 3 2 22:44 rails2_td_appengine.rb | |
rust@:[~/Works/programs/gae/mybot] | |
% which ruby | |
/opt/local/bin/ruby | |
rust@:[~/Works/programs/gae/mybot] | |
% ruby -v | |
ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin10] | |
rust@:[~/Works/programs/gae/mybot] | |
% rails -v | |
Rails 2.3.5 | |
rust@:[~/Works/programs/gae/mybot] | |
% which rails | |
/opt/local/bin/rails | |
rust@:[~/Works/programs/gae/mybot] | |
% gem list | grep -E "(appe|bundler)" | |
appengine-jruby-jars (0.0.6) | |
appengine-rack (0.0.6) | |
appengine-sdk (1.3.1) | |
appengine-tools (0.0.10) | |
bundler08 (0.8.4) | |
google-appengine (0.0.10) | |
rust@:[~/Works/programs/gae/mybot] | |
% ruby rails2_td_appengine.rb | |
=> Bundling gems | |
Calculating dependencies... | |
Updating source: http://gems.rubyforge.org | |
Caching: actionmailer-2.3.5.gem | |
Caching: actionpack-2.3.5.gem | |
Caching: activerecord-2.3.5.gem | |
Caching: activeresource-2.3.5.gem | |
Caching: activesupport-2.3.5.gem | |
Downloading appengine-apis-0.0.12.gem | |
Caching: appengine-rack-0.0.6.gem | |
Caching: rack-1.0.1.gem | |
Caching: rails-2.3.5.gem | |
Downloading rails_appengine-0.0.3.gem | |
Downloading rails_tiny_ds-0.0.2.gem | |
Caching: rake-0.8.7.gem | |
Downloading tiny_ds-0.0.2.gem | |
Installing activesupport (2.3.5) | |
Installing actionmailer (2.3.5) | |
Installing rails_appengine (0.0.3) | |
Installing rack (1.0.1) | |
Installing actionpack (2.3.5) | |
Installing appengine-rack (0.0.6) | |
Installing appengine-apis (0.0.12) | |
Installing tiny_ds (0.0.2) | |
Installing rake (0.8.7) | |
Installing activerecord (2.3.5) | |
Installing activeresource (2.3.5) | |
Installing rails (2.3.5) | |
Installing rails_tiny_ds (0.0.2) | |
Done. | |
=> Packaging gems | |
=> Installing JRuby | |
=> Installing JRuby-Rack | |
=> Installing appengine-sdk | |
file:/opt/local/lib/ruby/gems/1.8/gems/appengine-jruby-jars-0.0.6/lib/appengine-jruby-rubygems-0.0.6.jar!/rubygems.rb:827:in `report_activate_error': Could not find RubyGem appengine-tools (>= 0) (Gem::LoadError) | |
from file:/opt/local/lib/ruby/gems/1.8/gems/appengine-jruby-jars-0.0.6/lib/appengine-jruby-rubygems-0.0.6.jar!/rubygems.rb:261:in `activate' | |
from file:/opt/local/lib/ruby/gems/1.8/gems/appengine-jruby-jars-0.0.6/lib/appengine-jruby-rubygems-0.0.6.jar!/rubygems.rb:68:in `gem' | |
from /opt/local/bin/appcfg.rb:18 | |
Error executing jruby | |
/opt/local/lib/ruby/1.8/fileutils.rb:1298:in `unlink': No such file or directory - public/robots.txt (Errno::ENOENT) | |
from /opt/local/lib/ruby/1.8/fileutils.rb:1298:in `remove_file' | |
from /opt/local/lib/ruby/1.8/fileutils.rb:1303:in `platform_support' | |
from /opt/local/lib/ruby/1.8/fileutils.rb:1297:in `remove_file' | |
from /opt/local/lib/ruby/1.8/fileutils.rb:771:in `remove_file' | |
from /opt/local/lib/ruby/1.8/fileutils.rb:549:in `rm' | |
from /opt/local/lib/ruby/1.8/fileutils.rb:548:in `each' | |
from /opt/local/lib/ruby/1.8/fileutils.rb:548:in `rm' | |
from rails2_td_appengine.rb:32 | |
rust@:[~/Works/programs/gae/mybot] | |
% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment