-
Sub-task
-
Resolution:
Done
-
Major
-
-
None
-
-
- 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