Changeset 38894


Ignore:
Timestamp:
2024-04-04T11:37:37+13:00 (4 weeks ago)
Author:
kjdon
Message:

when compiling greenstone for the first time, the webswing ext hasn't been installed, so the webswing-api.jar is not yet in web/ext/webswing. I have changed the path to find it in the ext folder instead. Another option would have been running the webswing install first before compiling the core.

File:
1 edited

Legend:

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

    r38893 r38894  
    816816    <pathelement location="${lib.jni}/mgpp.jar"/>
    817817
    818     <pathelement location="${web.writablehome}/ext/webswing/api/webswing-api.jar"/>    
     818    <pathelement location="${basedir}/ext/webswing/web/api/webswing-api.jar"/>   
    819819   
    820820    <!-- Include all elements that Tomcat exposes to applications -->
Note: See TracChangeset for help on using the changeset viewer.