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 152900 - [65cat] Failure to communicate with gem repository should generate a message dialog
Summary: [65cat] Failure to communicate with gem repository should generate a message ...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 20:10 UTC by esmithbss
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-11-10 20:10:11 UTC
At present, when communications with a gem repository fail, or the gem repository does not contain the expected
information, the IDE appears to fail quietly leaving the user without any understanding as to why they aren't finding
the expected gem updates or gems to install.

The IDE should provide the user with a simple dialog indicating the failure.
Comment 1 Martin Krauskopf 2008-11-11 11:13:41 UTC
It already does so. I've tried to simulate by by adding:

  :sources:
  - http://gems.non-exist1234.org

to ~/.gemrc, so gem fetching fails, and Gem Manager pops up the dialog for me with the failure message from the
underlaying gem tool. Could you better describe when the error dialog did not pop up for you?