[JBoss JIRA] (JBIDE-21151) Button file system in OpenShift Application wizard causes an error
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21151?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21151:
----------------------------------
Fix Version/s: (was: 4.4.0.Alpha1)
> Button file system in OpenShift Application wizard causes an error
> ------------------------------------------------------------------
>
> Key: JBIDE-21151
> URL: https://issues.jboss.org/browse/JBIDE-21151
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: openshift_v3
> Fix For: 4.3.1.Beta1
>
>
> In New OpenShift Application wizard on the first wizard page where selection of a template is, there is a button "File system..." which is supposed to open a file browser dialog, but nothing happens after click on it and following error with stacktrace is present in error log:
> {code}
> Unhandled event loop exception
> java.lang.NullPointerException
> at org.eclipse.core.internal.variables.StringSubstitutionEngine.substitute(StringSubstitutionEngine.java:137)
> at org.eclipse.core.internal.variables.StringSubstitutionEngine.performStringSubstitution(StringSubstitutionEngine.java:87)
> at org.eclipse.core.internal.variables.StringVariableManager.performStringSubstitution(StringVariableManager.java:592)
> at org.eclipse.core.internal.variables.StringVariableManager.performStringSubstitution(StringVariableManager.java:358)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateListPage.substituteVariables(TemplateListPage.java:956)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateListPage.isFile(TemplateListPage.java:545)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateListPage.access$2(TemplateListPage.java:544)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateListPage$14.createFileDialog(TemplateListPage.java:710)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateListPage$14.widgetSelected(TemplateListPage.java:702)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:279)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:270)
> at org.jboss.tools.openshift.internal.ui.handler.NewApplicationHandler.execute(NewApplicationHandler.java:37)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:799)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:675)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:659)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:592)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21182) OpenShift does not compile any more
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21182?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21182.
---------------------------------
Builds are blue again. Closing.
> OpenShift does not compile any more
> -----------------------------------
>
> Key: JBIDE-21182
> URL: https://issues.jboss.org/browse/JBIDE-21182
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core, openshift
> Affects Versions: 4.3.0.Beta1, 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.3.1.Beta1
>
>
> Jenkins is failing for both master and 4.3.x:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift_...
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBos...
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.jboss.tools.openshift.cdk.server: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[37]
> [ERROR] import org.jboss.tools.foundation.ui.credentials.ChooseCredentialComponent;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.jboss.tools.foundation.ui.credentials.ChooseCredentialComponent cannot be resolved
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[46]
> [ERROR] private ChooseCredentialComponent credentials;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[62]
> [ERROR] credentials = new ChooseCredentialComponent(new String[]{CredentialService.REDHAT_ACCESS});
> [ERROR] ^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[62]
> [ERROR] credentials = new ChooseCredentialComponent(new String[]{CredentialService.REDHAT_ACCESS});
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[63]
> [ERROR] credentials.addCredentialListener(new ICredentialCompositeListener() {
> [ERROR] ^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[68]
> [ERROR] credentials.create(main);
> [ERROR] ^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[69]
> [ERROR] credentials.gridLayout(3);
> [ERROR] ^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[138]
> [ERROR] if( credentials.getDomain() == null || credentials.getUser() == null) {
> [ERROR] ^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKServerWizardFragment.java:[138]
> [ERROR] if( credentials.getDomain() == null || credentials.getUser() == null) {
> [ERROR] ^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[40]
> [ERROR] import org.jboss.tools.foundation.ui.credentials.ChooseCredentialComponent;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.jboss.tools.foundation.ui.credentials.ChooseCredentialComponent cannot be resolved
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[53]
> [ERROR] private ChooseCredentialComponent credentialComposite;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[88]
> [ERROR] credentialComposite = createChooseCredentialComponent(composite);
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[88]
> [ERROR] credentialComposite = createChooseCredentialComponent(composite);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method createChooseCredentialComponent(Composite) from the type CDKCredentialSection refers to the missing type ChooseCredentialComponent
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[89]
> [ERROR] credentialComposite.addCredentialListener(new ICredentialCompositeListener() {
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[120]
> [ERROR] credentialComposite.gridLayout(3);
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[130]
> [ERROR] private ChooseCredentialComponent createChooseCredentialComponent(Composite parent) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[132]
> [ERROR] final ChooseCredentialComponent comp = new ChooseCredentialComponent(
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[132]
> [ERROR] final ChooseCredentialComponent comp = new ChooseCredentialComponent(
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[141]
> [ERROR] super(server, "Change Username", credentialComposite.getUserCombo(),
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[142]
> [ERROR] credentialComposite.getUser(), CDKServer.PROP_USERNAME, credentialComposite.getUserListener());
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[142]
> [ERROR] credentialComposite.getUser(), CDKServer.PROP_USERNAME, credentialComposite.getUserListener());
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.cdk.server/src/org/jboss/tools/openshift/cdk/server/ui/internal/CDKCredentialSection.java:[170]
> [ERROR] credentialComposite.setEnabled(pass);
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] ChooseCredentialComponent cannot be resolved to a type
> [ERROR] 22 problems (22 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20508) Makes workflow to modify application based on OS v3 templates user friendly
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20508?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-20508:
---------------------------------------
[~fbricon] yeah, JBDS-3489 covers this issue pretty well. You can consider this one as resolved.
> Makes workflow to modify application based on OS v3 templates user friendly
> ---------------------------------------------------------------------------
>
> Key: JBIDE-20508
> URL: https://issues.jboss.org/browse/JBIDE-20508
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Priority: Critical
> Fix For: 4.3.1.Beta1
>
>
> Currently if user wants to modify an existing application based on a template with source code, user has to fork a repo containing source code, copy URL of a fork and paste it into template parameter SOURCE_CODE_URL. This is a bit unfriendly work flow from my point of view, because it requires several steps:
> 1) At first user has to know an URL of a source code for a template. Intuitively user would go through New Application Wizard to Template Parameters wizard page and check value of SOURCE_CODE_URL parameter.
> 2) Fork a repository containing source code - it requires switching to browser and go to the repository web page and fork repo.
> 3) Copy a URL of user's source code repo (its easier to use SSH url git@github.com:user/repo.git to avoid filling in credentials for a github account)
> plus importing an application, making changes, commit and push.
> Would it be possible to create a fork and use user specific URL automatically? E.g. show a dialog to enter github username and tooling would via git API fork the repo and put the user specific source code URL into wizard page as template parameter.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21194) Result from adbinfo on windows has different syntax
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21194?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-21194:
---------------------------------------------
I have not suggested you are going to update the eclipse environment.
I'm saying that the output of adbinfo is out of your control and could (in theory) start containing actually bash/batch code making your parsing broken.
Hence why simply doing a run of the script and dump the environment variables (which will with guarantee not contain bash/batch code) you get something that is consistent and easily parsable.
Also removes any need of windows/linux specific comment/variable escaping/parsing.
basically on linux/osx run `eval $(vagrant-adbinfo); export' and you should have updated info in a properties key/value style list.
Same for windows run the output and run "SET" to get the list as a set of key/value pairs.
> Result from adbinfo on windows has different syntax
> ---------------------------------------------------
>
> Key: JBIDE-21194
> URL: https://issues.jboss.org/browse/JBIDE-21194
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: openshift, server
> Affects Versions: 4.3.0.Beta1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> The result from adbinfo on linux is:
> {code}
> export key=value
> {code}
> The result on Windows is:
> {code}
> setx key value
> {code}
> The adbinfo runner needs to be aware of this difference and react accordingly when creating the openshift connection.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3489) Publishing existing eclipse project to OpenShift
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3489?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3489:
------------------------------
Labels: new_and_noteworthy openshift_v3 (was: openshift_v3)
> Publishing existing eclipse project to OpenShift
> ------------------------------------------------
>
> Key: JBDS-3489
> URL: https://issues.jboss.org/browse/JBDS-3489
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: openshift, requirements
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: new_and_noteworthy, openshift_v3
> Fix For: 9.1.0.Beta1
>
> Attachments: project-selection.bmml, project-selection.png
>
>
> As a developer I would like to take an existing eclipse web project and deploy to my existing openshift v3 connection.
> * This is equivalent to 'oc new-app'
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3489) Publishing existing eclipse project to OpenShift
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3489?page=com.atlassian.jira.plugin.... ]
CDW Engine reassigned JBDS-3489:
--------------------------------
> Publishing existing eclipse project to OpenShift
> ------------------------------------------------
>
> Key: JBDS-3489
> URL: https://issues.jboss.org/browse/JBDS-3489
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: openshift, requirements
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: new_and_noteworthy, openshift_v3
> Fix For: 9.1.0.Beta1
>
> Attachments: project-selection.bmml, project-selection.png
>
>
> As a developer I would like to take an existing eclipse web project and deploy to my existing openshift v3 connection.
> * This is equivalent to 'oc new-app'
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3489) Publishing existing eclipse project to OpenShift
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3489?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3489:
------------------------------
cdw sucks. bulk acking to move forward
> Publishing existing eclipse project to OpenShift
> ------------------------------------------------
>
> Key: JBDS-3489
> URL: https://issues.jboss.org/browse/JBDS-3489
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: openshift, requirements
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: new_and_noteworthy, openshift_v3
> Fix For: 9.1.0.Beta1
>
> Attachments: project-selection.bmml, project-selection.png
>
>
> As a developer I would like to take an existing eclipse web project and deploy to my existing openshift v3 connection.
> * This is equivalent to 'oc new-app'
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months