You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Steve Kallestad <ka...@gmail.com> on 2007/01/11 01:08:51 UTC

Build Failure with 0.8.1

Trying to re-compile nutch using ant, I get the following error:

BUILD FAILED
/path/to/nutch/nutch-0.8.1/build.xml:45: Specify at least one source--a file
or resource collection.

Looking at build.xml I see this at line 45:
    <touch datetime="01/25/1971 2:00 pm">
      <fileset dir="${conf.dir}" includes="**/*.template"/>
    </touch>

Being brand new to nutch, I'm a little confused by this.

Can anybody lend some advice?

Thanks,
Steve