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 170730 - Rake related problem during project creation
Summary: Rake related problem during project creation
Status: RESOLVED INCOMPLETE
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 18:53 UTC by izajcev
Modified: 2009-08-21 12:39 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 izajcev 2009-08-20 18:53:08 UTC
Try to create ruby project: set project name and press on 'Finish' button --> Error message will be displayed:
'Rake tasks fetching failed with (working directory: ...):
c:/program files/netbeans6.7/ruby2/rake_tasks_info.rb:9 undefined method 'init' for #<Rake::Application:...> 
(NoMethodError)'

But project will be successfully created after 'OK' button pressing.
Comment 1 Erno Mononen 2009-08-20 19:24:15 UTC
Thanks for the report. Can you please specify the rake version you're using?
Comment 2 Erno Mononen 2009-08-21 12:39:42 UTC
I think is caused by an old version of Rake, please upgrade it if possible. I'm marking this as incomplete until 
version info is provided. Thanks.