Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的环境:OSX 10.7.4 Eclipse SDK
版本:4.2.0 版本号:I20120608-1400
有谁知道如何通过 Eclipse 生成 groovydocs?我找不到任何插件来帮助我生成它们。我安装了 Groovy-Eclipse(必需)和 Groovy Eclipse SDK(可选)。
如果您有任何解决方案,请解释。
您将需要从命令行运行它们。如果您想要一些 Eclipse 集成,您可以将它们作为外部工具运行。您可以在此处创建外部工具:
在弹出的对话框中,指定 groovydoc 的路径。在参数部分,放置这个(以及你想要的任何其他选项):
${folder_prompt:running groovydoc?:/Default/file/path}
这将打开一个指定默认文件路径的文件夹提示。文件夹的选择将用作 groovydoc 调用的参数。