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 147443 - Rake 0.8.2 Breaks Refresh Tasks
Summary: Rake 0.8.2 Breaks Refresh Tasks
Status: RESOLVED DUPLICATE of bug 147043
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 05:31 UTC by sowarped
Modified: 2008-09-17 08:56 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 sowarped 2008-09-17 05:31:45 UTC
Refreshing rake tasks via "Run/Debug Rake Task..." causes an error after installing rake-0.8.2 (on Mac OS X via 'sudo
gem update rake'). This error occurs when the project is loaded as well. Error dialog contains this text:

---
Rake tasks fetching failed with (working directory: ...):

/Applications/NetBeans/NetBeans 6.5 Beta.app/Contents/Resources/NetBeans/ruby2/rake_tasks_info.rb:9: undefined method
`do_option' for #<Rake::Application:0x513024> (NoMethodError)
---

Can workaround by reverting back to rake-0.8.1 via 'sudo gem uninstall -v 0.8.2 rake'.

Product Version: NetBeans IDE 6.5 Beta (Build 200808111757)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.4 running on i386; MacRoman; en_US (nb)
Comment 1 Martin Krauskopf 2008-09-17 08:56:00 UTC
This was fixed five days ago. See the dupe. New build are available:

  http://wiki.netbeans.org/RubyInstallation#section-RubyInstallation-HowDoIGetTheContinuousBuilds

*** This issue has been marked as a duplicate of 147043 ***