Re: Some help for folks trying to get new Solr/Lucene up in Eclipse

2010-04-07 Thread Chris Hostetter
: I had a slight hiccup that I just ignored. Even when I used Java 1.6 : JDK mode, Eclipse did not know this method. I had to comment out the : three places that use this method. : : javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware(true) That method has existed since Java 1.5, so if you

Re: Some help for folks trying to get new Solr/Lucene up in Eclipse

2010-04-05 Thread Lance Norskog
I had a slight hiccup that I just ignored. Even when I used Java 1.6 JDK mode, Eclipse did not know this method. I had to comment out the three places that use this method. javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware(true) Lance Norskog On Mon, Apr 5, 2010 at 1:49 PM, Mattmann, Chr

Some help for folks trying to get new Solr/Lucene up in Eclipse

2010-04-05 Thread Mattmann, Chris A (388J)
Hey All, Just to save some folks some time in case you are trying to get new Lucene/Solr up in running in Eclipse. If you continue to get weird errors, e.g., in solr/src/test/TestConfig.java regarding org.w3c.dom.Node#getTextContent(), I found for me this error was caused by including the Tidy.jar