[
https://issues.jboss.org/browse/JBIDE-12131?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-12131:
-------------------------------------
Attachment: honour-remote-in-prefs.patch
remote is not listened to by server adatper
-------------------------------------------
Key: JBIDE-12131
URL:
https://issues.jboss.org/browse/JBIDE-12131
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.CR1
Attachments: honour-remote-in-prefs.patch, honour-remote-in-prefs.patch
create a project via openshift, set the remote to be something else than origin and with
a different repo address.
Most easily done by cloning a different openshift project and try add that to an existing
one.
Or just edit in the server adapter or edit the .settings/*openshift* file to have a
different remote.
Push via server adapter and notice the repository used is *not* what the remote is
pointing to.
The failing code is:
String remoteName =
behaviour.getServer().getAttribute(ExpressServerUtils.ATTRIBUTE_REMOTE_NAME,
ExpressServerUtils.ATTRIBUTE_REMOTE_NAME_DEFAULT);
from ExpressPublishMethod which does not get the right remote name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira