MyIgnorance 2011-02-22
将命令环境切换到Nutch目录下,执行ant命令。出现如下错误:
Java代码
Buildfile:build.xml
init:
BUILDFAILED
/home/xp/nutch-1.2/build.xml:62:Specifyatleastonesource--afileorresource
collection.
Totaltime:0seconds
解决办法有两个:
(1).从SVN:http://svn.apache.org/viewvc/nutch/tags/release-1.2/conf/下载缺失的config/*.template文件。
(2).修改build.xml,去掉62-64行,让它不再需要template文件。