Chris, I have tried every ide with nutch project just to see if they can open the nutch project with plugins. Right now I am using idea intellij - and it builds from ide. But you still have to use ant script to build it.
Also, to get the maven project working, you need to import some libraries manually. those are jmxri jms and one more that I can not remember. You also have to set some directives in pom.xml to compile it for java 6. Best On Mon, Jul 18, 2011 at 5:50 PM, Chris Alexander <[email protected]> wrote: > Hi all, > > Just getting nutch up and running in Eclipse for some plugin dev, I seem to > have run into an issue I can't figure out. I have configured the Eclipse > project as per the instructions on > http://wiki.apache.org/nutch/RunNutchInEclipse1.0 which I presume will work > for 1.3, I couldn't find them for any version newer than that other than > 2.0. However I get 100 errors, most of which are class not found, for a > range including ones such as AbstractHandler, AsyncProxyServlet, > BytesWritable, CharsetDetector, CharsetMatch, Configurable and others. So > far as I can tell, all of the necessary build directories and jar includes > are set up as per the instructions. Would someone be able to provide a hint > (or a docs link) for what might be causing this? > > Many thanks > > Chris >

