[JBoss JIRA] (JBIDE-21163) cdk server adapter dumps out adbinfo to console
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21163?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21163:
----------------------------------
Component/s: cdk
(was: openshift)
> cdk server adapter dumps out adbinfo to console
> -----------------------------------------------
>
> Key: JBIDE-21163
> URL: https://issues.jboss.org/browse/JBIDE-21163
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.3.0.Beta1, 4.4.0.Alpha1
>
>
> is it intended that if the cdk is running the console shows up with dump that contains:
> {quote}
> # Set the following environment variables to enable access to the
> # docker daemon running inside of the vagrant virtual machine:
> export DOCKER_HOST=tcp://10.1.2.2:2376
> export DOCKER_CERT_PATH=/Users/max/code/cdk/openshift-vagrant/cdk-v2/.vagrant/machines/default/virtualbox/.docker
> export DOCKER_TLS_VERIFY=1
> export DOCKER_MACHINE_NAME=9dc5acb
> # run following command to configure your shell:
> # eval "$(vagrant adbinfo)"
> {quote}
> it is a bit confusing it pops up with no info and gets to be in front of everything.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3551) JavaEE Developer - be able to start/stop applications on docker with debug on/off
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3551?page=com.atlassian.jira.plugin.... ]
Xavier Coulon updated JBDS-3551:
--------------------------------
Fix Version/s: 9.1.0.CR1
(was: 9.1.0.Beta2)
Postponing to {{9.1.0.CR1}} since JBIDE-20153 has not been resolved yet.
> JavaEE Developer - be able to start/stop applications on docker with debug on/off
> ---------------------------------------------------------------------------------
>
> Key: JBDS-3551
> URL: https://issues.jboss.org/browse/JBDS-3551
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Story
> Components: docker
> Reporter: Max Rydahl Andersen
> Assignee: Xavier Coulon
> Fix For: 9.1.0.CR1, 10.0.0.Alpha1
>
>
> User Story:
> As a JavaEE Developer I should be able to start/stop applications with debug turned on or off
> Acceptance Criteria:
> * Developer can start/stop an application from a central place, no CLI operations needed.
> * Developer can start with or without debug enabled
> * if necessary to restart when going from started to debugging or debugging to started the user should be asked if really want to restart
> * When debug is on the Java debugger should be connected and any enabled breakpoints when hit should show up in the debugger
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21532) OpenShift tooling is not compatible with EGit UI 4.1.1 from Mars.2.RC1
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21532?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21532:
-------------------------------------
Fix Version/s: 4.3.1.Beta2
> OpenShift tooling is not compatible with EGit UI 4.1.1 from Mars.2.RC1
> ----------------------------------------------------------------------
>
> Key: JBIDE-21532
> URL: https://issues.jboss.org/browse/JBIDE-21532
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.3.1.Beta2
>
>
> org.jboss.tools.openshift.egit.ui.util.EGitUIUtils calls Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR) to retrieve the defaut git repository defined in EGit. In Egit UI 4.1.1, used by Mars.2, UIPreferences.DEFAULT_REPO_DIR was removed, so the code no longer compile / will fail to run.
> Simply replacing this call with Activator.getDefault().getPreferenceStore().getString("default_repository_dir") doesn't work either, because it'll return an null value
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months