Hi Khang, That's exactly what I did, and why I'm asking how to deploy the plugins. I put LOG statements in the existing core plugin that I'm investigating, and even after running ant, the statements weren't showing up in the logs. I then determined that the ant tasks don't move jars or xml files into NUTCH/plugins, at which point I wrote my first mail to this list asking how one is supposed to build and deploy the core plugins. If other people can run ant in the plugins directory and their jars are deployed to NUTCH/plugins, maybe it's a problem with my environment. Are others able to do this, or do you do something else?
On Nov 10, 2010 9:53 AM, "Khang Ich" <[email protected]> wrote: I don't see any problem with that. If you'd want to see if Nutch already detected and running your plugin, try to put some System.out or LOG.info in your plugin's classes and check the logs in nutch/logs/hadoop.log (Nutch 1.2). -- Khang On Wed, Nov 10, 2010 at 3:33 AM, Robert Douglass <[email protected]> wrote: > Thanks Alexander. Ac...

