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=7&rev2=8

Comment:
Adding reference to ivy-bootstrap for ant, in compile steps

   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.
    * 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

Reply via email to