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 193968 - [70cat][ruby] Project creation displays errors for rake task without indicating task executed
Summary: [70cat][ruby] Project creation displays errors for rake task without indicati...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-03 07:06 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen Capture of error dialog. (143.35 KB, image/png)
2011-01-03 07:10 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2011-01-03 07:06:58 UTC
[ BUILD # : 201012150001 ]
[ JDK VERSION : 1.6.22 ]

When creating a new project for existing code, the project creation executes a
Rake task.  This works fine except when an error exists and generates errors
from the rake task execution.

In the event that rake throws an exception, the errors are displayed; but only
in the context of a "rake task."  The actual rake task is not identified.
Comment 1 esmithbss 2011-01-03 07:09:27 UTC
The indication is that "Rake task fetching" was performed.  I assume that indicates rake -T; however, for those who use the IDE for their rake administration, this is not very detailed and doesn't indicate that it is the equivalent of the "Reload rake tasks" option they will see later.
Comment 2 esmithbss 2011-01-03 07:10:35 UTC
Created attachment 104658 [details]
Screen Capture of error dialog.