[
https://issues.jboss.org/browse/JBDS-3633?page=com.atlassian.jira.plugin....
]
Eric D. Schabell commented on JBDS-3633:
----------------------------------------
I have added some install steps to my cdk-install-demo that checks if an install has been
previously run and cleans up the vagrant enough to ensure that everything starts for the
user, no matter how many times you run the install scripts. I have one for unix and
windows, here is the unix version:
https://github.com/eschabell/cdk-install-demo/blob/master/init.sh
See lines 131 onwards for the steps I use to clean it up and put it in a state that will
always start for the user.
Uninstaller does nothing
------------------------
Key: JBDS-3633
URL:
https://issues.jboss.org/browse/JBDS-3633
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: havoc
Fix For: 9.1.0.GA
Current implementation just removes record about installation from windows registry.
What it should do:
1. Remove virtual box from vagrant:
{code}vagrant box remove cdk_v2{code}
2. Remove virtual machine from virtual box
{code}vboxmanage --unregister ${vmname}{code}
3. Uninstall what was installed:
vargant
virtual box
developer studio
4. Delete:
CDK
Open JDK 8
5. Cleanup PATH env variable
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)