Hello,
I am getting this error:
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.72
sec <<< FAILURE!
testPluginConfiguration(org.apache.nutch.plugin.TestPluginSystem)
Time elapsed: 0.479 sec <<< FAILURE!
junit.framework.AssertionFailedError: no plugin directory setuped..
at junit.framework.Assert.fail(Assert.java:47)
Of course it is because I dont have the plugin.folders setup. But
where? I have tried to put it in nutch-default.xml and also
nutch-site.xml under test, but still get the same error.
Any hints?
Best