Did you see this page?" http://wiki.apache.org/solr/HowToContribute
<http://wiki.apache.org/solr/HowToContribute>Especially down near the end, the section "Development Environment Tips" HTH Erick On Wed, Jun 23, 2010 at 8:57 AM, Ukyo Virgden <ukyovirg...@gmail.com> wrote: > Hi, > > I'm trying to setup and eclipse environment for combined Lusolr tree. I've > created a Lucene project containing /trunk/lusolr/lucene > and /trunk/lusolr/modules as one project and /trunk/lusolr/solr as another. > I've added lucene project as a dependency to Solr project, removed solr > libs > from lucene project and added Lucene project to dependencies of Solr > project. > > Lucene source tree is fine but in the Solr tree I get 5 errors > > The method getTextContent() is undefined for the type Node TestConfig.java > /Solr/src/test/org/apache/solr/core line 91 > The method getTextContent() is undefined for the type Node TestConfig.java > /Solr/src/test/org/apache/solr/core line 94 > The method setXIncludeAware(boolean) is undefined for the type > DocumentBuilderFactory Config.java /Solr/src/java/org/apache/solr/core line > 113 > The method setXIncludeAware(boolean) is undefined for the type > DocumentBuilderFactory DataImporter.java > > /Solr/contrib/dataimporthandler/src/main/java/org/apache/solr/handler/dataimport > line > The method setXIncludeAware(boolean) is undefined for the type Object > TestXIncludeConfig.java /Solr/src/test/org/apache/solr/core line 32 > > Is this the correct way to setup eclipse after the source tree merge? > > Thanks in advance > Ukyo >