Before doing runtime local you need to ensure the test are executed and all of the resources are present in the build directory.
So please do ant test, then ant runtime, all of the test resources should then be moved to the runtime/local directory. The runtime target does NOT rely on the test target because tests are expensive to run. hth Lewis On Mon, Sep 3, 2012 at 6:04 AM, Vijith <[email protected]> wrote: > Hi all, > > How to run the junit test in nutch 1.5. I am trying to run the TestFetcher > from runtime/local and I am getting a 'no agents listed in http.agent.name' > error. > Which nutch-site.xml file is it reading. I dont have a config file in > local/test folder. > I have followed in instructions in > http://wiki.apache.org/nutch/bin/nutch%20junit > > > * > * > *Vijith V.* -- Lewis

