Sami Siren wrote: > William Surowiec wrote: > >> I checked out a copy of nutch this morning from svn. After adding two >> jars referenced in an archived email, I still had a build problem. It >> occurs in org.apache.nutch.webapp.common.WebAppModule. Guessing, I >> changed lines 161/162 to: >> >> String servletName = ((CharacterData)servlet).getData().trim(); >> String urlPattern = ((CharacterData)pattern).getData().trim(); >> >> >> > What is the compilation error you are seeing and in what environment > (os, jvm)? > > -- > Sami Siren > Commenting out my revision, switching back to the original code, I receive the following compilation error within eclipse (sorry for the lack of alignment.)
Severity and Description Path Resource Location Creation Time Id The method getTextContent() is undefined for the type Element nutch dist/contrib/web2/src/main/java/org/apache/nutch/webapp/common WebAppModule.java line 163 1153141616750 30768 The method getTextContent() is undefined for the type Element nutch dist/contrib/web2/src/main/java/org/apache/nutch/webapp/common WebAppModule.java line 164 1153141616750 30769 I have crawled a website with nutch and built an index (neat stuff) but have not been able to test my change (other than it compiles.) Bill ------------------------------------------------------------------------- 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
