在状态“VM_global_library.vm”处出现速度错误

发布于 2024-10-21 19:16:49 字数 142 浏览 3 评论 0原文

我正在将 Velocity 与 Spring 一起使用。 但在 Eclipse 控制台中我收到此错误。我的代码工作正常,但我想知道如何修复它。

ResourceManager:无法在任何资源加载器中找到资源“VM_global_library.vm”。

I am using Velocity with Spring.
But in Eclipse console I get this error. My code works fine, but I want to know how to fix it.

ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

全部不再 2024-10-28 19:16:49

看起来这是一条无害的消息。从 Velocity 文档 中,如果此文件存在,Velocity 会加载此文件作为全局宏的位置。我相信您可以通过重置或覆盖以下属性的值来覆盖该行为。

velocimacro.library=

Looks like it is a harmless message. From the Velocity Documentation, if this file is present, Velocity loads this up as a location of global macros. I believe you can override the behaviour by resetting or overriding the value of the below property.

velocimacro.library=

〗斷ホ乔殘χμё〖 2024-10-28 19:16:49

我们过去常常得到这个。它只是在寻找全局速度宏库。您可以将一个具有该名称的空文件放在速度配置目录的根目录或资源加载器可以访问的其他位置。如果我没记错的话,它是一个供您创建自己的全局宏的文件......可以为空。

您也许可以在配置中禁用该功能,但我认为我们当时使用的版本没有任何方法来关闭该检查。

希望这有帮助。

We used to get this all the time. It's just looking for the global velocity macro library. You can just put an empty file with that name at the root of your velocity config directory or somewhere else accessible by your resource loaders. If I remember correctly its a file for you to create your own global macros... can be empty.

You may be able to disable that feature in the config, but I think the version we were using at the time did not have any way to turn off that checking.

Hope this helps.

独夜无伴 2024-10-28 19:16:49

升级您的 Velocity 版本。或者,只需创建一个具有该名称的空模板。

Upgrade your Velocity version. Or, just create an empty template of that name.

谎言月老 2024-10-28 19:16:49

仅供参考,您应该直接转到 Apache Velocity 下载页面 并获取更新的引擎 (1.7) 和工具(2.0)。使用上面的链接没什么帮助,但是当我更新所有速度的 jar(包括 2 个速度 jar 和 3 个工具 jar)时,这个错误终于消失了。这是一件很小的事情,但却困扰了我很多年。

FYI, you should go directly to the Apache Velocity downloads page and get the updated engine (1.7) and tools (2.0). Using the link above was less than helpful, but when I updated all the jars for velocity (including the 2 velocity jars and the 3 tools jars), this error finally went away. It's such a tiny thing but it's bothered me for ages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文