Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by JakeVanderdray: http://wiki.apache.org/nutch/WritingPlugins ------------------------------------------------------------------------------ Start by [http://www.apache.org/dev/version-control.html#anon-svn downloading] the Nutch source code. Once you've got that make sure it compiles as is before you make any changes. You should be able to get it to compile by running ant from the directory you downloaded the source to. If you have trouble you can write to one of the [wiki:Mailing Mailing Lists]. Use the source code for the plugins distrubuted with Nutch as a reference. They're in [!YourCheckoutDir]/src/plugin. + + == Required Files == + + You're going to need to create a directory inside of the plugin directory with the name of your plugin and inside that directory, you need the following: + + * Your plugin as a jar file. + * Jar files of any packages your plugin needs. + * A plugin.xml file that tells nutch about your plugin. == Getting Nutch to Use Your Plugin ==
