[
https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-24301 at 5/4/17 8:37 AM:
------------------------------------------------------------
[~jyoti-jboss]
I've removed your question from JBIDE-24382 as it doesn't below there.
Please read
https://github.com/jbosstools/jbosstools-devdoc/
Basically you need to:
a) fetch the target platform zip (or.target file) and enable it in Eclipse. Make sure you
have m2e.tycho 0.8.1 installed too.
b) build jbosstools-base, jbosstools-server, and then jbosstools-openshift.
Or, way easier, build it commandline.
This should resolve all the dependencies:
{code}
git clone
https://github.com/jbosstools/jbosstools-openshift.git
cd jbosstools-openshift
# install mvn 3.3.9 to your PATH
mvn clean install
-Djbosstools-base-site=http://download.jboss.org/jbosstools/neon/snapshots/updates/
-DskipTests=true
{code}
Regarding the test failure in foundation.checkup.test... it's hard to help with that
if you don't state what the error was.
was (Author: nickboldt):
[~jyoti-jboss] Please read
https://github.com/jbosstools/jbosstools-devdoc/
Basically you need to:
a) fetch the target platform zip (or.target file) and enable it in Eclipse. Make sure you
have m2e.tycho 0.8.1 installed too.
b) build jbosstools-base, jbosstools-server, and then jbosstools-openshift.
Or, way easier, build it commandline.
This should resolve all the dependencies:
{code}
git clone
https://github.com/jbosstools/jbosstools-openshift.git
cd jbosstools-openshift
# install mvn 3.3.9 to your PATH
mvn clean install
-Djbosstools-base-site=http://download.jboss.org/jbosstools/neon/snapshots/updates/
-DskipTests=true
{code}
Regarding the test failure in foundation.checkup.test... it's hard to help with that
if you don't state what the error was.
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)