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 138761 - "rake task fetching failed" error displayed on startup for non-rails project with no rake tasks.
Summary: "rake task fetching failed" error displayed on startup for non-rails project ...
Status: RESOLVED FIXED
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-07-01 22:57 UTC by richo
Modified: 2008-07-02 10:28 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 richo 2008-07-01 22:57:24 UTC
Netbeans: continuous build 20080701112337
OS: Ubuntu 8.04

I have a ruby project that is not a rails project. On start up of netbeans I get an error dialog displayed with the
following message.

"Rake tasks fetching failed with (working directory: /path/to/project):

rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb Rakefile.rb)
/path/to/ruby/ruby-1.8/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143: in 'raw_load_rakefile'"

This project doesn't have, and never will have, rake taks. No error message should be displayed.
Comment 1 richo 2008-07-02 01:55:56 UTC
This appears to be fixed in a later build (20080701231251).
Comment 2 Martin Krauskopf 2008-07-02 10:28:42 UTC
Yes, fixed yesterday in issue 138616.