]
Andre Dietisheim commented on JBIDE-24778:
------------------------------------------
[~dbocharov] [~jeffmaury] at some point in the earlier development - when [~fbricon] was
still in the team - we discussed being able to do compatibility guesses (ex. if the local
project has a javascript nature there's no way that you can use a wildfly (aka java-)
image with it. While there are limited capabilities in those guesses they would still be
useful. Nevertheless, thing have not been implemented since this was in the cathegory
"nice to have".
Creating application from Eclipse project which already defines a Git
repo should reuse the URL
-----------------------------------------------------------------------------------------------
Key: JBIDE-24778
URL:
https://issues.jboss.org/browse/JBIDE-24778
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.5.0.AM2
Reporter: Mickael Istria
Assignee: Dmitrii Bocharov
Fix For: 4.5.1.Final
Attachments: ImageOrProject.png
I'm trying to connect an existing Eclipse project to OpenShift.
The project is connected to GitHub (
https://github.com/mickaelistria/demo-dotnet.git )
The OpenShift application I'm using uses a dotnet-core:2.0 image.
Once I've selected the openshift project, the Eclipse project and the application
image; I'm driven to a wizard page asking me for some details about the application,
including the Git repo URL.
I would expect the repo URL to be prepopulated with the Git repo URL of my Eclipse
project
Instead, the URL was the one of the image example:
https://github.com/redhat-developer/s2i-dotnetcore-ex.git
If this is an issue in the .NET Core 2.0 image, please tell me and I'll open a bug
for it.