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 141632 - Automatically run task for single task rake files if "Run File (shift + F6)" command used
Summary: Automatically run task for single task rake files if "Run File (shift + F6)" ...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 01:08 UTC by richo
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richo 2008-07-25 01:08:47 UTC
Scenario:
User is editing a rake file in the IDE.
The rake file has a single rask task defined in it.
The user selects "Run File (Shift + F6)" command.

Current behaviour:
Error raised about no task being selected.

Desired behaviour:
The task is run.

Notes:
Same behaviour for debugging rake files (ctrl+shift+F5)
Comment 1 richo 2008-07-25 01:13:54 UTC
Related to:
issue #141634 (Prompt which task to run on rake file if "Run File (shift + F6)" command used)