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

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

2011-09-09 Thread Erick Erickson
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 I missing components ? where do you guys go to checks in case of similar problems

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

2011-09-09 Thread Andrzej Bialecki
checked out Solr using 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

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

2011-09-09 Thread swiss knife
...@email.com 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 DocumentBuilderFactory Config.java /solr/core/src/java/org/apache/solr/core line 113