Sha256: e4a74b4d26faa23c478c2c299906aca854a6d62aa6233afedb5564fec84a8fa4
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 Bytes
Contents
Generate XML files required by App Engine for JRuby from a rackup file. This works from standard Ruby or JRuby, but you'll need the rack gem. Configure your app from within the 'config.ru' file: AppEngine::Rack.app.configure( :application => 'simple', :version => 2 ) Now run xmlgen.rb and and your ready to go: jruby -rubygems -e 'require "appengine-tools/genxml"'
Version data entries
7 entries across 7 versions & 1 rubygems