If you look at lines 395-399 in build.xml [0] you need to add
<copy file="${test.src.dir}/crawl-tests.xml"
todir="${test.build.classes}"/>
<copy file="${test.src.dir}/domain-urlfilter.txt"
todir="${test.build.classes}"/>
<copy file="${test.src.dir}/filter-all.txt"
todir="${test.build.classes}"/>
this will copy the desired config to the test directory.
Again you need to do ant test *BEFORE* doing ant runtime
Are you able to submit a patch for this?
Thanks
Lewis
[0] http://svn.apache.org/viewvc/nutch/trunk/build.xml?view=markup
On Tue, Sep 4, 2012 at 1:31 PM, Vijith <[email protected]> wrote:
> Thanks Lewis. But even then I am getting the same error. Here is what my
> hadoop.log shows
> ...