Jars would go in /lib directory but require the correct specifications within ./plugin/build.xml
http://svn.apache.org/repos/asf/nutch/trunk/src/plugin/build.xml hth On Wed, Jun 27, 2012 at 5:50 PM, <[email protected]> wrote: > > > Hi, what is the proper way to specify jar files that a plugin requires > so that they: > > > * Compile > * Get bundled on the runtime/local classpath > * Get bundled on the runtime/deploy Job File classpath > > > I added: > > > <runtime> > <library name="plugin-shared-code.jar"> > <export name="*"/> > </library> > </runtime> > > > To the plugin directory and put the JAR file in the plugin directory > also, but that didn't seem to work. Where should I put the JAR file? > > > Thanks! > -- Lewis

