]
Andre Dietisheim updated JBIDE-23780:
-------------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.3.AM2)
Import Application: uncheck "Use default clone destination"
wont recheck if I removed the folder that it''s complaining about
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-23780
URL:
https://issues.jboss.org/browse/JBIDE-23780
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.3.AM1
Reporter: Andre Dietisheim
Labels: import_wizard, openshift_v3
Fix For: 4.5.0.AM1
Attachments: clone-destination-already-exists.png,
error-even-though-clone-destination-doesnt-exist.png
steps to reproduce:
# ASSERT: make sure that you have a folder "jboss-eap-quickstarts" in your
default Eclipse git clone destination (if you didnt change your preferences, it will point
to ~/git/. If you dont have it yet git clone it from
https://github.com/jboss-developer/jboss-eap-quickstarts.git)
# EXEC: create a new application using the "eap64-basic-s2i" template
# ASSERT: the OpenShift resources for your application are created, the import wizard
pops up with the following error that complains about the directory already existing:
!clone-destination-already-exists.png!
# EXEC: manually remove the directory (ex. in cmd-line)
# EXEC: uncheck "Use default clone destination:"
Result:
The error wont go away, the wizard is still complaining even though the folder isnt in
the way any more.
!error-even-though-clone-destination-doesnt-exist.png!
Hitting "Browse" and pointing to the same folder, that doesnt containt the
folder anymore, wont help. The error persists. There'
s no way to work around this, you have to cancel the import and start over again.