JBoss Community

Re: Resources folder is missing in a project root directory

created by nimo stephan in JBoss Tools - View the full discussion

{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"
...
    xmlns:comp="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

Start a new discussion in JBoss Tools at Community