Changeset 28099


Ignore:
Timestamp:
2013-08-20T14:32:50+12:00 (11 years ago)
Author:
kjdon
Message:

some changes to do with new compile-in-place strategy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/README.txt

    r25906 r28099  
    2222$gs3/ext/solr> ant add-service
    2323
    24 
    25 3. Compile up Greenstone 3's core java classes:
    26 $gs3/ext/solr> cd ../..
    27 $gs3> ant compile-core
    28 
     243. The solr-jdbm-demo collection is copied into localsite's collect folder as part of the install.
    2925
    30264. Edit a collection's etc/collectionConfig.xml, setting the search type to be solr.
     
    119115ADDING NEW JAVA CLASSES INTO THE SOLR EXTENSION
    120116
    121 1. Create the Java classes and place them into their package within the ext/solr location.
     1171. Create the Java classes and place them into their package within the ext/solr/src/java location. They can then be compiled by running 'ant compile' in the ext/solr folder.
    122118
    123 2. Adjust the ant build file in the solr extension (ext/solr/build.xml) to take these java source files into account during the setup process that takes place when the ant target 'add-service' is executed. The relevant portions of this build.xml file are likely to be the property 'java-service-files' and the property 'java-util-files'.
    124119
     120
Note: See TracChangeset for help on using the changeset viewer.