[seam-issues] [JBoss JIRA] (JBSEAM-4960) seam-gen project classpath not updated

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Jun 7 20:11:17 EDT 2012


    [ https://issues.jboss.org/browse/JBSEAM-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700006#comment-12700006 ] 

Alexey Kazakov edited comment on JBSEAM-4960 at 6/7/12 8:09 PM:
----------------------------------------------------------------

.settings/org.eclipse.wst.common.component points to the missing folder WebContent:
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>

I guess it should be something like:

<wb-resource deploy-path="/" source-path="/resources" tag="defaultRootSource"/>
<wb-resource deploy-path="/" source-path="/view"/>
                
      was (Author: akazakov):
    .settings/org.eclipse.wst.common.component points to the missing folder WebContent:
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>

I guess it should be something like:

<wb-resource deploy-path="/" source-path="/resources" tag="defaultRootSource"/>
<wb-resource deploy-path="/" source-path="/view" tag="defaultRootSource"/>
                  
> seam-gen project classpath not updated
> --------------------------------------
>
>                 Key: JBSEAM-4960
>                 URL: https://issues.jboss.org/browse/JBSEAM-4960
>             Project: Seam 2
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.3.0.BETA2
>            Reporter: Tomas Remes
>            Assignee: Daniel Hinojosa
>              Labels: seam-gen
>             Fix For: 2.3.0.CR1
>
>         Attachments: .classpath, .project, debug-glassfish-grapesofstash.launch, debug-jboss-grapesofstash.launch, explode.launch, grapesofstash.launch, settings.zip
>
>
> Project generated by seam-gen does not have updated classpath entries thus there are following errors after importing project to JBDS/JBT:
> {noformat}
> Project 'myproject' is missing required library: 'bootstrap'
> Project 'myproject' is missing required library: 'lib/core.jar'
> Project 'myproject' is missing required library: 'lib/ejb-api.jar'
> Project 'myproject' is missing required library: 'lib/hibernate-annotations.jar'
> Project 'myproject' is missing required library: 'lib/hibernate-search.jar'
> Project 'myproject' is missing required library: 'lib/janino.jar'
> Project 'myproject' is missing required library: 'lib/jboss-embedded-api.jar'
> Project 'myproject' is missing required library: 'lib/jsf-api.jar'
> Project 'myproject' is missing required library: 'lib/jsf-facelets.jar'
> Project 'myproject' is missing required library: 'lib/persistence-api.jar'
> Project 'myproject' is missing required library: 'lib/richfaces-api.jar'
> {noformat}

--
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 seam-issues mailing list