[
https://issues.jboss.org/browse/JBIDE-8936?page=com.atlassian.jira.plugin...
]
Viacheslav Kabanovich commented on JBIDE-8936:
----------------------------------------------
WebContent folder of Seam Web project is included as a class folder into Test project.
See example in picture screenchot63.png:
Here .classpath file of /s333-test project contains entry
<classpathentry kind="lib" path="/s333/WebContent"/>
Under project node 's333-test' in Project Explorer, there is 'WebContent -
s333' node - that is our lost folder, which is now missing under project node
's333'.
Perform this test:
1) Remove that entry from .classpath and save it.
2) select project node 's333' and refresh it (F5).
ASSERT: node 'WebContent' appears.
3) Restore that entry in .classpath and save it.
4) select project node 's333' and refresh it (F5).
ASSERT: node 'WebContent' disappears.
WebContent folder is missing for seam project in 'Project
Explorer' view
------------------------------------------------------------------------
Key: JBIDE-8936
URL:
https://issues.jboss.org/browse/JBIDE-8936
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 3.3.0.M1
Reporter: Denis Golovin
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M2
Attachments: screenshot61.png, screenshot62.png, screenshot63.png
After creating seam project there is no way to open xhtml page for editing because
WebContent folder is filtered out by default
!screenshot61.png!
Select 'Go Into' item from context menu on project and it appears in view
!screenshot62.png!
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira