]
Ondrej Dockal closed JBIDE-24877.
---------------------------------
Verified in 11.1.0.AM2-v20170828-2243-B917.
CDK 2 detection results in CDK 3 adapter creation
-------------------------------------------------
Key: JBIDE-24877
URL:
https://issues.jboss.org/browse/JBIDE-24877
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk
Affects Versions: 4.5.1.AM1
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Minor
Fix For: 4.5.1.AM2
As described by [~odockal] in JBIDE-24447:
When you start devstudio and it finds cdk 2 installed inside ../../../cdk/ relative to
eclipse's config, it will create a cdk 3 server instead of cdk 2.
This relative path normally translate to a structure like this:
$SOME_DIR/devstudio
$SOME_DIR/cdk/YOUR/CDK/2/SOMEWHERE/INSIDE/HERE
BUT... this will only happen in a special situation where you have CDK 2 installed where
devstudio looks for it (see above) AND you set up the MINISHIFT_HOME env var to point to
your CDK 3 home when you start devstudio.