Hi, I retrieved the pre-built nutch code from http://www.trieuvan.com/apache/nutch/1.13/apache-nutch-1.13-bin.tar.gz. When I try to run a clean I get errors:
% bin/nutch solrclean crawl/crawldb http://myhost:8983/solr In particular, I get errors that these two files don't exist. plugins/plugin/plugin.xml plugins/publish-rabitmq/plugin.xml (note the incorrect spelling of "rabbit.") Sure enough, the plugin.xml files don't exist. If I download the source code from github then there is a plugin.xml in publish-rabbitmq but there is no plugin directory to look for plugin/plugin.xml. Is the binary release of 1.13 broken? Thanks. Sol

