Nutch 2.x" ant eclipse"构建失败

时间:2017-02-15 17:02:47

标签: apache nutch

获取http://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2

时出错

924:javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX路径构建失败:

1 个答案:

答案 0 :(得分:1)

我从上述网址下载了ant-eclipse-1.0.bin.tar.bz2。 我从

更改了build.xml中的行(924)
<get src="http://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2" 
dest="${build.dir}/ant-eclipse-1.0.bin.tar.bz2" usetimestamp="false" />

<copy file="/path/to/local/copy/of/ant-eclipse-1.0.bin.tar.bz2" 
todir="${build.dir}"/>