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&...]