Quantcast
Channel: zeroturnaround.com » All Posts
Viewing all articles
Browse latest Browse all 2540

Reply To: jrebel does not reload .xhtml files from /src/main/resources/META-INF/

$
0
0

Hi,

Based on the project structure, your xhtml files are under the classpath so the correct rebel.xml configuration would be to point the <web> tag to src/main/webapp or remove it altogether.

The classpath configuration currently is correct as the files from src/main/resources will be copied over to target/classes during “make project”.
If you want these files to be copied without the extra make step, you can add a new classpath entry in front of the current one and point it to src/main/resources.

Make sure to specify this folder exactly and not any subfolder.

If the changes are still not reloading, please set logging level to trace via Settings->JRebel->Advanced then send a jrebel.log to support@zeroturnaround.com after making a change, doing “make project” and verifying that the change did not reload.


Viewing all articles
Browse latest Browse all 2540

Trending Articles