nimo stephan [
http://community.jboss.org/people/nimo22] created the discussion
"Re: Resources folder is missing in a project root directory"
To view the discussion, visit:
http://community.jboss.org/message/562319#562319
--------------------------------------------------------------
{quote}JBoss Tools looks for it as webapp/resources{quote}
I now put my resources-folder within three different places at the same time:
- webapp/resources/*myComp*
- webapp/META-INF/resources/*myComp*
- src/main/resources/*myComp*
and want to make use of the *myComp*:
<ui:composition xmlns="
http://www.w3.org/1999/xhtml
http://www.w3.org/1999/xhtml"
...
xmlns:comp="
http://java.sun.com/jsf/composite/
http://java.sun.com/jsf/composite/*myComp*">
Jboss Tools still says:
*Resources folder "/resources/myComp" is missing in a project root directory*
(However, deploying works.)
So jboss tools also ignores "webapp/resources/*myComp*".
*
*
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/562319#562319]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]