Hi,
I've been trying to set up an Eclipse environment for nutch and have finally
got this to work in Eclipse without errors by following
http://wiki.apache.org/nutch/RunNutchInEclipse. However, along the way I had
some difficulties as described by others in:
https://issues.apache.org/jira/browse/NUTCH-1200
I can get Eclipse to do the build via the ant file, by dragging the build.xml
into the Ant view (not actually a perspective as it says in the tutorial). But
the environment still complains about lots of errors because the ivy files for
the plugins are not working. To get Eclipse to say there are no errors I have
to hack the ivy.xml files to have the path ../../../ instead of ${nutch_home}
and add those ivy.xml to the libraries (not mentioned in the tutorial).
Does anyone have any ideas of how I should do this better?
Thanks!