Apache NetBeans 9.0 ant 构建失败
Apache NetBeans 9.0 ant build failed
我试图按照这个 link https://netbeans.apache.org/download/index.html#releases 将我的 NetBeans 升级到 9.0 https://netbeans.apache.org/download/index.html#releases 这些是我遵循的步骤
- 使用 brew update 更新了我的 brew
- 使用 brew install ant 安装 ant
- 移动到目录 incubator-netbeans 和 运行 命令 ant
第三(3)步开始构建NetBeans模块,突然收到构建失败的错误信息。我试图解决这个问题,如果有人遇到类似问题但无济于事,我也尝试检查 SO。谢谢
注意:我正在使用 Java 8
收到错误
BUILD FAILED
/Users/username/NetBeansProjects/incubator-netbeans/nbbuild/build.xml:128:
Download of
85A67D883A879E7BF767758A8413B690DEF29735-saxon9B-9.1.0.2.jar produced
content with hash D366BF19293519AF7A258E23A51CC87359F06EEA when
85A67D883A879E7BF767758A8413B690DEF29735 was expected
我最终通过以下步骤解决了这个问题:
- 每当遇到构建失败时,我都会重新运行蚂蚁。
- 我关闭了所有存在的 NetBeans 实例并重新运行
我试图按照这个 link https://netbeans.apache.org/download/index.html#releases 将我的 NetBeans 升级到 9.0 https://netbeans.apache.org/download/index.html#releases 这些是我遵循的步骤
- 使用 brew update 更新了我的 brew
- 使用 brew install ant 安装 ant
- 移动到目录 incubator-netbeans 和 运行 命令 ant
第三(3)步开始构建NetBeans模块,突然收到构建失败的错误信息。我试图解决这个问题,如果有人遇到类似问题但无济于事,我也尝试检查 SO。谢谢
注意:我正在使用 Java 8
收到错误
BUILD FAILED /Users/username/NetBeansProjects/incubator-netbeans/nbbuild/build.xml:128: Download of 85A67D883A879E7BF767758A8413B690DEF29735-saxon9B-9.1.0.2.jar produced content with hash D366BF19293519AF7A258E23A51CC87359F06EEA when 85A67D883A879E7BF767758A8413B690DEF29735 was expected
我最终通过以下步骤解决了这个问题:
- 每当遇到构建失败时,我都会重新运行蚂蚁。
- 我关闭了所有存在的 NetBeans 实例并重新运行