[
https://issues.jboss.org/browse/JBIDE-9116?page=com.atlassian.jira.plugin...
]
Viacheslav Kabanovich commented on JBIDE-9116:
----------------------------------------------
It looks like regression in WTP.
Compare to the following use-cases which pass ok now:
1.
EXECUTE: Create JSF 2 KickStart project.
EXECUTE: Delete this project (don't delete project contents on disk).
EXECUTE: Restart studio.
EXECUTE: Import this project as an existing project.
ASSERT: No failure.
2.
EXECUTE: Create JSF 2 KickStart project.
EXECUTE: Delete this project (don't delete project contents on disk).
EXECUTE: Rename folder of this project on disk and make accordingly changes of the name in
config files.
EXECUTE: Import this project as an existing project (with the changed name).
ASSERT: No failure.
I have found that our failure is caused by failure of method
ComponentCore.createComponent(project, true) to return non-null object; our code cannot
work properly in this case.
JSF nature is removed after importing JSF project.
--------------------------------------------------
Key: JBIDE-9116
URL:
https://issues.jboss.org/browse/JBIDE-9116
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.3.0.M3
EXECUTE: Create JSF 2 KickStart project.
EXECUTE: Delete this project (don't delete project contents on disk).
EXECUTE: Import this project as an existing project.
FAILURE: See Eclipse log: "Project P/<projectName> has corrupted nature:
org.jboss.tools.jsf.jsfnature"
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira