Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312072 - [dstore] cancelling a command when using runCommand() nonfunctional
Summary: [dstore] cancelling a command when using runCommand() nonfunctional
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 10:41 EDT by Peter Wang CLA
Modified: 2010-05-11 08:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wang CLA 2010-05-07 10:41:52 EDT
When cancelling a shell command that was launched to RSE using IShellService.runCommand(), CommandMiner.cancelCommand() in the org.eclipse.rse.services.dstore plugin is called which calls CommandMinerThread.sendExit(). In the sendExit() method, only command through IShellService.launchShell() are handled, there needs to be an else that handles commands launched with runCommand().
Comment 1 Martin Oberhuber CLA 2010-05-11 08:59:24 EDT
Seems dstore specific, correct?