Re: setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread swiss knife
M, swiss knife wrote: >> >> Hello, >> >> Sorry for the newbie question, I just checked out Solr using maven and I get >> the following compile error on Eclipse: >> >> The method setXIncludeAware(boolean) is undefined for the type >> DocumentBuilderFac

Re: setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread Andrzej Bialecki
maven and I get the following compile error on Eclipse: The method setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactoryConfig.java /solr/core/src/java/org/apache/solr/coreline 113Java Problem Am I missing components ? where do you guys go to checks in case of

Re: setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread Erick Erickson
llowing compile error on Eclipse: > > The method setXIncludeAware(boolean) is undefined for the type > DocumentBuilderFactory    Config.java > >     /solr/core/src/java/org/apache/solr/core    line 113    Java Problem > > Am I missing components ? where do you guys go to

setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread swiss knife
Hello, Sorry for the newbie question, I just checked out Solr using maven and I get the following compile error on Eclipse: The method setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java /solr/core/src/java/org/apache/solr/core line 113 Java Problem Am