Changeset 33142 for main


Ignore:
Timestamp:
2019-06-10T18:47:08+12:00 (5 years ago)
Author:
ak19
Message:

On Windows, cp.jar at each level appear to be used to set the CLASSPATH. The cp.mf manifest file at web\WEB-INF\lib is used to generate the cp.jar at this level. Our LuceneWrapper got called LuceneWrapper4.jar since the upgrade to Lucene/solr 4.7.2, so we need to refer to LuceneWrapper4.jar in the cp.mf manifest file to get it included on the CLASSPATH on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/lib/cp.mf

    r31663 r33142  
    1 Class-Path: LuceneWrapper.jar activation.jar axis-ant.jar
     1Class-Path: LuceneWrapper4.jar activation.jar axis-ant.jar
    22 axis.jar bsf.jar commons-discovery-0.2.jar
    33 commons-logging-1.0.4.jar derby.jar gsdl3.jar jaxp.jar jaxrpc.jar
Note: See TracChangeset for help on using the changeset viewer.