You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Pradeep Pujari <pr...@macys.com> on 2009/01/15 05:56:05 UTC

How to set up Nutch in Eclipse IDE

Hi All,

How to set up Nutch code in Eclipse IDE? I studied the wiki page, but looks
like the instructions are very old. Any help is highly appreciated.

Thanks/Regards
Pradeep Pujari
415-422-1678


Re: How to set up Nutch in Eclipse IDE

Posted by Pau <pa...@gmail.com>.
Hello,
Googling I have found http://wiki.apache.org/nutch/RunNutchInEclipse0.9 they
say that you can download some missing libraries, and so solve the problem.
Try it.

On Thu, Jan 15, 2009 at 8:26 PM, Pradeep Pujari <pr...@macys.com>wrote:

> How to disable them?
>
> Thanks/Regards
> Pradeep Pujari
> 415-422-1678
>
>
>
>              Pau
>             <pau243@gmail.com
>              >                                                          To
>                                       nutch-dev@lucene.apache.org
>              01/15/2009 11:23                                           cc
>             AM
>                                                                   Subject
>                                        Re: How to set up Nutch in Eclipse
>              Please respond to         IDE
>              nutch-dev@lucene.
>                apache.org
>
>
>
>
>
>
>
>
> I see that the first errors are about the RTFParseFactory.java
> In http://wiki.apache.org/nutch/RunNutchInEclipse explain that the
> parse-rtf, parse-mp3, and contrib/ plugins are not built correctly. Have
> you disabled them?
>
> On Thu, Jan 15, 2009 at 7:21 PM, Pradeep Pujari <pr...@macys.com>
> wrote:
>  Hi Edwin,
>
>  I used to subEclipse plug-in to check out from trunk. Then, I created
>  Java
>  Project, so the steps are not exactly the same as described in wiki. Now
>  I
>  am getting compilation errors. Here is what I did.
>
>  1. created a java project
>
>  2. Imported from SVN option /../trunk/src directory.
>
>  3. When compiled,
>
>  Severity and Description      Path  Resource    Location    Creation Time
>  Id
>  e cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 66     1232003048273     7125
>  IN_DOCUMENT cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParserDelegateImpl.java    line 77     1232003048263     7114
>  IN_DOCUMENT cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParserDelegateImpl.java    line 101    1232003048263     7116
>  IN_INFO cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParserDelegateImpl.java    line 74     1232003048263     7113
>  IN_INFO cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParserDelegateImpl.java    line 93     1232003048263     7115
>  ParseException cannot be resolved to a type
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 63     1232003048273     7124
>  RTFParser cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 57     1232003048273     7123
>  RTFParser cannot be resolved to a type
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 56     1232003048273     7122
>  RTFParserDelegate cannot be resolved to a type
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParserDelegateImpl.java    line 37     1232003048263     7110
>  The constructor Hit(int, int) is undefined
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  AnchorsController.java  line 63     1232003043937     6310
>  The constructor Hit(int, int) is undefined
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  CachedController.java   line 45     1232003043917     6304
>  The constructor Hit(int, int) is undefined
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  ExplainController.java  line 42     1232003043917     6303
>  The constructor Hit(int, int) is undefined
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
>  CachedServlet.java      line 60     1232003043877     6287
>  The constructor Outlink(String, String, Configuration) is undefined
>  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
>  MetadataCollector.java  line 54     1232003047903     7023
>  The import com.etranslate cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 39     1232003048273     7119
>  The import com.etranslate cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 40     1232003048273     7120
>  The import com.etranslate cannot be resolved
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParserDelegateImpl.java    line 21     1232003048263     7109
>  The method getIndexDocNo() is undefined for the type Hit
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  SearchResultBean.java   line 74     1232003043977     6331
>  The method getIndexDocNo() is undefined for the type Hit
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  CachedController.java   line 49     1232003043917     6305
>  The method getIndexDocNo() is undefined for the type Hit
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
>  OpenSearchServlet.java  line 198    1232003043857     6281
>  The method getObject(String) is undefined for the type Configuration
>
>  nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp
>
>       CacheManager.java line 111    1232003043556     6149
>  The method getObject(String) is undefined for the type Configuration
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       SpellCheckerBean.java   line 95     1232003043707     6217
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 89     1232003044087     6403
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 94     1232003044087     6405
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 98     1232003044087     6407
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 102    1232003044087     6409
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 106    1232003044087     6411
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 110    1232003044087     6413
>  The method getObject(String) is undefined for the type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 123    1232003044077     6371
>  The method getTextContent() is undefined for the type Element
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  WebAppModule.java line 161    1232003043957     6325
>  The method getTextContent() is undefined for the type Element
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  WebAppModule.java line 162    1232003043957     6326
>  The method setObject(String, CacheManager) is undefined for the type
>  Configuration
>
>  nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp
>
>       CacheManager.java line 116    1232003043556     6150
>  The method setObject(String, Collection) is undefined for the type
>  Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 90     1232003044087     6404
>  The method setObject(String, Collection) is undefined for the type
>  Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 99     1232003044087     6408
>  The method setObject(String, Collection) is undefined for the type
>  Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  BaseSearch.java   line 107    1232003044087     6412
>  The method setObject(String, PluginResourceLoader) is undefined for the
>  type Configuration
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 128    1232003044077     6372
>  The method setObject(String, SpellCheckerBean) is undefined for the type
>  Configuration
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       SpellCheckerBean.java   line 100    1232003043707     6218
>  The return type is incompatible with Parser.getParse(Content)
>  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
>  MP3Parser.java    line 58     1232003047913     7025
>  The return type is incompatible with Parser.getParse(Content)
>  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
>  RTFParseFactory.java    line 52     1232003048273     7121
>  Type mismatch: cannot convert from ParseResult to Parse
>  nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
>  TestMP3Parser.java      line 74     1232003047923     7028
>  Type mismatch: cannot convert from ParseResult to Parse
>  nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
>  TestMP3Parser.java      line 106    1232003047923     7029
>  Type mismatch: cannot convert from ParseResult to Parse
>  nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
>  TestMP3Parser.java      line 133    1232003047923     7030
>  Type mismatch: cannot convert from ParseResult to Parse
>  nutch/trunk/src/plugin/parse-rtf/src/test/org/apache/nutch/parse/rtf
>  TestRTFParser.java      line 78     1232003048273     7126
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering
>
>       ClusterResult.java      line 55     1232003043587     6158
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering
>
>       Clusters.java     line 30     1232003043576     6153
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 178    1232003043617     6176
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 178    1232003043617     6177
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 219    1232003043617     6178
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 222    1232003043617     6180
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 271    1232003043617     6183
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 275    1232003043617     6184
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>
>       SimpleKeyMatcher.java   line 278    1232003043617     6185
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       NGramSpeller.java line 222    1232003043777     6223
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       NGramSpeller.java line 341    1232003043777     6234
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       NGramSpeller.java line 650    1232003043777     6255
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       NGramSpeller.java line 677    1232003043777     6259
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       SpellCheckerBean.java   line 147    1232003043707     6220
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       SpellCheckerTerms.java  line 23     1232003043697     6213
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       SpellCheckerTerms.java  line 23     1232003043697     6214
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>
>       SpellCheckerTerms.java  line 29     1232003043697     6215
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller
>
>       SubcollectionSelectController.java  line 82     1232003043787
>  6263
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller
>
>       SubcollectionSelectController.java  line 82     1232003043787
>  6264
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 116    1232003044077     6369
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 116    1232003044077     6370
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 140    1232003044077     6373
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 140    1232003044077     6374
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 142    1232003044077     6375
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 142    1232003044077     6376
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  Search.java line 78     1232003043997     6354
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  Search.java line 150    1232003043997     6356
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  SearchForm.java   line 68     1232003043987     6336
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  SearchForm.java   line 139    1232003043987     6338
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  WebAppModule.java line 75     1232003043957     6319
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  AnchorsController.java  line 40     1232003043937     6307
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  AnchorsController.java  line 42     1232003043937     6308
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  AnchorsController.java  line 69     1232003043937     6311
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  AnchorsController.java  line 69     1232003043937     6312
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
>  I18NPageController.java line 120    1232003043907     6298
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2
>
>       Clusterer.java    line 282    1232003047222     6781
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2
>
>       Clusterer.java    line 282    1232003047222     6782
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>
>       TestClusterer.java      line 76     1232003047242     6785
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>
>       TestClusterer.java      line 76     1232003047242     6786
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>
>       TestClusterer.java      line 77     1232003047242     6787
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>
>       TestClusterer.java      line 77     1232003047242     6788
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 76     1232003047532     6838
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 76     1232003047532     6839
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 97     1232003047532     6840
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 112    1232003047532     6843
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 231    1232003047532     6845
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 231    1232003047532     6846
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 523    1232003047532     6855
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
>
>  RobotRulesParser.java   line 523    1232003047532     6856
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-regex-filter/src/java/org/apache/nutch/urlfilter/api
>
>       RegexURLFilterBase.java line 168    1232003047632     6879
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/api
>
>       RegexURLFilterBaseTest.java   line 112    1232003047642     6886
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
>  OwlParser.java    line 61     1232003047703     6900
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
>  OwlParser.java    line 114    1232003047703     6909
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-html/src/java/org/apache/nutch/parse/html
>  DOMContentUtils.java    line 361    1232003047833     6995
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
>  TestDOMContentUtils.java      line 350    1232003047883     7003
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
>  TestDOMContentUtils.java      line 350    1232003047883     7004
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
>  JSParseFilter.java      line 80     1232003047903     7007
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
>  JSParseFilter.java      line 80     1232003047903     7008
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
>  JSParseFilter.java      line 186    1232003047903     7017
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
>  MetadataCollector.java  line 37     1232003047903     7020
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
>  MetadataCollector.java  line 37     1232003047903     7021
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword
>
>  WordExtractor.java      line 58     1232003048123     7060
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword
>
>  WordExtractor.java      line 58     1232003048123     7062
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp
>
>       Word6CHPBinTable.java   line 37     1232003048113     7056
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp
>
>       Word6CHPBinTable.java   line 37     1232003048113     7057
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
>  OOParser.java     line 67     1232003048183     7072
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
>  OOParser.java     line 67     1232003048183     7073
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
>  OOParser.java     line 107    1232003048183     7075
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
>  SWFParser.java    line 159    1232003048324     7134
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
>  SWFParser.java    line 159    1232003048324     7135
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
>  SWFParser.java    line 163    1232003048324     7138
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
>  SWFParser.java    line 163    1232003048324     7139
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
>  SWFParser.java    line 360    1232003048324     7151
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
>  SWFParser.java    line 366    1232003048324     7154
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/parse-zip/src/java/org/apache/nutch/parse/zip
>  ZipParser.java    line 60     1232003048364     7194
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>
>       Http.java   line 180    1232003048644     7264
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>
>       Http.java   line 180    1232003048644     7265
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>
>       HttpAuthenticationFactory.java      line 104    1232003048614
>  7254
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>
>       HttpAuthenticationFactory.java      line 110    1232003048614
>  7256
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>
>       HttpBasicAuthentication.java  line 57     1232003048554     7244
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>
>       HttpBasicAuthentication.java  line 73     1232003048554     7245
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 42     1232003048804     7281
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 42     1232003048804     7282
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 44     1232003048804     7283
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 44     1232003048804     7284
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 100    1232003048804     7285
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 126    1232003048804     7286
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
>  Subcollection.java      line 187    1232003048804     7288
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>
>       BasicSummarizer.java    line 145    1232003048844     7306
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>
>       BasicSummarizer.java    line 252    1232003048844     7316
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>
>       BasicSummarizer.java    line 357    1232003048844     7329
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>
>       BasicSummarizer.java    line 357    1232003048844     7330
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/urlfilter-prefix/src/java/org/apache/nutch/urlfilter/prefix
>
>       PrefixURLFilter.java    line 81     1232003049045     7339
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/urlfilter-suffix/src/java/org/apache/nutch/urlfilter/suffix
>
>       SuffixURLFilter.java    line 183    1232003049075     7344
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex
>
>       RegexURLNormalizer.java line 198    1232003049155     7369
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized
>
>  nutch/trunk/src/plugin/urlnormalizer-regex/src/test/org/apache/nutch/net/urlnormalizer/regex
>
>       TestRegexURLNormalizer.java   line 131    1232003049175     7381
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
>  TestLinkDbMerger.java   line 127    1232003049515     7416
>  ArrayList is a raw type. References to generic type ArrayList<E> should
>  be
>  parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
>  TestLinkDbMerger.java   line 127    1232003049515     7417
>  Class is a raw type. References to generic type Class<T> should be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 92     1232003044077     6367
>  Class is a raw type. References to generic type Class<T> should be
>  parameterized
>  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
>  PluginResourceLoader.java     line 224    1232003044077     6388
>
>  Thanks/Regards
>  Pradeep Pujari
>  415-422-1678
>
>
>
>              Edwin Chu
>              <edwincheese@gmai
>              l.com>                                                     To
>                                        "nutch-dev@lucene.apache.org"
>              01/14/2009 09:09          <nu...@lucene.apache.org>
>              PM                                                         cc
>
>                                                                    Subject
>              Please respond to         Re: How to set up Nutch in Eclipse
>              nutch-dev@lucene.         IDE
>                 apache.org
>
>
>
>
>
>
>
>
>  Hi
>
>  I have just set up eclipse environment following the wiki without much
>  trouble. Can you describe the problems you have?
>
>  Warm wishes,
>  Edwin Chu
>
>  • mobile: (+852) 9834 0556
>  (Sent from iPhone. Sorry for curt text.)
>
>  On 15 Jan 2009, at 12:56 PM, Pradeep Pujari <pr...@macys.com>
>  wrote:
>
>  >
>  > Hi All,
>  >
>  > How to set up Nutch code in Eclipse IDE? I studied the wiki page,
>  > but looks
>  > like the instructions are very old. Any help is highly appreciated.
>  >
>  > Thanks/Regards
>  > Pradeep Pujari
>  > 415-422-1678
>  >
>
>
>

Re: How to set up Nutch in Eclipse IDE

Posted by Pradeep Pujari <pr...@macys.com>.
How to disable them?

Thanks/Regards
Pradeep Pujari
415-422-1678


                                                                           
             Pau                                                           
             <pau243@gmail.com                                             
             >                                                          To 
                                       nutch-dev@lucene.apache.org         
             01/15/2009 11:23                                           cc 
             AM                                                            
                                                                   Subject 
                                       Re: How to set up Nutch in Eclipse  
             Please respond to         IDE                                 
             nutch-dev@lucene.                                             
                apache.org                                                 
                                                                           
                                                                           
                                                                           
                                                                           




I see that the first errors are about the RTFParseFactory.java
In http://wiki.apache.org/nutch/RunNutchInEclipse explain that the
parse-rtf, parse-mp3, and contrib/ plugins are not built correctly. Have
you disabled them?

On Thu, Jan 15, 2009 at 7:21 PM, Pradeep Pujari <pr...@macys.com>
wrote:
  Hi Edwin,

  I used to subEclipse plug-in to check out from trunk. Then, I created
  Java
  Project, so the steps are not exactly the same as described in wiki. Now
  I
  am getting compilation errors. Here is what I did.

  1. created a java project

  2. Imported from SVN option /../trunk/src directory.

  3. When compiled,

  Severity and Description      Path  Resource    Location    Creation Time
  Id
  e cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 66     1232003048273     7125
  IN_DOCUMENT cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParserDelegateImpl.java    line 77     1232003048263     7114
  IN_DOCUMENT cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParserDelegateImpl.java    line 101    1232003048263     7116
  IN_INFO cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParserDelegateImpl.java    line 74     1232003048263     7113
  IN_INFO cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParserDelegateImpl.java    line 93     1232003048263     7115
  ParseException cannot be resolved to a type
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 63     1232003048273     7124
  RTFParser cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 57     1232003048273     7123
  RTFParser cannot be resolved to a type
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 56     1232003048273     7122
  RTFParserDelegate cannot be resolved to a type
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParserDelegateImpl.java    line 37     1232003048263     7110
  The constructor Hit(int, int) is undefined
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  AnchorsController.java  line 63     1232003043937     6310
  The constructor Hit(int, int) is undefined
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  CachedController.java   line 45     1232003043917     6304
  The constructor Hit(int, int) is undefined
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  ExplainController.java  line 42     1232003043917     6303
  The constructor Hit(int, int) is undefined
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
  CachedServlet.java      line 60     1232003043877     6287
  The constructor Outlink(String, String, Configuration) is undefined
  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
  MetadataCollector.java  line 54     1232003047903     7023
  The import com.etranslate cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 39     1232003048273     7119
  The import com.etranslate cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 40     1232003048273     7120
  The import com.etranslate cannot be resolved
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParserDelegateImpl.java    line 21     1232003048263     7109
  The method getIndexDocNo() is undefined for the type Hit
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  SearchResultBean.java   line 74     1232003043977     6331
  The method getIndexDocNo() is undefined for the type Hit
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  CachedController.java   line 49     1232003043917     6305
  The method getIndexDocNo() is undefined for the type Hit
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
  OpenSearchServlet.java  line 198    1232003043857     6281
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp

       CacheManager.java line 111    1232003043556     6149
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       SpellCheckerBean.java   line 95     1232003043707     6217
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 89     1232003044087     6403
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 94     1232003044087     6405
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 98     1232003044087     6407
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 102    1232003044087     6409
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 106    1232003044087     6411
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 110    1232003044087     6413
  The method getObject(String) is undefined for the type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 123    1232003044077     6371
  The method getTextContent() is undefined for the type Element
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  WebAppModule.java line 161    1232003043957     6325
  The method getTextContent() is undefined for the type Element
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  WebAppModule.java line 162    1232003043957     6326
  The method setObject(String, CacheManager) is undefined for the type
  Configuration
  nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp

       CacheManager.java line 116    1232003043556     6150
  The method setObject(String, Collection) is undefined for the type
  Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 90     1232003044087     6404
  The method setObject(String, Collection) is undefined for the type
  Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 99     1232003044087     6408
  The method setObject(String, Collection) is undefined for the type
  Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  BaseSearch.java   line 107    1232003044087     6412
  The method setObject(String, PluginResourceLoader) is undefined for the
  type Configuration
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 128    1232003044077     6372
  The method setObject(String, SpellCheckerBean) is undefined for the type
  Configuration
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       SpellCheckerBean.java   line 100    1232003043707     6218
  The return type is incompatible with Parser.getParse(Content)
  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
  MP3Parser.java    line 58     1232003047913     7025
  The return type is incompatible with Parser.getParse(Content)
  nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
  RTFParseFactory.java    line 52     1232003048273     7121
  Type mismatch: cannot convert from ParseResult to Parse
  nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
  TestMP3Parser.java      line 74     1232003047923     7028
  Type mismatch: cannot convert from ParseResult to Parse
  nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
  TestMP3Parser.java      line 106    1232003047923     7029
  Type mismatch: cannot convert from ParseResult to Parse
  nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
  TestMP3Parser.java      line 133    1232003047923     7030
  Type mismatch: cannot convert from ParseResult to Parse
  nutch/trunk/src/plugin/parse-rtf/src/test/org/apache/nutch/parse/rtf
  TestRTFParser.java      line 78     1232003048273     7126
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering

       ClusterResult.java      line 55     1232003043587     6158
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering

       Clusters.java     line 30     1232003043576     6153
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 178    1232003043617     6176
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 178    1232003043617     6177
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 219    1232003043617     6178
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 222    1232003043617     6180
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 271    1232003043617     6183
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 275    1232003043617     6184
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch

       SimpleKeyMatcher.java   line 278    1232003043617     6185
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       NGramSpeller.java line 222    1232003043777     6223
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       NGramSpeller.java line 341    1232003043777     6234
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       NGramSpeller.java line 650    1232003043777     6255
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       NGramSpeller.java line 677    1232003043777     6259
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       SpellCheckerBean.java   line 147    1232003043707     6220
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       SpellCheckerTerms.java  line 23     1232003043697     6213
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       SpellCheckerTerms.java  line 23     1232003043697     6214
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell

       SpellCheckerTerms.java  line 29     1232003043697     6215
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller

       SubcollectionSelectController.java  line 82     1232003043787
  6263
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller

       SubcollectionSelectController.java  line 82     1232003043787
  6264
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 116    1232003044077     6369
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 116    1232003044077     6370
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 140    1232003044077     6373
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 140    1232003044077     6374
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 142    1232003044077     6375
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 142    1232003044077     6376
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  Search.java line 78     1232003043997     6354
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  Search.java line 150    1232003043997     6356
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  SearchForm.java   line 68     1232003043987     6336
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  SearchForm.java   line 139    1232003043987     6338
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  WebAppModule.java line 75     1232003043957     6319
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  AnchorsController.java  line 40     1232003043937     6307
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  AnchorsController.java  line 42     1232003043937     6308
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  AnchorsController.java  line 69     1232003043937     6311
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  AnchorsController.java  line 69     1232003043937     6312
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
  I18NPageController.java line 120    1232003043907     6298
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2

       Clusterer.java    line 282    1232003047222     6781
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2

       Clusterer.java    line 282    1232003047222     6782
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2

       TestClusterer.java      line 76     1232003047242     6785
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2

       TestClusterer.java      line 76     1232003047242     6786
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2

       TestClusterer.java      line 77     1232003047242     6787
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2

       TestClusterer.java      line 77     1232003047242     6788
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 76     1232003047532     6838
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 76     1232003047532     6839
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 97     1232003047532     6840
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 112    1232003047532     6843
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 231    1232003047532     6845
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 231    1232003047532     6846
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 523    1232003047532     6855
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api

  RobotRulesParser.java   line 523    1232003047532     6856
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-regex-filter/src/java/org/apache/nutch/urlfilter/api

       RegexURLFilterBase.java line 168    1232003047632     6879
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/api

       RegexURLFilterBaseTest.java   line 112    1232003047642     6886
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
  OwlParser.java    line 61     1232003047703     6900
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
  OwlParser.java    line 114    1232003047703     6909
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-html/src/java/org/apache/nutch/parse/html
  DOMContentUtils.java    line 361    1232003047833     6995
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
  TestDOMContentUtils.java      line 350    1232003047883     7003
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
  TestDOMContentUtils.java      line 350    1232003047883     7004
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
  JSParseFilter.java      line 80     1232003047903     7007
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
  JSParseFilter.java      line 80     1232003047903     7008
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
  JSParseFilter.java      line 186    1232003047903     7017
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
  MetadataCollector.java  line 37     1232003047903     7020
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
  MetadataCollector.java  line 37     1232003047903     7021
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword

  WordExtractor.java      line 58     1232003048123     7060
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword

  WordExtractor.java      line 58     1232003048123     7062
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp

       Word6CHPBinTable.java   line 37     1232003048113     7056
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp

       Word6CHPBinTable.java   line 37     1232003048113     7057
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
  OOParser.java     line 67     1232003048183     7072
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
  OOParser.java     line 67     1232003048183     7073
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
  OOParser.java     line 107    1232003048183     7075
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
  SWFParser.java    line 159    1232003048324     7134
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
  SWFParser.java    line 159    1232003048324     7135
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
  SWFParser.java    line 163    1232003048324     7138
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
  SWFParser.java    line 163    1232003048324     7139
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
  SWFParser.java    line 360    1232003048324     7151
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
  SWFParser.java    line 366    1232003048324     7154
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/parse-zip/src/java/org/apache/nutch/parse/zip
  ZipParser.java    line 60     1232003048364     7194
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient

       Http.java   line 180    1232003048644     7264
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient

       Http.java   line 180    1232003048644     7265
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient

       HttpAuthenticationFactory.java      line 104    1232003048614
  7254
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient

       HttpAuthenticationFactory.java      line 110    1232003048614
  7256
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient

       HttpBasicAuthentication.java  line 57     1232003048554     7244
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient

       HttpBasicAuthentication.java  line 73     1232003048554     7245
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 42     1232003048804     7281
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 42     1232003048804     7282
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 44     1232003048804     7283
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 44     1232003048804     7284
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 100    1232003048804     7285
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 126    1232003048804     7286
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
  Subcollection.java      line 187    1232003048804     7288
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic

       BasicSummarizer.java    line 145    1232003048844     7306
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic

       BasicSummarizer.java    line 252    1232003048844     7316
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic

       BasicSummarizer.java    line 357    1232003048844     7329
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic

       BasicSummarizer.java    line 357    1232003048844     7330
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/urlfilter-prefix/src/java/org/apache/nutch/urlfilter/prefix

       PrefixURLFilter.java    line 81     1232003049045     7339
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/urlfilter-suffix/src/java/org/apache/nutch/urlfilter/suffix

       SuffixURLFilter.java    line 183    1232003049075     7344
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex

       RegexURLNormalizer.java line 198    1232003049155     7369
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized
  nutch/trunk/src/plugin/urlnormalizer-regex/src/test/org/apache/nutch/net/urlnormalizer/regex

       TestRegexURLNormalizer.java   line 131    1232003049175     7381
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
  TestLinkDbMerger.java   line 127    1232003049515     7416
  ArrayList is a raw type. References to generic type ArrayList<E> should
  be
  parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
  TestLinkDbMerger.java   line 127    1232003049515     7417
  Class is a raw type. References to generic type Class<T> should be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 92     1232003044077     6367
  Class is a raw type. References to generic type Class<T> should be
  parameterized
  nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
  PluginResourceLoader.java     line 224    1232003044077     6388

  Thanks/Regards
  Pradeep Pujari
  415-422-1678



              Edwin Chu
              <edwincheese@gmai
              l.com>                                                     To
                                        "nutch-dev@lucene.apache.org"
              01/14/2009 09:09          <nu...@lucene.apache.org>
              PM                                                         cc

                                                                    Subject
              Please respond to         Re: How to set up Nutch in Eclipse
              nutch-dev@lucene.         IDE
                 apache.org








  Hi

  I have just set up eclipse environment following the wiki without much
  trouble. Can you describe the problems you have?

  Warm wishes,
  Edwin Chu

  • mobile: (+852) 9834 0556
  (Sent from iPhone. Sorry for curt text.)

  On 15 Jan 2009, at 12:56 PM, Pradeep Pujari <pr...@macys.com>
  wrote:

  >
  > Hi All,
  >
  > How to set up Nutch code in Eclipse IDE? I studied the wiki page,
  > but looks
  > like the instructions are very old. Any help is highly appreciated.
  >
  > Thanks/Regards
  > Pradeep Pujari
  > 415-422-1678
  >



Re: How to set up Nutch in Eclipse IDE

Posted by Pau <pa...@gmail.com>.
I see that the first errors are about the RTFParseFactory.java
In http://wiki.apache.org/nutch/RunNutchInEclipse explain that the
parse-rtf, parse-mp3, and contrib/ plugins are not built correctly. Have you
disabled them?

On Thu, Jan 15, 2009 at 7:21 PM, Pradeep Pujari <pr...@macys.com>wrote:

> Hi Edwin,
>
> I used to subEclipse plug-in to check out from trunk. Then, I created Java
> Project, so the steps are not exactly the same as described in wiki. Now I
> am getting compilation errors. Here is what I did.
>
> 1. created a java project
>
> 2. Imported from SVN option /../trunk/src directory.
>
> 3. When compiled,
>
> Severity and Description      Path  Resource    Location    Creation Time
> Id
> e cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 66     1232003048273     7125
> IN_DOCUMENT cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParserDelegateImpl.java    line 77     1232003048263     7114
> IN_DOCUMENT cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParserDelegateImpl.java    line 101    1232003048263     7116
> IN_INFO cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParserDelegateImpl.java    line 74     1232003048263     7113
> IN_INFO cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParserDelegateImpl.java    line 93     1232003048263     7115
> ParseException cannot be resolved to a type
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 63     1232003048273     7124
> RTFParser cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 57     1232003048273     7123
> RTFParser cannot be resolved to a type
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 56     1232003048273     7122
> RTFParserDelegate cannot be resolved to a type
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParserDelegateImpl.java    line 37     1232003048263     7110
> The constructor Hit(int, int) is undefined
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> AnchorsController.java  line 63     1232003043937     6310
> The constructor Hit(int, int) is undefined
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> CachedController.java   line 45     1232003043917     6304
> The constructor Hit(int, int) is undefined
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> ExplainController.java  line 42     1232003043917     6303
> The constructor Hit(int, int) is undefined
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
> CachedServlet.java      line 60     1232003043877     6287
> The constructor Outlink(String, String, Configuration) is undefined
> nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
> MetadataCollector.java  line 54     1232003047903     7023
> The import com.etranslate cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 39     1232003048273     7119
> The import com.etranslate cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 40     1232003048273     7120
> The import com.etranslate cannot be resolved
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParserDelegateImpl.java    line 21     1232003048263     7109
> The method getIndexDocNo() is undefined for the type Hit
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> SearchResultBean.java   line 74     1232003043977     6331
> The method getIndexDocNo() is undefined for the type Hit
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> CachedController.java   line 49     1232003043917     6305
> The method getIndexDocNo() is undefined for the type Hit
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
> OpenSearchServlet.java  line 198    1232003043857     6281
> The method getObject(String) is undefined for the type Configuration
>
> nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp
>      CacheManager.java line 111    1232003043556     6149
> The method getObject(String) is undefined for the type Configuration
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      SpellCheckerBean.java   line 95     1232003043707     6217
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 89     1232003044087     6403
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 94     1232003044087     6405
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 98     1232003044087     6407
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 102    1232003044087     6409
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 106    1232003044087     6411
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 110    1232003044087     6413
> The method getObject(String) is undefined for the type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 123    1232003044077     6371
> The method getTextContent() is undefined for the type Element
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> WebAppModule.java line 161    1232003043957     6325
> The method getTextContent() is undefined for the type Element
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> WebAppModule.java line 162    1232003043957     6326
> The method setObject(String, CacheManager) is undefined for the type
> Configuration
>
> nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp
>      CacheManager.java line 116    1232003043556     6150
> The method setObject(String, Collection) is undefined for the type
> Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 90     1232003044087     6404
> The method setObject(String, Collection) is undefined for the type
> Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 99     1232003044087     6408
> The method setObject(String, Collection) is undefined for the type
> Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> BaseSearch.java   line 107    1232003044087     6412
> The method setObject(String, PluginResourceLoader) is undefined for the
> type Configuration
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 128    1232003044077     6372
> The method setObject(String, SpellCheckerBean) is undefined for the type
> Configuration
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      SpellCheckerBean.java   line 100    1232003043707     6218
> The return type is incompatible with Parser.getParse(Content)
> nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
> MP3Parser.java    line 58     1232003047913     7025
> The return type is incompatible with Parser.getParse(Content)
> nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
> RTFParseFactory.java    line 52     1232003048273     7121
> Type mismatch: cannot convert from ParseResult to Parse
> nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
> TestMP3Parser.java      line 74     1232003047923     7028
> Type mismatch: cannot convert from ParseResult to Parse
> nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
> TestMP3Parser.java      line 106    1232003047923     7029
> Type mismatch: cannot convert from ParseResult to Parse
> nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
> TestMP3Parser.java      line 133    1232003047923     7030
> Type mismatch: cannot convert from ParseResult to Parse
> nutch/trunk/src/plugin/parse-rtf/src/test/org/apache/nutch/parse/rtf
> TestRTFParser.java      line 78     1232003048273     7126
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering
>      ClusterResult.java      line 55     1232003043587     6158
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering
>      Clusters.java     line 30     1232003043576     6153
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 178    1232003043617     6176
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 178    1232003043617     6177
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 219    1232003043617     6178
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 222    1232003043617     6180
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 271    1232003043617     6183
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 275    1232003043617     6184
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
>      SimpleKeyMatcher.java   line 278    1232003043617     6185
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      NGramSpeller.java line 222    1232003043777     6223
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      NGramSpeller.java line 341    1232003043777     6234
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      NGramSpeller.java line 650    1232003043777     6255
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      NGramSpeller.java line 677    1232003043777     6259
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      SpellCheckerBean.java   line 147    1232003043707     6220
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      SpellCheckerTerms.java  line 23     1232003043697     6213
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      SpellCheckerTerms.java  line 23     1232003043697     6214
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
>      SpellCheckerTerms.java  line 29     1232003043697     6215
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller
>      SubcollectionSelectController.java  line 82     1232003043787
> 6263
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller
>      SubcollectionSelectController.java  line 82     1232003043787
> 6264
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 116    1232003044077     6369
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 116    1232003044077     6370
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 140    1232003044077     6373
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 140    1232003044077     6374
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 142    1232003044077     6375
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 142    1232003044077     6376
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> Search.java line 78     1232003043997     6354
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> Search.java line 150    1232003043997     6356
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> SearchForm.java   line 68     1232003043987     6336
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> SearchForm.java   line 139    1232003043987     6338
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> WebAppModule.java line 75     1232003043957     6319
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> AnchorsController.java  line 40     1232003043937     6307
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> AnchorsController.java  line 42     1232003043937     6308
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> AnchorsController.java  line 69     1232003043937     6311
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> AnchorsController.java  line 69     1232003043937     6312
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
> I18NPageController.java line 120    1232003043907     6298
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2
>      Clusterer.java    line 282    1232003047222     6781
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2
>      Clusterer.java    line 282    1232003047222     6782
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>      TestClusterer.java      line 76     1232003047242     6785
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>      TestClusterer.java      line 76     1232003047242     6786
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>      TestClusterer.java      line 77     1232003047242     6787
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
>      TestClusterer.java      line 77     1232003047242     6788
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 76     1232003047532     6838
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 76     1232003047532     6839
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 97     1232003047532     6840
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 112    1232003047532     6843
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 231    1232003047532     6845
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 231    1232003047532     6846
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 523    1232003047532     6855
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
> RobotRulesParser.java   line 523    1232003047532     6856
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/lib-regex-filter/src/java/org/apache/nutch/urlfilter/api
>      RegexURLFilterBase.java line 168    1232003047632     6879
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/api
>      RegexURLFilterBaseTest.java   line 112    1232003047642     6886
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
> OwlParser.java    line 61     1232003047703     6900
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
> OwlParser.java    line 114    1232003047703     6909
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-html/src/java/org/apache/nutch/parse/html
> DOMContentUtils.java    line 361    1232003047833     6995
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
> TestDOMContentUtils.java      line 350    1232003047883     7003
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
> TestDOMContentUtils.java      line 350    1232003047883     7004
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
> JSParseFilter.java      line 80     1232003047903     7007
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
> JSParseFilter.java      line 80     1232003047903     7008
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
> JSParseFilter.java      line 186    1232003047903     7017
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
> MetadataCollector.java  line 37     1232003047903     7020
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
> MetadataCollector.java  line 37     1232003047903     7021
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword
> WordExtractor.java      line 58     1232003048123     7060
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword
> WordExtractor.java      line 58     1232003048123     7062
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp
>      Word6CHPBinTable.java   line 37     1232003048113     7056
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp
>      Word6CHPBinTable.java   line 37     1232003048113     7057
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
> OOParser.java     line 67     1232003048183     7072
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
> OOParser.java     line 67     1232003048183     7073
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
> OOParser.java     line 107    1232003048183     7075
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
> SWFParser.java    line 159    1232003048324     7134
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
> SWFParser.java    line 159    1232003048324     7135
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
> SWFParser.java    line 163    1232003048324     7138
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
> SWFParser.java    line 163    1232003048324     7139
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
> SWFParser.java    line 360    1232003048324     7151
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
> SWFParser.java    line 366    1232003048324     7154
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/parse-zip/src/java/org/apache/nutch/parse/zip
> ZipParser.java    line 60     1232003048364     7194
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>      Http.java   line 180    1232003048644     7264
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>      Http.java   line 180    1232003048644     7265
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>      HttpAuthenticationFactory.java      line 104    1232003048614
> 7254
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>      HttpAuthenticationFactory.java      line 110    1232003048614
> 7256
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>      HttpBasicAuthentication.java  line 57     1232003048554     7244
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
>      HttpBasicAuthentication.java  line 73     1232003048554     7245
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 42     1232003048804     7281
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 42     1232003048804     7282
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 44     1232003048804     7283
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 44     1232003048804     7284
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 100    1232003048804     7285
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 126    1232003048804     7286
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
> nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
> Subcollection.java      line 187    1232003048804     7288
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>      BasicSummarizer.java    line 145    1232003048844     7306
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>      BasicSummarizer.java    line 252    1232003048844     7316
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>      BasicSummarizer.java    line 357    1232003048844     7329
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
>      BasicSummarizer.java    line 357    1232003048844     7330
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/urlfilter-prefix/src/java/org/apache/nutch/urlfilter/prefix
>      PrefixURLFilter.java    line 81     1232003049045     7339
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/urlfilter-suffix/src/java/org/apache/nutch/urlfilter/suffix
>      SuffixURLFilter.java    line 183    1232003049075     7344
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex
>      RegexURLNormalizer.java line 198    1232003049155     7369
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized
>
> nutch/trunk/src/plugin/urlnormalizer-regex/src/test/org/apache/nutch/net/urlnormalizer/regex
>      TestRegexURLNormalizer.java   line 131    1232003049175     7381
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
> TestLinkDbMerger.java   line 127    1232003049515     7416
> ArrayList is a raw type. References to generic type ArrayList<E> should be
> parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
> TestLinkDbMerger.java   line 127    1232003049515     7417
> Class is a raw type. References to generic type Class<T> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 92     1232003044077     6367
> Class is a raw type. References to generic type Class<T> should be
> parameterized
> nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
> PluginResourceLoader.java     line 224    1232003044077     6388
>
> Thanks/Regards
> Pradeep Pujari
> 415-422-1678
>
>
>
>              Edwin Chu
>             <edwincheese@gmai
>             l.com>                                                     To
>                                       "nutch-dev@lucene.apache.org"
>             01/14/2009 09:09          <nu...@lucene.apache.org>
>             PM                                                         cc
>
>                                                                   Subject
>             Please respond to         Re: How to set up Nutch in Eclipse
>             nutch-dev@lucene.         IDE
>                apache.org
>
>
>
>
>
>
>
>
> Hi
>
> I have just set up eclipse environment following the wiki without much
> trouble. Can you describe the problems you have?
>
> Warm wishes,
> Edwin Chu
>
> • mobile: (+852) 9834 0556
> (Sent from iPhone. Sorry for curt text.)
>
> On 15 Jan 2009, at 12:56 PM, Pradeep Pujari <pr...@macys.com>
> wrote:
>
> >
> > Hi All,
> >
> > How to set up Nutch code in Eclipse IDE? I studied the wiki page,
> > but looks
> > like the instructions are very old. Any help is highly appreciated.
> >
> > Thanks/Regards
> > Pradeep Pujari
> > 415-422-1678
> >
>
>

Re: How to set up Nutch in Eclipse IDE

Posted by Pradeep Pujari <pr...@macys.com>.
Hi Edwin,

I used to subEclipse plug-in to check out from trunk. Then, I created Java
Project, so the steps are not exactly the same as described in wiki. Now I
am getting compilation errors. Here is what I did.

1. created a java project

2. Imported from SVN option /../trunk/src directory.

3. When compiled,

Severity and Description      Path  Resource    Location    Creation Time
Id
e cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 66     1232003048273     7125
IN_DOCUMENT cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParserDelegateImpl.java    line 77     1232003048263     7114
IN_DOCUMENT cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParserDelegateImpl.java    line 101    1232003048263     7116
IN_INFO cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParserDelegateImpl.java    line 74     1232003048263     7113
IN_INFO cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParserDelegateImpl.java    line 93     1232003048263     7115
ParseException cannot be resolved to a type
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 63     1232003048273     7124
RTFParser cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 57     1232003048273     7123
RTFParser cannot be resolved to a type
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 56     1232003048273     7122
RTFParserDelegate cannot be resolved to a type
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParserDelegateImpl.java    line 37     1232003048263     7110
The constructor Hit(int, int) is undefined
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
AnchorsController.java  line 63     1232003043937     6310
The constructor Hit(int, int) is undefined
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
CachedController.java   line 45     1232003043917     6304
The constructor Hit(int, int) is undefined
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
ExplainController.java  line 42     1232003043917     6303
The constructor Hit(int, int) is undefined
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
CachedServlet.java      line 60     1232003043877     6287
The constructor Outlink(String, String, Configuration) is undefined
nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
MetadataCollector.java  line 54     1232003047903     7023
The import com.etranslate cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 39     1232003048273     7119
The import com.etranslate cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 40     1232003048273     7120
The import com.etranslate cannot be resolved
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParserDelegateImpl.java    line 21     1232003048263     7109
The method getIndexDocNo() is undefined for the type Hit
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
SearchResultBean.java   line 74     1232003043977     6331
The method getIndexDocNo() is undefined for the type Hit
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
CachedController.java   line 49     1232003043917     6305
The method getIndexDocNo() is undefined for the type Hit
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/servlet
OpenSearchServlet.java  line 198    1232003043857     6281
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp
      CacheManager.java line 111    1232003043556     6149
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      SpellCheckerBean.java   line 95     1232003043707     6217
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 89     1232003044087     6403
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 94     1232003044087     6405
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 98     1232003044087     6407
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 102    1232003044087     6409
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 106    1232003044087     6411
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 110    1232003044087     6413
The method getObject(String) is undefined for the type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 123    1232003044077     6371
The method getTextContent() is undefined for the type Element
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
WebAppModule.java line 161    1232003043957     6325
The method getTextContent() is undefined for the type Element
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
WebAppModule.java line 162    1232003043957     6326
The method setObject(String, CacheManager) is undefined for the type
Configuration
nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp
      CacheManager.java line 116    1232003043556     6150
The method setObject(String, Collection) is undefined for the type
Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 90     1232003044087     6404
The method setObject(String, Collection) is undefined for the type
Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 99     1232003044087     6408
The method setObject(String, Collection) is undefined for the type
Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
BaseSearch.java   line 107    1232003044087     6412
The method setObject(String, PluginResourceLoader) is undefined for the
type Configuration
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 128    1232003044077     6372
The method setObject(String, SpellCheckerBean) is undefined for the type
Configuration
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      SpellCheckerBean.java   line 100    1232003043707     6218
The return type is incompatible with Parser.getParse(Content)
nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
MP3Parser.java    line 58     1232003047913     7025
The return type is incompatible with Parser.getParse(Content)
nutch/trunk/src/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf
RTFParseFactory.java    line 52     1232003048273     7121
Type mismatch: cannot convert from ParseResult to Parse
nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
TestMP3Parser.java      line 74     1232003047923     7028
Type mismatch: cannot convert from ParseResult to Parse
nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
TestMP3Parser.java      line 106    1232003047923     7029
Type mismatch: cannot convert from ParseResult to Parse
nutch/trunk/src/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3
TestMP3Parser.java      line 133    1232003047923     7030
Type mismatch: cannot convert from ParseResult to Parse
nutch/trunk/src/plugin/parse-rtf/src/test/org/apache/nutch/parse/rtf
TestRTFParser.java      line 78     1232003048273     7126
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering
      ClusterResult.java      line 55     1232003043587     6158
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-clustering/src/java/org/apache/nutch/clustering
      Clusters.java     line 30     1232003043576     6153
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 178    1232003043617     6176
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 178    1232003043617     6177
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 219    1232003043617     6178
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 222    1232003043617     6180
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 271    1232003043617     6183
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 275    1232003043617     6184
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch
      SimpleKeyMatcher.java   line 278    1232003043617     6185
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      NGramSpeller.java line 222    1232003043777     6223
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      NGramSpeller.java line 341    1232003043777     6234
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      NGramSpeller.java line 650    1232003043777     6255
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      NGramSpeller.java line 677    1232003043777     6259
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      SpellCheckerBean.java   line 147    1232003043707     6220
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      SpellCheckerTerms.java  line 23     1232003043697     6213
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      SpellCheckerTerms.java  line 23     1232003043697     6214
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell
      SpellCheckerTerms.java  line 29     1232003043697     6215
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller
      SubcollectionSelectController.java  line 82     1232003043787
6263
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/plugins/web-subcollection/src/java/org/apache/nutch/webapp/controller
      SubcollectionSelectController.java  line 82     1232003043787
6264
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 116    1232003044077     6369
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 116    1232003044077     6370
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 140    1232003044077     6373
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 140    1232003044077     6374
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 142    1232003044077     6375
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 142    1232003044077     6376
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
Search.java line 78     1232003043997     6354
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
Search.java line 150    1232003043997     6356
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
SearchForm.java   line 68     1232003043987     6336
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
SearchForm.java   line 139    1232003043987     6338
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
WebAppModule.java line 75     1232003043957     6319
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
AnchorsController.java  line 40     1232003043937     6307
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
AnchorsController.java  line 42     1232003043937     6308
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
AnchorsController.java  line 69     1232003043937     6311
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
AnchorsController.java  line 69     1232003043937     6312
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/controller
I18NPageController.java line 120    1232003043907     6298
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2
      Clusterer.java    line 282    1232003047222     6781
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/clustering-carrot2/src/java/org/apache/nutch/clustering/carrot2
      Clusterer.java    line 282    1232003047222     6782
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
      TestClusterer.java      line 76     1232003047242     6785
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
      TestClusterer.java      line 76     1232003047242     6786
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
      TestClusterer.java      line 77     1232003047242     6787
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/clustering-carrot2/src/test/org/apache/nutch/clustering/carrot2
      TestClusterer.java      line 77     1232003047242     6788
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 76     1232003047532     6838
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 76     1232003047532     6839
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 97     1232003047532     6840
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 112    1232003047532     6843
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 231    1232003047532     6845
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 231    1232003047532     6846
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 523    1232003047532     6855
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api
RobotRulesParser.java   line 523    1232003047532     6856
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-regex-filter/src/java/org/apache/nutch/urlfilter/api
      RegexURLFilterBase.java line 168    1232003047632     6879
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/api
      RegexURLFilterBaseTest.java   line 112    1232003047642     6886
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
OwlParser.java    line 61     1232003047703     6900
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/ontology/src/java/org/apache/nutch/ontology/jena
OwlParser.java    line 114    1232003047703     6909
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-html/src/java/org/apache/nutch/parse/html
DOMContentUtils.java    line 361    1232003047833     6995
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
TestDOMContentUtils.java      line 350    1232003047883     7003
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-html/src/test/org/apache/nutch/parse/html
TestDOMContentUtils.java      line 350    1232003047883     7004
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
JSParseFilter.java      line 80     1232003047903     7007
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
JSParseFilter.java      line 80     1232003047903     7008
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-js/src/java/org/apache/nutch/parse/js
JSParseFilter.java      line 186    1232003047903     7017
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
MetadataCollector.java  line 37     1232003047903     7020
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3
MetadataCollector.java  line 37     1232003047903     7021
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword
WordExtractor.java      line 58     1232003048123     7060
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword
WordExtractor.java      line 58     1232003048123     7062
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp
      Word6CHPBinTable.java   line 37     1232003048113     7056
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-msword/src/java/org/apache/nutch/parse/msword/chp
      Word6CHPBinTable.java   line 37     1232003048113     7057
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
OOParser.java     line 67     1232003048183     7072
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
OOParser.java     line 67     1232003048183     7073
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-oo/src/java/org/apache/nutch/parse/oo
OOParser.java     line 107    1232003048183     7075
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
SWFParser.java    line 159    1232003048324     7134
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
SWFParser.java    line 159    1232003048324     7135
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
SWFParser.java    line 163    1232003048324     7138
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
SWFParser.java    line 163    1232003048324     7139
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
SWFParser.java    line 360    1232003048324     7151
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf
SWFParser.java    line 366    1232003048324     7154
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/parse-zip/src/java/org/apache/nutch/parse/zip
ZipParser.java    line 60     1232003048364     7194
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
      Http.java   line 180    1232003048644     7264
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
      Http.java   line 180    1232003048644     7265
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
      HttpAuthenticationFactory.java      line 104    1232003048614
7254
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
      HttpAuthenticationFactory.java      line 110    1232003048614
7256
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
      HttpBasicAuthentication.java  line 57     1232003048554     7244
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/protocol-httpclient/src/java/org/apache/nutch/protocol/httpclient
      HttpBasicAuthentication.java  line 73     1232003048554     7245
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 42     1232003048804     7281
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 42     1232003048804     7282
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 44     1232003048804     7283
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 44     1232003048804     7284
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 100    1232003048804     7285
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 126    1232003048804     7286
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection
Subcollection.java      line 187    1232003048804     7288
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
      BasicSummarizer.java    line 145    1232003048844     7306
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
      BasicSummarizer.java    line 252    1232003048844     7316
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
      BasicSummarizer.java    line 357    1232003048844     7329
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/summary-basic/src/java/org/apache/nutch/summary/basic
      BasicSummarizer.java    line 357    1232003048844     7330
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/urlfilter-prefix/src/java/org/apache/nutch/urlfilter/prefix
      PrefixURLFilter.java    line 81     1232003049045     7339
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/urlfilter-suffix/src/java/org/apache/nutch/urlfilter/suffix
      SuffixURLFilter.java    line 183    1232003049075     7344
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex
      RegexURLNormalizer.java line 198    1232003049155     7369
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized
nutch/trunk/src/plugin/urlnormalizer-regex/src/test/org/apache/nutch/net/urlnormalizer/regex
      TestRegexURLNormalizer.java   line 131    1232003049175     7381
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
TestLinkDbMerger.java   line 127    1232003049515     7416
ArrayList is a raw type. References to generic type ArrayList<E> should be
parameterized     nutch/trunk/src/test/org/apache/nutch/crawl
TestLinkDbMerger.java   line 127    1232003049515     7417
Class is a raw type. References to generic type Class<T> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 92     1232003044077     6367
Class is a raw type. References to generic type Class<T> should be
parameterized
nutch/trunk/contrib/web2/src/main/java/org/apache/nutch/webapp/common
PluginResourceLoader.java     line 224    1232003044077     6388

Thanks/Regards
Pradeep Pujari
415-422-1678


                                                                           
             Edwin Chu                                                     
             <edwincheese@gmai                                             
             l.com>                                                     To 
                                       "nutch-dev@lucene.apache.org"       
             01/14/2009 09:09          <nu...@lucene.apache.org>       
             PM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         Re: How to set up Nutch in Eclipse  
             nutch-dev@lucene.         IDE                                 
                apache.org                                                                                                                            
                                                                           
                                                                           
                                                                           
                                                                           




Hi

I have just set up eclipse environment following the wiki without much
trouble. Can you describe the problems you have?

Warm wishes,
Edwin Chu

• mobile: (+852) 9834 0556
(Sent from iPhone. Sorry for curt text.)

On 15 Jan 2009, at 12:56 PM, Pradeep Pujari <pr...@macys.com>
wrote:

>
> Hi All,
>
> How to set up Nutch code in Eclipse IDE? I studied the wiki page,
> but looks
> like the instructions are very old. Any help is highly appreciated.
>
> Thanks/Regards
> Pradeep Pujari
> 415-422-1678
>


Re: How to set up Nutch in Eclipse IDE

Posted by Edwin Chu <ed...@gmail.com>.
Hi

I have just set up eclipse environment following the wiki without much  
trouble. Can you describe the problems you have?

Warm wishes,
Edwin Chu

• mobile: (+852) 9834 0556
(Sent from iPhone. Sorry for curt text.)

On 15 Jan 2009, at 12:56 PM, Pradeep Pujari <pr...@macys.com>  
wrote:

>
> Hi All,
>
> How to set up Nutch code in Eclipse IDE? I studied the wiki page,  
> but looks
> like the instructions are very old. Any help is highly appreciated.
>
> Thanks/Regards
> Pradeep Pujari
> 415-422-1678
>