[jbosstools-issues] [JBoss JIRA] (JBIDE-12085) Make sure launching Forge creates a ForgeRuntimeProcss subclass of the default RuntimeProcess

Koen Aers (JIRA) jira-events at lists.jboss.org
Fri Jun 1 12:13:17 EDT 2012


Koen Aers created JBIDE-12085:
---------------------------------

             Summary: Make sure launching Forge creates a ForgeRuntimeProcss 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

        


More information about the jbosstools-issues mailing list