Hi Lewis, I am checking out the 2.x branch in eclipse and i came across some errors in the plugins. The errors show some classes that are used in plugins and are not present in 2.x * * *SWFParser.java* org.apache.nutch.util.LogUtil
*ZipParser.java, ZipTextExtractor.java, TextExtParser.java, **FeedIndexingFilter.java, FeedParser.java, TestFeedParser.java, TestZipParser.java, ExtParser.java *( http://svn.apache.org/repos/asf/nutch/branches/2.x/src/java/org/apache/nutch/parse/ ) import org.apache.nutch.parse.ParseData; import org.apache.nutch.parse.ParseImpl; import org.apache.nutch.parse.ParseResult; import org.apache.nutch.parse.ParseStatus; import org.apache.nutch.parse.ParseText; *TestExtParser.java, FeedIndexingFilter.java, TestFeedParser.java, TestZipParser.java, TestSWFParser.java ( http://svn.apache.org/repos/asf/nutch/branches/2.x/src/java/org/apache/nutch/crawl/ )* import org.apache.nutch.crawl.CrawlDatum; import org.apache.nutch.crawl.Inlinks; *TikaParser.java* import org.apache.tika.parser.html.HtmlMapper; The classes i listed use some or all of the classes below. Am i wrong or are there any plugins that are present in 2.x that are using the old 1.x series classes ? If i am true, then this looks like a issue among plugins to be compatible with 2.x series. Many Thanks, Kiran. On Thu, Oct 4, 2012 at 12:09 PM, Lewis John Mcgibbney < [email protected]> wrote: > Hi Kiran, > > On Thu, Oct 4, 2012 at 3:25 PM, kiran chitturi > <[email protected]> wrote: > > Hi, > > > Thank you for your inputs. I am gonna try to start working on the plugin > to > > make it work for 2.x branches. > > Great > > > > > I have noticed that the current released version is 2.1 and i am > wondering > > which version should i start working on? 2.0 or 2.1 ? > > If you could begin work on the source available at the following link > that would be excellent. > > http://svn.apache.org/repos/asf/nutch/branches/2.x/ > > thank you > > Lewis > -- Kiran Chitturi

