xdoclet 与 xdoclet2?
我正在更新一个旧项目& 我的 xdoclet 版本在解析 Hibernate (hibernate3) 标签时抱怨我的 Java 1.5 注释 (ArrayList data = ....)。
所以我的问题是...
Xdoclet 1.2.3 是否有修复,或者我应该转向 Xdoclet2?
我已经开始移动一些代码了,但是 xdoclet2 似乎没有为 hibenate 提供相同级别的配置,例如 exceptedtags。 不过,我在这一点上可能是错的。
你们怎么看?
杰夫·波特
I'm updating an old project & my version of xdoclet complains about my Java 1.5 annontations (ArrayList data = ....) when parsing for Hibernate (hibernate3) tags.
So my question is this...
Is there a fix for Xdoclet 1.2.3, or should I look to move to Xdoclet2?
I've already started moving some of the code over, but xdoclet2 doesn't seem to offer the same level of configuration for hibenate, such as excludedtags. I could be wrong on this though.
What do you lot think?
Jeff Porter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我肯定会放弃 xdoclet 而转而使用 JPA 注释。 您可以使用 JPA 注释从 Hibernate 获得相同的功能。
I would definitively lose xdoclet in favor of JPA annotations. You can get about the same functionality from Hibernate using JPA annotations.
回答原来的问题:我有一个类似(相同?)的问题,这是由与 xdoclet 1.2.3 一起分发的 xjavadoc 版本引起的。
XJavadoc 提供了修复兼容性的快照版本。 将 xdoclet-release 中的 jar 替换为您可以在此 JIRA 问题<的附件中找到的 jar /a> (无法找到直接的 URL),事情应该会更好......
To answer the original question: I had a similar (the same?) problem, which was caused by the version of xjavadoc distributed with xdoclet 1.2.3.
XJavadoc provided a snapshot release that fixes the compatibility. Replace the jar from the xdoclet-release with the one you can find as an attachment to this JIRA issue (couldn't find a direct URL), and things should be better...