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 150819

Summary: [65cat] Useless error messege displayed upon creation of new ruby application
Product: ruby Reporter: rajivderas <rajivderas>
Component: RakeAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screen shot

Description rajivderas 2008-10-21 08:22:41 UTC
using Dev Build 200810181401.
Get the following error when trying to create new ruby application.
<Rake Task fetching failed with (dir path)>
see the attached screen shot
Comment 1 rajivderas 2008-10-21 08:23:37 UTC
Created attachment 72354 [details]
screen shot
Comment 2 Martin Krauskopf 2008-10-24 11:54:55 UTC
There is something wrong with your Rakefile. But NetBeans should show the reason in the dialog you've attached. I'll fix
that. For now you might take a look here:

  http://wiki.netbeans.org/FaqRubyRakeFetchingFailed
Comment 3 Martin Krauskopf 2008-10-24 12:10:05 UTC
Fixed: #c0dde5998368

Now the dialog show you the reason, what's wrong with your Rakefile. Thanks for the catch.
Comment 4 rajivderas 2008-10-24 12:10:59 UTC
your welcome
Comment 5 Quality Engineering 2008-10-24 15:45:40 UTC
Integrated into 'main-golden', will be available in build *200810241401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c0dde5998368
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #150819: Useless error message displayed upon creation of new ruby application