Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "HowToCompileSolr" page has been changed by mr_road: http://wiki.apache.org/solr/HowToCompileSolr?action=diff&rev1=8&rev2=9 Comment: making it read better. 1. '''Compile application''' * Navigate to c:\Java\LuceneSolr folder * Type “ant compile” (fig 5) – there will be a number of warnings (patient may be required the first time) - * You may need to run ant ivy-bootstrap to get the source code to compile. + * You may need to run “ant ivy-bootstrap” * Navigate to the c:\Java\LuceneSolr\Solr folder * Type “ant dist” - you must do this from the Solr source code folder. Ant will create a “dist” folder and place the compiled .war and .jar files in it. * Navigate to the c:\Java\LuceneSolr\solr\dist folder and copy the apace-solr-<ver>-SNAPSHOT.war file to the c:\Java\LuceneSolr\solr\example\webapps folder (fig 6) – be sure to rename it to solr.war