gpt4 book ai didi

java - 如何使用ant生成jfreechart的文档

转载 作者:行者123 更新时间:2023-12-02 08:22:32 25 4
gpt4 key购买 nike

我在我的项目中使用jfreechart。没有提供文档。但是提供了可以生成文档的 build.xml。我已经下载了 ant 1.8.2 并安装在 c:\ant\ant 1.8.2 中。在 CMD 提示符下,当我输入 ant javadoc 时,我收到错误消息: 无法找到tools.jar。预计在 C:\Program Files\Java\jre6\li 中找到它b\工具.jar构建文件:build.xml 不存在!构建失败

我已将 build.xml 文件粘贴到 c:\ant\ant 1.8.2 中。只是告诉大家,我在 C:\Program Files\Java\jre6 中有 jre 6。我还将环境变量路径设置为 c:\ant\ant 1.8.2\bin。我哪里做错了?可以吗?提前致谢

最佳答案

运行 ant javadoc 时,请确保您位于包含 build.xml 文件的目录中。

不要将 build.xml 文件放入 ANT 安装目录中,install it by seting up your environment so that you can run ANT from anywhere 。然后,CD 到包含 build.xml 的目录并执行 ant javadoc

当您执行 ANT 时,it expects to find a build.xml file in the directory that you are executing from, unless you specify a buildfile using the -buildfile option.

To make Ant use a build file other than build.xml, use the command-line option -buildfile file, where file is the name of the build file you want to use.

有关tools.jar 的警告是因为您运行的是JRE,而不是JDK。如果您不编译 Java 文件,那么您可能不必担心。 ANT 将使用 JRE 很好地运行大部分任务。

关于java - 如何使用ant生成jfreechart的文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5205337/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com