[jbosstools-issues] [JBoss JIRA] (JBIDE-21176) [CDK] installing cdk feature should install docker feature

Rob Stryker (JIRA) issues at jboss.org
Wed Dec 2 20:55:00 EST 2015


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

Rob Stryker commented on JBIDE-21176:
-------------------------------------

Adding the following to cdk.feature:

{code}
diff --git a/features/org.jboss.tools.openshift.cdk.feature/feature.xml b/features/org.jboss.tools.openshift.cdk.feature/feature.xml
index 9271a16..354af4d 100755
--- a/features/org.jboss.tools.openshift.cdk.feature/feature.xml
+++ b/features/org.jboss.tools.openshift.cdk.feature/feature.xml
@@ -25,6 +25,11 @@
          id="org.jboss.tools.openshift.feature"
          version="0.0.0"/>
 
+   <includes
+         id="org.eclipse.linuxtools.docker.feature"
+         version="0.0.0"/>
+
+
    <plugin
          id="org.jboss.tools.openshift.cdk.server"
          download-size="0"
{code}

However, on building, I get the following errors.

{code}
[INFO] org.jboss.tools.openshift.express.test.feature ..... SUCCESS [  0.094 s]
[INFO] org.jboss.tools.openshift.cdk.feature .............. FAILURE [  0.143 s]
[INFO] openshift.site ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 min
[INFO] Finished at: 2015-12-02T20:54:27-05:00
[INFO] Final Memory: 120M/1033M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-source-feature-plugin:0.24.0:source-feature (source-feature) on project org.jboss.tools.openshift.cdk.feature: Could not generate source feature for project MavenProject: org.jboss.tools.openshift.features:org.jboss.tools.openshift.cdk.feature:3.1.0-SNAPSHOT @ /home/rob/code/jbtools/github/jbosstools-openshift/features/org.jboss.tools.openshift.cdk.feature/pom.xml
[ERROR] Missing sources for features [org.eclipse.linuxtools.docker.feature_1.2.0.201511162301]
[ERROR] -> [Help 1]
{code}


> [CDK] installing cdk feature should install docker feature
> ----------------------------------------------------------
>
>                 Key: JBIDE-21176
>                 URL: https://issues.jboss.org/browse/JBIDE-21176
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift, server, target-platform
>    Affects Versions: 4.3.1.Beta1
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>
> CDK Feature should also install docker feature. 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list