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 144428 - [65cat] [core] Create Project from Existing Source and enable War tasks needs Gem Check
Summary: [65cat] [core] Create Project from Existing Source and enable War tasks needs...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 18:29 UTC by esmithbss
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-08-19 18:29:02 UTC
[ BUILD # : 200808190201 ]
[ JDK VERSION : 1.6.0_07 ]

I just created a new Project from Existing Sources.

On the Project creation dialog I selected to add the necessary tasks
to create a WAR file.

I was not given the dialog page that informed me that I needed to
install Warbler.  The first notification I received for this is when
the project was opened I received the following:

/home/esmith/Apps/netbeans-dev-200808190201/ruby2/jruby-1.1.3/lib/ruby
/site_ruby/1.8/rubygems.rb:578:in `report_activate_error': Could not
find RubyGem warbler (>= 0) (Gem::LoadError)

        from
/home/esmith/Apps/netbeans-dev-200808190201/ruby2/jruby-1.1.3/lib/ruby
/site_ruby/1.8/rubygems.rb:134:in `activate'
        from
/home/esmith/Apps/netbeans-dev-200808190201/ruby2/jruby-1.1.3/lib/ruby
/site_ruby/1.8/rubygems.rb:49:in `gem'
        from /usr/local/bin/warble:18
Comment 1 Erno Mononen 2008-10-01 09:06:06 UTC
Reproduced, thanks for catching this. The wizard would probably need an additional panel, or at least a button for 
installing Warbler. I'll look at this after 6.5, better to avoid UI changes at this point.