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

Koen Aers (JIRA) jira-events at lists.jboss.org
Mon Jun 4 06:38:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koen Aers resolved JBIDE-12085.
-------------------------------

    Resolution: Done


revision 41669

Thanks a lot Thomas!
                
> 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
>
>         Attachments: org.jboss.tools.forge.core.patch
>
>
> - 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