taikoo / paoding-rose

Automatically exported from code.google.com/p/paoding-rose
0 stars 0 forks source link

Error using VM library : net/paoding/rose/web/impl/view/velocity/rose.vm #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
2012-12-28 15:32:50,441 ERROR [org.apache.velocity.app.VelocityEngine] - 
ResourceManager : unable to find resource 
'net/paoding/rose/web/impl/view/velocity/rose.vm' in any resource loader.
2012-12-28 15:32:50,441 ERROR [org.apache.velocity.app.VelocityEngine] - 
Velocimacro : Velocimacro : Error using VM library : 
net/paoding/rose/web/impl/view/velocity/rose.vm
2012-12-28 15:32:50,441 ERROR [org.apache.velocity.app.VelocityEngine] - 
org.apache.velocity.exception.ResourceNotFoundException: Unable to find 
resource 'net/paoding/rose/web/impl/view/velocity/rose.vm'

 inv.addModel("worlds", worlds.split(","));
        return "world-list";

这里的return 
都执行了。但抛出了如上的异常,不明是什么原因?

Original issue reported on code.google.com by yfz...@gmail.com on 28 Dec 2012 at 7:36