Hi Artyom, The lucene_solr_4_0 branch IntelliJ setup works for me.
Sounds like Ivy isn't succeeding in downloading dependencies. 'ant idea' calls 'ant resolve', which uses Apache Ivy to download binary dependencies. Can you post output from running 'ant resolve' at the top level? Steve On Dec 5, 2012, at 6:55 AM, Artyom <ice...@mail.ru> wrote: > I have followed this instruction: > http://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ > > 1. Downloaded lucene_solr_4_0 branch > 2. ant idea > 3. opened this project in IDEA > 4. clicked Build/Make project menu > > I got message: Compilation completed with 111 errors and 9 warnings > C:\solr\lucene\benchmark\src\java\org\apache\lucene\benchmark\byTask\utils\StreamUtils.java > Error: (32, 47) package org.apache.commons.compress.compressors does not > exist > Error: (33, 47) package org.apache.commons.compress.compressors does not > exist > ... > > what should I do to make the project without errors? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-4-in-IntelliJ-IDEA-make-project-errors-tp4024439.html > Sent from the Solr - User mailing list archive at Nabble.com.