如何验证/语法检查 JSP 标记库?

发布于 2024-08-17 08:18:39 字数 484 浏览 2 评论 0原文

在工作中,我目前为我们的设计人员编写了很多自定义 JSP 标签,这些标签是用 JSP 的 XML 风格(而不是 Java 类)编写的。

当我输入错误或犯了一个错误并尝试加载 TLD 或标记文件时,Tomcat 总是抛出非描述性错误:无法添加一个或多个标记库。

现在我必须寻找围绕标记库找出哪个标记库被破坏并进行试验和错误 - 没有人喜欢的调试方式。

遗憾的是,Eclipse 在验证标记库时无用

有什么工具可以帮助我吗?锦上添花的是 Maven 集成。我尝试过这个 插件,但没有运气。

At work I currently write a lot of custom JSP-Tags for our designers, which are written in JSP's XML flavour (rather than Java classes).

When I typo'ed or made a mistake and try to load the TLDs or tag files, Tomcat always just throws the non-descript error: Could not add one or more tag libraries.

Now I have to hunt around the taglibs finding out which one is borked and do trial and error - noone's preferred way of debugging.

Eclipse is unfortunately useless at validating taglibs.

Are there any tools around that could help me? The icing on the cake would be Maven integration. I have tried this plugin, but no luck.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文