[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24301 at 5/3/17 1:11 PM:
------------------------------------------------------------------
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require. Git clone the target platform and install it into your IDE via Preferences > Target Platform and add the file that I pointed you at.
!target-platform.png!
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse (or have it as source code in your workspace).
was (Author: adietish):
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require. Git clone the target platform and install it into your IDE via Preferences > Target Platform and add the file that I pointed you at.
!target-platform.png!
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24301:
-------------------------------------
Attachment: target-platform.png
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24301 at 5/3/17 1:10 PM:
------------------------------------------------------------------
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require. Git clone the target platform and install it into your IDE via Preferences > Target Platform and add the file that I pointed you at.
!target-platform.png!
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse.
was (Author: adietish):
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require. Git clone the target platform and install it into your IDE via Preferences > Target Platform and add the file that I pointed you at.
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24301 at 5/3/17 1:09 PM:
------------------------------------------------------------------
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require. Git clone the target platform and install it into your IDE via Preferences > Target Platform and add the file that I pointed you at.
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse.
was (Author: adietish):
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require.
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: issues.PNG, issues.txt
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24301:
------------------------------------------
Using our target platform is highly recommended. It contains all requirements in the correct version and decouples your IDE from the plugins that our source code requires. The target platform is not source code, it's a text based definition that includes installation sources (p2 repositories) and defines plugins/versions to work with. See here: https://github.com/jbosstools/jbosstools-target-platforms/blob/4.70.x/jbo... . It basically decouples the IDE from the source code that you want to work on. In the case of jboss tools it holds all required 3rd party plugin that our plugins require.
Reading your description a 2nd, 3rd time i noticed that you *copied* the foundation.core plugin to the Eclipse *plugin folder*. This wont work, this method is deprecated for quite some time. The only proper way to install is to do it via the installation wizard within eclipse.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: issues.PNG, issues.txt
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24382) Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24382?page=com.atlassian.jira.plugi... ]
Lukáš Valach commented on JBIDE-24382:
--------------------------------------
Verified in 10.4.0.GA-v20170503-1144-B26-installer-standalone.jar. BYOE can be installed into Neon.3b without remediation actions. Devstudio contains docker 2.3.0.201703072040.
I installed everything from our central including Early Access and I don't see any problem.
IS central wasn't merged into Devstudio central, so I installed following IS stuff using Help->Install Software->Add link to IS repo \[1\] :
JBoss Fuse Development
JBoss Business Process and Rules Development
JBoss Data Virtualization Development
JBoss Integration and SOA Development
(only those which are listed in IS plugin.xml)
\[1\] https://devstudio.redhat.com/10.0/development/updates/integration-stack/d...
I got remediation page with the same message as in FUSETOOLS-2353
On Remediation page I selected "Update...", eclipse updated these items:
m2e-wtp * to 1.3.2.20161026-1738
Tycho Project Configurators from 0.8.0.201409231215 to 0.9.0.201609061714
I tried to open various wizards/perspectives which come with stuff I installed from central, everything works fine.
[~odockal] will perform similar test tomorrow and he will check if docker/fuse works properly.
> Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
> -----------------------------------------------------------
>
> Key: JBIDE-24382
> URL: https://issues.jboss.org/browse/JBIDE-24382
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, docker, target-platform
> Affects Versions: 4.4.4.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.4.Final
>
>
> 1. Mirror http://download.eclipse.org/linuxtools/update-docker-neon3respinb to http://download.jboss.org/jbosstools/updates/requirements/docker/2.3.0.20... (Done today.)
> 2. Update jbt/ds 4.63.x TPs to use this Neon.3-respin-b version of Docker Tools (PR forthcoming.)
> cc: [~jjohnstn] [~lvalach] [~odockal]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4359) Two "Spring" folders in "New" wizard
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-4359?page=com.atlassian.jira.plugin.... ]
Jeff MAURY edited comment on JBDS-4359 at 5/3/17 11:36 AM:
-----------------------------------------------------------
Upstream issue. Same behavoir is shown on STS. Will check on STS JIRA
was (Author: jeffmaury):
Upstream issue. Same behavoir is show on STS. Will check on STS JIRA
> Two "Spring" folders in "New" wizard
> ------------------------------------
>
> Key: JBDS-4359
> URL: https://issues.jboss.org/browse/JBDS-4359
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 10.4.0.AM3
> Environment: Devstudio 10.4.0.AM3-v20170406-1058-B390 (installed form jar installer)
> Reporter: Lukáš Valach
> Priority: Minor
> Fix For: 11.0.0.AM1
>
> Attachments: Spring_in_New_wizard_2017-04-11_10-52-33.png
>
>
> I noticed that after installation of "Spring IDE" from Red Hat Central -> Software/Update there are two folders named "Spring" in "New" wizard dialog (File -> New -> Other...).
> !Spring_in_New_wizard_2017-04-11_10-52-33.png|thumbnail!
> I think that these folders should be merged into one folder.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months