]
Alexey Kazakov commented on JBIDE-17999:
----------------------------------------
The current code handles only new/imported/changed projects. It doesn't convert any
existing project (from an old workspace for example) until you change the project.
I added a simple check at workspace startup which converts (if needed) existing projects.
I also added a warning message in Eclipse log which states that we have changed the
project nature.
[~gercan] please review the PRs:
Handle or document migration of aerogear users to thym
-------------------------------------------------------
Key: JBIDE-17999
URL:
https://issues.jboss.org/browse/JBIDE-17999
Project: Tools (JBoss Tools)
Issue Type: Task
Components: aerogear-hybrid
Reporter: Max Rydahl Andersen
Assignee: Gorkem Ercan
Priority: Critical
Fix For: 4.2.0.CR2
as noticed in JBIDE-17994 old cordova projects will have a different nature than thym
supports.
Is it sufficient that users can simply import the project again as a cordova project and
thym will handle it ?