[
https://issues.jboss.org/browse/JBIDE-12085?page=com.atlassian.jira.plugi...
]
Thomas Frühbeck commented on JBIDE-12085:
-----------------------------------------
create ForgeRuntimeProces, override getStreamsProxy, getForgeStreamsProxy: done.
start Forge in DEBUG, lauch registered=true: done.
delete of LaunchConfiguration: done.
not yet necessary: ForgeLaunchHelper still returns a IProcess
Make sure launching Forge creates a ForgeRuntimeProcess subclass of
the default RuntimeProcess
----------------------------------------------------------------------------------------------
Key: JBIDE-12085
URL:
https://issues.jboss.org/browse/JBIDE-12085
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: forge
Reporter: Koen Aers
Assignee: Koen Aers
Fix For: 3.4.0.M1
- create ForgeRuntimeProcess class as subclass of RuntimeProcess
- override getProxies() so it returns null
- create a getForgeProxies() method that delegates to super.getProxies()
- create and contribute ForgeProcessFactory that creates ForgeRuntimeProcesses
- make sure that the process returned by the launch method in ForgeLaunchHelper always is
a ForgeRuntimeProcess
- use the register='true' flag in launchConfiguration.launch() so that the
process is always registered
- use the getForgeProxies() method in the AbstractForgeRuntime class instead of the
getProxies method
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira