Hi,
the root error is the ClassNotFoundException: org.hotswap.agent.PluginManager using a URLClassLoader. PluginManager class is part of the HotswapAgent.jar and as such should be part of the “root” classloader and visible to all classes. Clearly this is not the case in your application. The reason could be because of some magic in GWT development mode or maybe because of additional -javaagent:C:\Users\holly.000\.IntelliJIdea13\system\groovyHotSwap\gragent.jar.
Unfortunately, I am not able to tell more from the log only. If you can create an example project, I could debug it and find the problem. Or if you can find the reason why jetty classloader does not load classes from javaagent (some description of GWT dev mode classloading mechanism), I can look into it.
You can also try to disable jetty plugin in hotswap-agent.properties. But I am afraid, there will be similar problem for other plugins as well.
Jiri
<c:out value="${test}" /><c:out value="'test'" />