You need to have the following software installed
- subversion
- ant
- eclipse
Now the install procedure
- Checkout the source code
1svn co https://svn.apache.org/repos/asf/lucene/dev/trunk/ - cd to the trunk folder and run
1234567ant ivy-bootstrapant resolveant validateant clean-ideaant eclipseant compileant test - Start Eclipse and Import the Project
- Install the run-jetty plugin. Add the update site (http://run-jetty-run.googlecode.com/svn/trunk/updatesite) and install run-jetty
- Add a Run configuration for a Jetty Webapp
- Jetty Version 6.1.26
- Port 8080
- Context /trunk
- WebApp dir solr/webapp/web
- Arguments/VM arguments
12-Dsolr.solr.home=/home/patrick/Desktop/solr/trunk/solr/example/solr-Dsolr.test.sys.prop1=hallo
- Save and run that configuration
- Start any webbrowser and visit: http://localhost:8080/solr/