Do I have to do anything special to put them in the classpath. Isn't the plugin source code folder already present in the classpath? I have placed the new classes at src/plugin/protocol-http/src/java/org/apache/nutch/protocol/http/
On 10/26/07, joel.gump <[EMAIL PROTECTED]> wrote: > make sure your new classes are in the classpath. > > btw, you can print out the log line number (layout.ConversionPattern= %l > ) in order to help you to diagnose where is the problem. > > > Joseph M. wrote: > > I am making some modifications in protocol-http. I have inserted > > LOG.warn() messages but they do not appear in the output. I tried > > converting this line: > > > > log4j.logger.org.apache.nutch.fetcher.Fetcher=INFO,cmdstdout > > > > to > > > > log4j.logger.org.apache.nutch.fetcher.Fetcher=WARN,cmdstdout > > > > But it did not work. I would be very grateful for any help. > > > > > >
