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 252283

Summary: Provide a callback for the client to be notified on the rerun action
Product: platform Reporter: Petr Hejl <phejl>
Component: ExecutionAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, tmysik
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 8.1   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 249029    
Attachments: the patch

Description Petr Hejl 2015-05-07 10:10:19 UTC
There should be a way for the client of the extexecution API to be notified about the task created by the rerun action. I believe it would properly resolve the issue #249029.
Comment 1 Petr Hejl 2015-05-07 10:20:53 UTC
Created attachment 153548 [details]
the patch

Tomasi, please check the patch. I believe this would help you with the issue.
Comment 2 Tomas Mysik 2015-05-07 10:25:36 UTC
Yes, this should help. I will try it on Monday.

Thanks!
Comment 3 Tomas Mysik 2015-05-11 07:59:38 UTC
I can confirm that this would help me. Thanks a lot for it.
Comment 4 Petr Hejl 2015-05-11 08:42:35 UTC
Please review.
Comment 5 Petr Hejl 2015-05-18 11:46:46 UTC
Fixed in web-main 24a33484d4a3.
Comment 6 Quality Engineering 2015-05-19 02:41:07 UTC
Integrated into 'main-silver', will be available in build *201505190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/24a33484d4a3
User: Petr Hejl <phejl@netbeans.org>
Log: #252283 - Provide a callback for the client to be notified on the rerun action