build fails -cannot find symbol IOException

2009-01-07 Thread Peter Wolanin
Trying to build Solr from the current svn HEAD with java 1.5 (on Mac OS 10.5), the build (ant example) fails: [javac] /Users/Shared/engineering/apachesolr-trunk/src/java/org/apache/solr/handler/XMLLoader.java:73: cannot find symbol [javac] symbol : constructor

Re: build fails -cannot find symbol IOException

2009-01-07 Thread Koji Sekiguchi
Peter, Thank you for your report. The cause of the error is XMLLoader uses Java 1.6 feature. I just committed revert XMLLoader.java in r732576. Koji Peter Wolanin wrote: Trying to build Solr from the current svn HEAD with java 1.5 (on Mac OS 10.5), the build (ant example) fails: