ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

[HowTo] Usage of Warbler

Added by Chili Fan at 2012-08-03 02:13 pm

Why is "-r" needed for install of warbler, seems without "-r" it works too ?

ruby -S gem install -r warbler
or
jruby" -S gem install -r warbler
(or is "-r" an option of "gem install)

Is it better to use "warble war" instead of "warble" to start creating a .war file ?
http://rubygems.org/gems/warbler
http://caldersphere.rubyforge.org/warbler/
http://kenai.com/projects/warbler/pages/Home
ruby" -S warble war
or
jruby" -S warble war


Replies (1)

RE: [HowTo] Usage of Warbler - Added by Chili Fan at 2012-08-03 02:37 pm

Why is "-r" needed for install of warbler, seems without "-r" it works too ?

http://docs.rubygems.org/read/chapter/10

Usage: gem install GEMNAME [options]

  Options:
    -r, --remote                     Restrict operations to the REMOTE domain
http://guides.rubygems.org/command-reference/#gem_install
"The install command installs local or remote gem into a gem repository"
(still no clue what this remote means or needed, i think "-r" can be left out ?)


Shouldn't it be a correct syntax see position of "-r" if used for some reason
gem install warbler -r

(1-1/1)