[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-19776 at 5/11/15 3:46 PM:
-------------------------------------------------------------
[~maxandersen] [~rob.stryker]
Here's a PR to remove Server's dependency on tm.terminal 3.3.
https://github.com/jbosstools/jbosstools-server/pull/343/files
However, it adds a dependency on the new tm.terminal.* plugins from 4.0M7, including
{code} <import feature="org.eclipse.tm.terminal.connector.local.feature" version="4.0.0" match="greaterOrEqual"/> {code}
which will then need to drag CDT stuff into the target platform.
Are you SURE you need that installed as part of JBT? How about just the SSH and Telnet features instead?
Here's what the changes to the TP might look like, including ONLY the x86_64 cdt.core.linux plugin. This seems like a BAD idea.
https://github.com/nickboldt/jbosstools-target-platforms/commit/5300fdbb6...
was (Author: nickboldt):
[~maxandersen] [~rob.stryker]
Here's a PR to remove Server's dependency on tm.terminal 3.3.
https://github.com/jbosstools/jbosstools-server/pull/343/files
However, it adds a dependency on the new tm.terminal.* plugins from 4.0M7, including
{code} <import feature="org.eclipse.tm.terminal.connector.local.feature" version="4.0.0" match="greaterOrEqual"/> {code}
which will then need to drag CDT stuff into the target platform.
Are you SURE you need that installed as part of JBT? How about just the SSH and Telnet features instead?
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-19776:
-------------------------------------
We (astools) doesn't use the new terminal view itself at all, to be honest. But if our installation didn't have it, or had it but with no support for a local terminal, it would seem pretty ridiculous to our users.
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19776) Create and use Mars M7 target-platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19776?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19776:
------------------------------------
[~maxandersen] [~rob.stryker]
Here's a PR to remove Server's dependency on tm.terminal 3.3.
https://github.com/jbosstools/jbosstools-server/pull/343/files
However, it adds a dependency on the new tm.terminal.* plugins from 4.0M7, including
{code} <import feature="org.eclipse.tm.terminal.connector.local.feature" version="4.0.0" match="greaterOrEqual"/> {code}
which will then need to drag CDT stuff into the target platform.
Are you SURE you need that installed as part of JBT? How about just the SSH and Telnet features instead?
> Create and use Mars M7 target-platform
> --------------------------------------
>
> Key: JBIDE-19776
> URL: https://issues.jboss.org/browse/JBIDE-19776
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
> Attachments: jbdevstudio.p2diff.txt, jbdevstudio.p2diff.v3.txt, jbosstools.p2diff.txt, jbosstools.p2diff.v3.txt
>
>
> Mars M7 was released and contains interesting changes.
> We need to start using it ASAP to leverage new functionalities and adapt to the most important changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-437) Add jsonschema2pojo to TP
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-437?page=com.atlassian.jira.plugin.... ]
Paul Leacu reassigned JBTIS-437:
--------------------------------
Assignee: Paul Leacu
> Add jsonschema2pojo to TP
> -------------------------
>
> Key: JBTIS-437
> URL: https://issues.jboss.org/browse/JBTIS-437
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: Fuse IDE, target-platform
> Reporter: Keith Babo
> Assignee: Paul Leacu
> Fix For: 4.1.3
>
>
> Fuse Data Transformation tooling relies on jsonschema2pojo to generate model classes from JSON schema and JSON instance documents. At present, this dependency is bundled directly inside the data transformation plugin for Fuse IDE.
> *Project page/sources:* http://www.jsonschema2pojo.org/
> *Version:* 0.4.5 (this is a bit old - current is 0.4.11 and happy to try that if we want to be on the latest/greatest)
> *License and owner:* ALv2
> *Original p2 repo:* unknown
> *JBoss mirror:* unknown
> *Include Sources:* Yes
> *Affected projects:* Fuse IDE
> *Include in JBDS:* unknown
> *Type of dependency:* unknown
> *non-p2 repository:* https://repo1.maven.org/maven2/org/jsonschema2pojo/jsonschema2pojo-core/0...
> There are additional dependencies (see the POM) beyond jsonschema2pojo that will need to be included depending on which parts of jsonschema2pojo are used. For us, that includes:
> - commons-lang3 (although we should be able to use the v2 version which is already present in the TP - need to confirm)
> - jackson-annotations.jar (2.2.0)
> - jackson-core.jar (2.2.0)
> - jackson-databind.jar (2.2.0)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBDS-3345) Errors when starting FSW 6.0.0.GA from JBDS 8.0.2.GA with JDK 1.8
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3345?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen closed JBDS-3345.
-------------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.x)
Resolution: Rejected
starting with Java 7 and set classpath/environment to be Java 8 is asking for trouble. Just don't do that.
Rejecting.
> Errors when starting FSW 6.0.0.GA from JBDS 8.0.2.GA with JDK 1.8
> -----------------------------------------------------------------
>
> Key: JBDS-3345
> URL: https://issues.jboss.org/browse/JBDS-3345
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: server
> Affects Versions: 8.0.2.GA
> Environment: Fedora 21 x86_64
> JBDS 8.0.2.GA with Oracle JDK 1.8.0_25 and Oracle JDK 1.7.0_71
> Reporter: Andrej Podhradsky
> Priority: Optional
> Fix For: 9.0.0.Beta1
>
> Attachments: compiler.png, console.png, errors.txt, error_log.txt, installed_jre.png, run.sh, runtime_jre.png, server.log
>
>
> FSW 6.0.0.GA supports java 6 and 7, so if we want to run this server on JBDS 8 with jdk 8 we need to add another jdk to the JBDS, e.g. jdk 7. But this doesn't work, see errors in the attached file.
> Moreover, we are not able to stop the server from IDE, the process is still alive and we have to kill it manually.
> Note that this happens only when we install JBDS 8.0.2 with jdk 8, if we install it with jdk 7 the server works fine.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months