Hi kamaci, See the README.txt file in the top-level directory of the project, and also solr/README.txt, which tells you how to run Solr.
Ant+Ivy is the official build system, so you should get comfortable using it. See also <http://wiki.apache.org/solr/HowToContribute>. I use IntelliJ, and I maintain the "ant idea" target that produces an IntelliJ project. See <http://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ> for more info. I also use Maven, and I maintain the "ant get-maven-poms" target that produces a Maven build in a top-level "maven-build/" directory - see dev-tools/maven/README.maven for more info. This is not an officially supported build, but it should work for most basic things. Good luck, and welcome! Steve On Mar 20, 2013, at 6:43 PM, kamaci <[email protected]> wrote: > I want to extend Solr and forked it from github. I want to develop on it at > Intellij IDEA. I opened the project however there are many modules and I > don't know which one is the main module and how can I run it? Also is there > any problem to use it as Maven project or it is not supported and I should > use Ant + Ivy instead? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-Run-Solr-Within-Intellij-IDEA-tp4049563.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]
