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 - Provide a callback for the client to be notified on the rerun action
Summary: Provide a callback for the client to be notified on the rerun action
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.1
Hardware: PC All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 249029
  Show dependency tree
 
Reported: 2015-05-07 10:10 UTC by Petr Hejl
Modified: 2015-05-19 02:41 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
the patch (11.55 KB, patch)
2015-05-07 10:20 UTC, Petr Hejl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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