Thanks Yossi. General speaking, this is the second time in a month when I pull the master with broken eclipse project. Please be more careful when you push your commits, even though you passed ant compiler, eclipse IS broken. Semyon.
Sent: Thursday, December 28, 2017 at 5:16 PM From: "Yossi Tamari" <[email protected]> To: [email protected] Subject: RE: RE: Eclipse problems cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.util.CharArraySet I reproduced the problem. Will open a ticket and a PR soon. > -----Original Message----- > From: Semyon Semyonov [mailto:[email protected]] > Sent: 28 December 2017 17:23 > To: [email protected] > Subject: Re: RE: Eclipse problems cannot convert from > org.apache.lucene.analysis.CharArraySet to > org.apache.lucene.analysis.util.CharArraySet > > Hi Yossi, > > Unfortunately, it didnt work. > Can somebody reproduce the bug? > > Semyon. > > Sent: Thursday, December 28, 2017 at 4:10 PM > From: "Yossi Tamari" <[email protected]> > To: [email protected] > Subject: RE: Eclipse problems cannot convert from > org.apache.lucene.analysis.CharArraySet to > org.apache.lucene.analysis.util.CharArraySet > Hi Semyon, > > Just an idea, but try closing Eclipse, running `ant eclipse` and then starting > Eclipse again. > (This could be caused by having old versions of 3rd party jars in the plugin > dependencies.) > > Yossi. > > > -----Original Message----- > > From: Semyon Semyonov [mailto:[email protected]] > > Sent: 28 December 2017 17:04 > > To: [email protected] > > Subject: Eclipse problems cannot convert from > > org.apache.lucene.analysis.CharArraySet to > > org.apache.lucene.analysis.util.CharArraySet > > > > Hello all, > > > > I have updated to the latest master and now I have the following > > errors in > > Eclipse: > > > > Description Resource Path Location Type Type mismatch: cannot convert > > from org.apache.lucene.analysis.CharArraySet > > to > > org.apache.lucene.analysis.util.CharArraySet LuceneAnalyzerUtil.java > > /nutch > > /src/plugin/scoring- > > similarity/src/java/org/apache/nutch/scoring/similarity/util line 51 > > Java Problem Description Resource Path Location Type Type mismatch: > > cannot convert from org.apache.lucene.analysis.CharArraySet > > to > > org.apache.lucene.analysis.util.CharArraySet LuceneAnalyzerUtil.java > > /nutch > > /src/plugin/scoring- > > similarity/src/java/org/apache/nutch/scoring/similarity/util line 68 > > Java Problem Description Resource Path Location Type Type mismatch: > > cannot convert from org.apache.lucene.analysis.CharArraySet > > to > > org.apache.lucene.analysis.util.CharArraySet LuceneTokenizer.java > > /nutch/sr > > c/plugin/scoring- > > similarity/src/java/org/apache/nutch/scoring/similarity/util line 55 > > Java Problem Description Resource Path Location Type Type mismatch: > > cannot convert from org.apache.lucene.analysis.CharArraySet > > to > > org.apache.lucene.analysis.util.CharArraySet LuceneTokenizer.java > > /nutch/sr > > c/plugin/scoring- > > similarity/src/java/org/apache/nutch/scoring/similarity/util line 73 > > Java Problem > > > > > > Any ideas what is going on here? > > > > Semyon. >

