问题描述
我将 Domino Designer Java 代码导出到 Eclipse 以生成 JavaDoc,但这很麻烦.
I export my Domino Designer Java code to Eclipse in order to generate JavaDoc but this is cumbersome.
我曾多次尝试从 DDE 内部执行相同的操作,但该过程失败且未找到解决方案.
I have tried on several occasions to do the same thing from inside DDE but the process fails and have not found a solution.
有没有办法从 DDE 为托管 bean 生成 JavaDoc?
Is there a way to generate JavaDoc for managed beans from DDE?
推荐答案
JavaDoc 可用作 ANT 任务.Domino Designer 可以手动或作为构建过程的一部分运行 ANT 任务.唯一的问题是:ANT 不知道 Eclipse 虚拟文件系统.您有 2 个选择来克服这个问题:使用版本控制连接——这会将所有文件复制到一个目录中——或者使用来自 OpenNTF 的导入/导出插件.它有一个ANT接口.
JavaDoc is available as an ANT task. Domino Designer can run ANT tasks manually or as part of the build process. Only catch: ANT doesn't know the Eclipse Virtual File system. You have 2 options to overcome this:Use the version control connection - this copies all files into a directory - or use the Import/Export plug-in from OpenNTF. It has an ANT interface.
告诉我们进展如何.
这篇关于有没有办法从 Domino Designer 中生成 JavaDoc?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!