Re: Setting up a development environment

2013-05-31 Thread Achim Domma
Shalin and Shawn, thanks for your help! Just for the records, in case somebody else having the same problems will read this thread: I'm using Ubuntu 13.02, ant 1.8.2, Oracle Java 1.7.0_21-b11 and the community edition of IntelliJ 12. I followed the steps outlined by Shalin. Everything works lik

Re: Setting up a development environment

2013-05-31 Thread Shawn Heisey
On 5/31/2013 4:17 AM, Shalin Shekhar Mangar wrote: > The "trunk" requires Java7 but the 4.x releases are cut from branch_4x > which is on Java6. There are some bugs in Java8 which cause test failures > on our build machines so just avoid it for now. I use IntelliJ so I cannot > comment on the probl

Re: Setting up a development environment

2013-05-31 Thread Shalin Shekhar Mangar
On Fri, May 31, 2013 at 2:22 PM, Achim Domma wrote: > I would like to work with the Solr source code. My idea is to "debug" some > unit tests to get a better understanding of the inner workings of Solr. And > perhaps I might implement some custom code in the future. But to get > started, I need a

Setting up a development environment

2013-05-31 Thread Achim Domma
I would like to work with the Solr source code. My idea is to "debug" some unit tests to get a better understanding of the inner workings of Solr. And perhaps I might implement some custom code in the future. But to get started, I need a working development environment where I can build and debu