Hi Blaise, Please see below
Where do things On Thu, Dec 1, 2011 at 4:53 PM, blaise thomson <[email protected]> wrote: > 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). This has now been sorted, thanks for pointing it out. 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). > This is the problem I was having. I think it indicates that you may not have resolved all dependencies by right clicking on the offending plugin ivy files and/or added the jar files in the irregular plugins folders such as automaton, parse-feed etc to your classpath. > > Does anyone have any ideas of how I should do this better? > > Thanks! > > > -- *Lewis*

