Add build\plugins to your classpath
On 2/7/06, 盖世豪侠 <[EMAIL PROTECTED]> wrote: > > I try to run nutch using command line and I've add the plugins dir to the > classpath. > > SET NUTCH_HOME=F:\nutch-0.7 > SET LIB=%NUTCH_HOME%\lib > java -classpath %NUTCH_HOME%\conf\;%NUTCH_HOME%\nutch-0.7.jar > ;%NUTCH_HOME%\plugins\;%LIB%\concurrent-1.3.4.jar;%LIB%\jakarta- > oro-2.0.7.jar;%LIB%\jetty-5.1.2.jar;%LIB%\junit-3.8.1.jar;%LIB%\lucene- > 1.9-rc1-dev.jar;%LIB%\lucene-misc-1.9-rc1-dev.jar;%LIB%\servlet-api.jar > ;%LIB%\taglibs-i18n.jar;%LIB%\xerces-2_6_2-apis.jar;%LIB%\xerces-2_6_2.jar > org.apache.nutch.tools.CrawlTool urls.txt -dir test.out -depth 2 -threads > 3 > > But I get the following error: > 060207 141014 Plugins: directory not found: plugins > >
