Re: how to intellij

2014-03-13 Thread Benjamin Black
that did it! thanks, andrew! On Thu, Mar 13, 2014 at 4:47 PM, Andrew Selden < andrew.sel...@elasticsearch.com> wrote: > Hi Ben, > > Once you have cloned the source, you should be able to open it as a > project in Intellij by just pointing to the root directory. > > To run an ES server from Intel

Re: how to intellij

2014-03-13 Thread Andrew Selden
Hi Ben, Once you have cloned the source, you should be able to open it as a project in Intellij by just pointing to the root directory. To run an ES server from Intellij you can create a run configuration with these settings: Main class: org.elasticsearch.bootstrap.Elasticsearch VM options:

how to intellij

2014-03-13 Thread Benjamin Black
would one of you wise sages offer up the magical incantations for working with ES source in intellij? specifically, what are the configuration steps from cloning the github repo through to debugging a running ES instance? i have had no luck with either following the README, random mailing list