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 147043 - NetBeans does not work with Rake 0.8.2
Summary: NetBeans does not work with Rake 0.8.2
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 147443 147639 149201 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-12 10:06 UTC by Martin Krauskopf
Modified: 2008-12-16 01:36 UTC (History)
1 user (show)

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 Martin Krauskopf 2008-09-12 10:06:03 UTC
Due to their dependency on lib/rake.rb#do_option which is not anymore in Rake 0.8.2. This is rather NetBeans problem
since they depend on implementation detail.
Comment 1 Martin Krauskopf 2008-09-12 14:12:05 UTC
Fixed: #cff60f0dcc86
Comment 2 Quality Engineering 2008-09-13 05:24:11 UTC
Integrated into 'main-golden', will be available in build *200809130201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cff60f0dcc86
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #147043: NetBeans does not work with Rake 0.8.2
Comment 3 Martin Krauskopf 2008-09-17 08:56:00 UTC
*** Issue 147443 has been marked as a duplicate of this issue. ***
Comment 4 Martin Krauskopf 2008-09-19 13:47:23 UTC
*** Issue 147639 has been marked as a duplicate of this issue. ***
Comment 5 Martin Krauskopf 2008-10-09 14:11:22 UTC
*** Issue 149201 has been marked as a duplicate of this issue. ***
Comment 6 davidsmith 2008-12-15 23:08:24 UTC
I hope I'm not making an ignorant blunder, but I believe I am experiencing this issue running NetBeans IDE 6.5 (Build
200811100001) and also when I run the latest nightly build, NetBeans IDE Build 200812151401.

Running either of these on Windows, when I create a new Ruby on Rails Application, the creation fails and displays a
pop-up dialog box saying:

   "Rake tasks fetching failed with (working directory: my directory) 
    Rails requires RubyGems >= 1.3.1 (You have 1.2.0.). Please `gem update --system' and try again'

When I run gem update --system, there is nothing to update.  I'm using Ruby version 1.8.6-111, my Rails version is
2.2.2, and the Rake gems installed are 0.8.3, 0.8.2, and 0.7.3.

I'd be very grateful for any guidance you can give me to straighten this out.
Comment 7 davidsmith 2008-12-16 01:36:26 UTC
The problem I had that caused me to reopen this issue seems to have been caused by a problem in my configuration.  I
reinstalled ruby, gems and rails and the problem has gone away.  I apologize for any confusion or disruption my previous
report caused.