module Warbler
Warbler is a lightweight, flexible, Rake-based system for packaging your Ruby applications into .jar or .war files.
Constants
- VERSION
- WARBLER_HOME
- WARBLER_JAR
- WEB_SERVERS
- ZipSupport
Attributes
application[RW]
An instance of Warbler::Application
used by the warble
command.
framework_detection[RW]
Set ::framework_detection to false to disable auto-detection based on application configuration.
project_application[W]
Public Class Methods
project_application()
click to toggle source