Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 312072

Summary: [dstore] cancelling a command when using runCommand() nonfunctional
Product: [Tools] Target Management Reporter: Peter Wang <peterwan>
Component: RSEAssignee: dsdp.tm.rse-inbox <tm.rse-inbox>
Status: NEW --- QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3 CC: recoskie
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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?