When I revert to earlier revision 385531 it works fine.

Dennis Kubes wrote:
Is anybody seeing errors due to changes in PluginManifestParser with revision 394228. With the following code being commented out I am seeing protocol not found errors:

                       /*
NamedNodeMap list = oneImplementation.getAttributes();
                       for (int k = 0; k < list.getLength(); k++) {
                           Node attribute = list.item(k);
                           String name = attribute.getNodeName();
                           if (name.equals("id") || name.equals("class"))
                               continue;
                           String value = attribute.getNodeValue();
                           extension.addAttribute(name, value);
                       }*/

Dennis


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to