| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Generate XML files required by App Engine for JRuby from a rackup file. | |
| 2 This works from standard Ruby or JRuby, but you'll need the rack gem. | |
| 3 | |
| 4 Configure your app from within the 'config.ru' file: | |
| 5 | |
| 6 AppEngine::Rack.app.configure( :application => 'simple', :version => 2 ) | |
| 7 | |
| 8 Now run xmlgen.rb and and your ready to go: | |
| 9 | |
| 10 jruby -rubygems -e 'require "appengine-tools/genxml"' | |
| OLD | NEW |