[jboss-dev-forums] [JBoss Tools Development] - Re: dev folder keeps appearing in 3.2.0.v20101022-0902-H119-Beta2

Rob Stryker do-not-reply at jboss.com
Mon Oct 25 10:18:57 EDT 2010


Rob Stryker [http://community.jboss.org/people/rob.stryker%40jboss.com] created the discussion

"Re: dev folder keeps appearing in 3.2.0.v20101022-0902-H119-Beta2"

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

--------------------------------------------------------------
Your component.xml still contains this line:
    <wb-resource deploy-path="/" source-path="/WebContent"/>

So if the path to your dev folder is /WebContent/WEB-INF/dev, it is still under WebContent and will still be published. If your component.xml previously said something like
    <wb-resource deploy-path="/" source-path="/WebContent"/>
    <wb-resource deploy-path="/WEB-INF/dev" source-path="/WebContent/WEB-INF/dev"/>
Then it was being redundant. Removing the second line doesn't stop the dev folder from being added since the first line still is a parent folder of the dev folder.

Hope that helps explain it.
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101025/42585419/attachment.html 


More information about the jboss-dev-forums mailing list