如何验证/语法检查 JSP 标记库?
在工作中,我目前为我们的设计人员编写了很多自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论