[jbosstools-issues] [JBoss JIRA] (JBIDE-12410) Seam tools model does not support multiple web content folders

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Aug 8 18:27:06 EDT 2012


Alexey Kazakov created JBIDE-12410:
--------------------------------------

             Summary: Seam tools model does not support multiple web content folders
                 Key: JBIDE-12410
                 URL: https://issues.jboss.org/browse/JBIDE-12410
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam 2
    Affects Versions: 3.3.1
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.4.0.M1


1. Create a seam project.
2. Create a new folder <project>/NewWebContent
3. Open .settings/org.eclipse.wst.common.component
4. Add the new web content folder there:
{code}
<wb-resource deploy-path="/" source-path="/NewWebContent">
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
{code}
5. Save the file.
6. Open components.xml
7. Add the following components there:
{code}
<component name="test" class="broken"></component>
<component name="test" class="broken"></component>
{code}
8. Save the file.
9. There should be error markers on the components. But now it's not working since Seam Tools don't recognize WebContent folder as a web root.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list