rocker
rocker copied to clipboard
Unable to activate Rocker template reloading, when rocker-compiler is present
Hi, thank you for rocker, I have a problem with hot reloading, could you help plz?
Source here - https://github.com/volyx/undertow-rocker
Run with mvn exec:java
[INFO]
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ undertow-rocker ---
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING]
java.lang.RuntimeException: Unable to activate Rocker template reloading. Did you forget to include 'rocker-compiler' as an optional/provided dependency?
at com.fizzed.rocker.runtime.RockerRuntime.buildReloadingRockerBootstrap(RockerRuntime.java:106)
at com.fizzed.rocker.runtime.RockerRuntime.setReloading(RockerRuntime.java:67)
at test.Main.main(Main.java:11)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
at java.lang.Thread.run(Thread.java:748)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE