Changeset 31508 for main


Ignore:
Timestamp:
2017-03-13T20:16:29+13:00 (7 years ago)
Author:
ak19
Message:

Tiny but important change (bugfix), that I confirmed with Kathy today. The app.path in build.xml should not be hardcoded to greenstone3 but should use the gs3 context, whatever that is (default greenstone3), as specified in build.properties. I thought this was a bug when I inspected and changed build.xml and build.props on Fri to add in the new get-solr-servlet target. Kathy confirmed this was a bug that struck when the gs3 context name is changed and activate.pl still gets the usual greenstone3 context name from calling the get-default-servlet-url.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r31489 r31508  
    269269
    270270  <property name="app.name"      value="greenstone3"/>
    271   <property name="app.path"      value="/${app.name}"/>
     271  <property name="app.path"      value="/${greenstone.context}"/>
    272272
    273273   <property name="admin.dir"      value="${basedir}/admin"/>
Note: See TracChangeset for help on using the changeset viewer.