This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132394

Summary: Add support for Warbler
Product: ruby Reporter: Erno Mononen <emononen>
Component: RailsAssignee: Erno Mononen <emononen>
Status: STARTED ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Erno Mononen 2008-04-09 12:38:02 UTC
Warbler offers a more flexible way of packaging Rails apps as WAR files than the currently supported Goldspike.
Comment 1 Erno Mononen 2008-04-09 12:43:56 UTC
The support should cover at least the following:
- bundling Warbler
- running of 'pluginize' from the IDE 
- automatic refresh of rake tasks after that
Comment 2 Erno Mononen 2008-07-11 17:09:59 UTC
Implemented rudimentary support that covers installing Warbler in the Rails wizard and running of 'warble pluginize' 
when the user checks the "Add Rake Targets to Support App Server Deployment (.war)" check box. Changeset #84546331377b.
Comment 3 Quality Engineering 2008-07-17 04:52:14 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/84546331377b
User: Erno Mononen <emononen@netbeans.org>
Log: #132394: Add support for Warbler