Doug Cutting (JIRA) wrote:
[ http://issues.apache.org/jira/browse/NUTCH-193?page=all ]
Doug Cutting resolved NUTCH-193:
--------------------------------
Resolution: Fixed
I just committed this. Phew!
The major incompatibility I introduced with this was changing the
top-level element in config files from <nutch-conf> to <configuration>.
Also, I have not yet tested whether files created before this patch will
be correctly handled. The issue is that files contain class names and
class nicknames and both some of these names and the nickname mechanism
have changed. This needs to be tested & fixed if it is broken.
Doug