[jbosstools-issues] [JBoss JIRA] (JBIDE-17686) get TCF and RSE terminals to coexist without bad UX of multiple terminals

Nick Boldt (JIRA) issues at jboss.org
Fri May 15 00:28:19 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-17686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067856#comment-13067856 ] 

Nick Boldt edited comment on JBIDE-17686 at 5/15/15 12:27 AM:
--------------------------------------------------------------

I've gotten the TP to play nicely (validation works even though we now include cdt.native.* platform bits) and to get server to compile & install tm.terminal.connector.local.feature (requires cdt.native feature).

PRs updated & ready for review:

https://github.com/jbosstools/jbosstools-target-platforms/pull/142/
https://github.com/jbosstools/jbosstools-server/pull/343
https://github.com/jbdevstudio/jbdevstudio-product/pull/308

---

To build the M7 TP:

{code}
cd /path/to/jbosstools-target-platforms/jbosstools/multiple
hub checkout https://github.com/jbosstools/jbosstools-target-platforms/pull/142/ 
mvn clean install
{code}

Then you can build Server:

{code}
cd /path/to/jbosstools-server
hub checkout https://github.com/jbosstools/jbosstools-server/pull/343
mvn clean verify -Dtpc.targetKind=multiple
{code}

Then JBoss Tools aggregate:

{code}
cd ~/tru/jbosstools-build-sites/aggregate/site
mvn clean install -Djbosstools-server-site=file:///home/nboldt/tru/jbosstools-server/site/target/repository/
{code}

And JBDS:

{code}
cd ~/tru/jbdevstudio-product
hub checkout  https://github.com/jbdevstudio/jbdevstudio-product/pull/308
mvn clean install -Djbosstools-site=file:///home/nboldt/tru/buildsites/aggregate/site/target/repository/ -e
{code}


was (Author: nickboldt):
I've gotten the TP to play nicely (validation works even though we now include cdt.native.* platform bits) and to get server to compile & install tm.terminal.connector.local.feature (requires cdt.native feature).

PRs updated & ready for review:

https://github.com/jbosstools/jbosstools-target-platforms/pull/142/
https://github.com/jbosstools/jbosstools-server/pull/343
https://github.com/jbdevstudio/jbdevstudio-product/pull/308

> get TCF and RSE terminals to coexist without bad UX of multiple terminals
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-17686
>                 URL: https://issues.jboss.org/browse/JBIDE-17686
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: upstream
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>            Priority: Minor
>             Fix For: 4.3.0.Beta1
>
>         Attachments: eclipse-can-has-many-consoles.png, org.jboss.tools.as.management.itests.AS7IntegrationTestSuite.txt
>
>
> luna has new Eclipse TCF terminal that brings better Terminal support.
> I would assume it is in there but I couldn't find a way to actually open it. Maybe we havent included the full set of plugins.
> http://marketplace.eclipse.org/content/tcf-terminals#.U6sJ92Vp7wV
> http://eclipsesource.com/blogs/2014/06/17/tcf-terminal-top-eclipse-luna-feature-7/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list