Changeset 23669 for main/trunk


Ignore:
Timestamp:
2011-02-08T15:13:36+13:00 (13 years ago)
Author:
xiao
Message:

modified flax-copy-files target not to do tomcat.server/port replacements in FlaxWebService.wsdl as it disrupts what is being done by release-kits; will come up a solution with svn-install later

File:
1 edited

Legend:

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

    r23617 r23669  
    19551955    <copy file="${web.home}/WEB-INF/classes/flax/server-config.wsdd" todir="${web.home}/WEB-INF" overwrite="true" />
    19561956    <!-- A static web service wsdl file which is queried by soap client. The reason this file is used (instead of the dynamically generated version) is in case any redirects are used in the Apache configuration (e.g., flax.nzdl.org:80 redirects to harakeke:8080) -->
    1957     <copy file="${basedir}/flax-resources/FlaxWebService.wsdl" tofile="${web.home}/FlaxWebService.wsdl" filtering="true" overwrite="true">
     1957    <copy file="${basedir}/flax-resources/FlaxWebService.wsdl" tofile="${web.home}/FlaxWebService.wsdl" filtering="true" overwrite="true"><!-- Do not do the replacement here, as it disrupts the replacement when using the release-kits. Do this manually when installing flax from svn.
    19581958        <filterset>
    19591959            <filter token="flaxpublicserver" value="${tomcat.server}"/>
    19601960            <filter token="flaxpublicport" value="${tomcat.port}"/>
    1961         </filterset>   
     1961        </filterset>-->
    19621962    </copy>
    19631963    <copy todir="${web.home}/WEB-INF/lib">
Note: See TracChangeset for help on using the changeset viewer.