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 139612

Summary: Rake runner should remember task parameters
Product: ruby Reporter: Erno Mononen <emononen>
Component: RakeAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 122994    

Description Erno Mononen 2008-07-10 16:18:19 UTC
It would be good if the rake runner would remember the parameters that have been previously entered for a task, 
preferably all of them.
Comment 1 Erno Mononen 2008-07-10 16:46:29 UTC
With this in place I could also prepopulate the parameters for some taks, such as db:migrate and db:fixtures -- see 
issue 122994.
Comment 2 Martin Krauskopf 2008-07-11 14:26:32 UTC
Implemented: 8d3b5f62ffe1

Parameters are remembered per IDE session. If you want them to be remembered among multiple IDE session, please file a
new bug. I'm not too convinced about the benefit.