-
Bug
-
Resolution: Won't Do
-
Critical
-
4.1.0.Beta2
-
None
When user want's to create a bigger app on OpenShift providing it's own source, e.g. from github like https://github.com/eschabell/openshift-bpm-process-designer, he must repeat the cloning process e.g. 10 times before it gets cloned to users local git repo and import to workspace.
Stack trace:
java.lang.InterruptedException at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:173) at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:259) at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.AbstractImportApplicationOperation.cloneRepository(AbstractImportApplicationOperation.java:168) at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.ImportNewProject.execute(ImportNewProject.java:77) at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizardModel.importProject(OpenShiftApplicationWizardModel.java:104) at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizard$ImportJob.runInWorkspace(OpenShiftApplicationWizard.java:339) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)