xdoclet 与 xdoclet2?

发布于 2024-07-07 19:16:24 字数 305 浏览 8 评论 0原文

我正在更新一个旧项目& 我的 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 技术交流群。

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

发布评论

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

评论(2

π浅易 2024-07-14 19:16:24

我肯定会放弃 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.

紅太極 2024-07-14 19:16:24

回答原来的问题:我有一个类似(相同?)的问题,这是由与 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...

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