[jboss-user] [JBoss Tools] - Re: JBOSS JSF Tools and m2e composite components looking in wrong location?

James Russo do-not-reply at jboss.com
Sun Sep 4 13:44:09 EDT 2011


James Russo [http://community.jboss.org/people/jr219] created the discussion

"Re: JBOSS JSF Tools and m2e composite components looking in wrong location?"

To view the discussion, visit: http://community.jboss.org/message/624652#624652

--------------------------------------------------------------
Ok, seems like it is picking the first wb-resource path in the .settings/org.eclipse.wst.common.component file..

<project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="hcbb">
        <wb-resource deploy-path="/" source-path="/src/main/webapp"/>
        <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
        <property name="context-root" value="hcbb"/>
        <property name="java-output-path" value="/hcbb/target/classes"/>
    </wb-module>
</project-modules>


Just changing the ordering of these makes it work as expected for the most part. It's still complaining about missing attributes on my component. Need to look more into that.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/624652#624652]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110904/7f921f3a/attachment.html 


More information about the jboss-user mailing list