On Mon, Nov 9, 2009 at 9:06 PM, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: > On Tue, Nov 10, 2009 at 1:32 AM, Christian López Espínola < > penyask...@gmail.com> wrote: > >> Hi everybody, >> >> I've just download solr trunk and tried to prepare a working environment. >> >> I created a new Eclipse project and linked the folders src/common, >> src/java, src/solrj, src/test and src/webapp/src as source folders. I >> added every jar in /lib to my project classpath. >> >> But the test folder isn't compiling because of the lack of Jetty. >> >> > The Jetty libraries can be found under example/lib. Add them to your test > classpath. > > >> BTW, I thought that solr would be using ant or mvn, but I didn't found >> any build scripts nor pom. >> >> > There is an Ant build.xml in the root directory. > > >> Is there any 'standard' about what IDE to use in Solr development? >> >> > No, use whatever you want. > > -- > Regards, > Shalin Shekhar Mangar. >
Thanks for the quick answers, Colin and Shalin. I was looking for the build.xml in the wrong folder. Adding the Jetty libs in example/lib solves my problem with eclipse too. -- Cheers, Christian López Espínola <penyaskito>