[
https://issues.jboss.org/browse/JBIDE-11722?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-11722:
-------------------------------------
Patch is to add the following line:
addSettingsFiles(importedProjects);
This makes the method look as follows:
{code}
public void configureUnsharedProject(IProgressMonitor monitor)
throws OpenShiftException, InvocationTargetException, InterruptedException,
IOException, CoreException,
URISyntaxException {
List<IProject> importedProjects = new ConfigureUnsharedProject(
getProjectName()
, getApplication()
, getRemoteName()
, getUser())
.execute(monitor);
addSettingsFiles(importedProjects);
createServerAdapter(monitor, importedProjects);
}
{code}
file: OpenShiftExpressApplicationWizardModel
openshift import app - use existing app & project - project not
given .settings file
------------------------------------------------------------------------------------
Key: JBIDE-11722
URL:
https://issues.jboss.org/browse/JBIDE-11722
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.Beta3
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.3.0.Beta3
Under the subject line's situation, a proper openshift .settings file is not added to
the project.
--
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