This 'ant idea' command works for lucene-solr code base https://github.com/apache/lucene-solr
I was trying out specifically on lucene source code downloaded from apache lucene website. On Mon, Sep 5, 2016 at 8:19 PM, Erick Erickson <[email protected]> wrote: > You have to execute the 'ant' target one level up from > lucene. I.e. you should see both the "lucene" and "solr" > directories if you're in the correct place to execute that > target. > > Best, > Erick > > On Mon, Sep 5, 2016 at 8:01 PM, Reth RM <[email protected]> wrote: > > Hello, > > > > > > According to the wiki( > > http://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ), I should > > execute below ant commands to setup lucene on intelliJ. > > 1. Run* ant ivy-bootstrap* from the command line to install the ivy jar > in > > ~/.ant/lib/. > > 2. Run* ant idea* from the command line to populate your working copy > with > > the configuration files IntelliJ needs to be able to compile, test, and > > debug Lucene and Solr. > > > > > > But when I do ant idea, I get build fail response *"BUILD FAILED > **Target > > "idea" does not exist in the project "lucene" * > > > > Where to find ant build script for setting up lucene on idea intellij? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
