Example:
task 'war:init' doWAR_CONFIGURATION.add_jetty_library(java_library('mysql-connector- java', '5.0.5'))
WAR_CONFIGURATION.remove_gem('ActiveRecord-JDBC')
WAR_RUNNER.jetty_port = 8081
WAR_RUNNER.java_opts = "-Xmx512m"
end
This completely removes the need for war.rb but we should probably
keep it around for simpler tweaking. In general war.rb is not
flexible/powerful enough for extensive tweaking (even if the
Configuration/Runner/Creator objects themselves are).
This patch is diffed from plugins/war-snapshot.
allow_customization_of_configuration.patch
Description: Binary data
Cheers, Jon ---- New from ThoughtWorks: Mingle, an Agile project management application. Mingle. Project Intelligence. Powerfully Simple. More at http://studios.thoughtworks.com
_______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
