Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 58962 Details for
Bug 165948
Launching a process fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
additional patch
patch_165948.part2.txt (text/plain), 1.43 KB, created by
Igor Alelekov
on 2007-02-14 07:53:04 EST
(
hide
)
Description:
additional patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-02-14 07:53:04 EST
Size:
1.43 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.execution >Index: src/org/eclipse/tptp/platform/execution/client/core/internal/ProcessImpl.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.execution/src/org/eclipse/tptp/platform/execution/client/core/internal/ProcessImpl.java,v >retrieving revision 1.15 >diff -u -r1.15 ProcessImpl.java >--- src/org/eclipse/tptp/platform/execution/client/core/internal/ProcessImpl.java 10 Feb 2007 00:01:09 -0000 1.15 >+++ src/org/eclipse/tptp/platform/execution/client/core/internal/ProcessImpl.java 14 Feb 2007 12:45:06 -0000 >@@ -582,6 +582,11 @@ > if (!processCmdHandler.waitResponce(Constants.processStarted_Cmd)) { > throw new TimeoutException(Constants.TPTP_PLATFORM_EXEC_MSG33); > } >+ >+ Enumeration listenerList=_listeners.elements(); >+ while(listenerList.hasMoreElements()) { >+ ((IProcessListener)listenerList.nextElement()).processLaunched(this); >+ } > } catch (IOException e) { > e.printStackTrace(); > } >@@ -890,11 +895,6 @@ > long processId = Long.parseLong(s); > process.setProcessId(processId); > } >- >- Enumeration listenerList=_listeners.elements(); >- while(listenerList.hasMoreElements()) { >- ((IProcessListener)listenerList.nextElement()).processLaunched(process); >- } > } > > private void processExited(Hashtable commandHash) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 165948
:
55240
|
55241
|
55242
|
55243
|
55244
|
55245
|
55246
|
55247
|
57719
|
58241
| 58962