Would adding the plugin to src/plugin/build.xml help?
> This is also a problem I am having. I am confused about what to specify and > where due to the structure of Nutch and its runtime directory after > building. > > Any help or discussion would be great. > > Thanks > > 2011/7/17 jeffersonzhou <[email protected]> > > > Hi, > > > > > > > > I am writing my own plugin, which includes a lib in the > > src/plugin/myownplugin. > > > > > > > > In eclipse, I have no problem running the plugin, which is rely upon the > > jar > > files under src/plugin/myownplugin/lib. > > > > > > > > In linux, however, the plugin can’t access to the jar files in run –time > > even though they are in the build/plugins/myownplugin folder, and I can > > ant build the plugin as well as the whole nuch. > > > > > > > > What have I missed? > > > > > > > > Thanks.

