]
Andre Dietisheim updated JBIDE-11367:
-------------------------------------
Fix Version/s: (was: LATER)
Application wizard should close and run maven import in background
once the application was created
---------------------------------------------------------------------------------------------------
Key: JBIDE-11367
URL:
https://issues.jboss.org/browse/JBIDE-11367
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Xavier Coulon
Assignee: Andre Dietisheim
Labels: application_wizard, openshift_v2
Fix For: 4.5.3.Final
After 3.3.0.Beta1, most of the operations are run at the end of the wizard (ie, in the
performFinish() method) in background jobs. The UI is not blocked but the wizard wont
close before the jobs are finished. Since creating the app, adding cartridges, cloning the
repo and importing the project within it is a lot of work the user is blocked and
condemned to see and watch it happen.
We should free the user to do other tasks by allowing him to close the wizard and get
notified once the process finished.