Hi Artyom, Quoting my response to your identical solr-user mailing list post:
> 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 7:40 AM, Artyom <[email protected]> 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. configured the project SDK > 5. 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-tp4024446.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
