Changeset 25708


Ignore:
Timestamp:
2012-05-29T15:04:27+12:00 (12 years ago)
Author:
xiao
Message:

changed flax targets: copy files and configure-flax-wsdl

File:
1 edited

Legend:

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

    r25640 r25708  
    22582258    <!-- A configuration file containing web service binding information for the axis engine -->
    22592259    <copy file="${web.home}/WEB-INF/classes/flax/server-config.wsdd" todir="${web.home}/WEB-INF" overwrite="true" />
    2260     <!-- 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) -->
    2261     <copy file="${basedir}/flax-resources/FlaxWebService.wsdl" tofile="${web.home}/FlaxWebService.wsdl" overwrite="true"/>
     2260    <!-- 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)
     2261    <copy file="${basedir}/flax-resources/FlaxWebService.wsdl" tofile="${web.home}/FlaxWebService.wsdl" overwrite="true"/>-->
    22622262    <copy todir="${web.home}/WEB-INF/lib">
    22632263        <fileset dir="${basedir}/flax-lib">
     
    22662266    </copy>
    22672267  </target>
    2268   <target name="configure-flax-wsdl" description="Configure flax webservice with tomcat server/port">
     2268<!--  <target name="configure-flax-wsdl" description="Configure flax webservice with tomcat server/port">
    22692269    <copy file="${basedir}/flax-resources/FlaxWebService.wsdl" tofile="${web.home}/FlaxWebService.wsdl" overwrite="true"/>
    22702270    <rsr file="${web.home}/FlaxWebService.wsdl" pattern="@flaxpublicserver@:@flaxpublicport@" replacement="${tomcat.server}:${tomcat.port}"/>
    22712271    <echo>FLAX server for Moodle module is configured to: http://${tomcat.server}:${tomcat.port}.</echo>
    2272   </target>
     2272  </target>-->
    22732273
    22742274  <target name="update-flax" description="update flax from repository">
Note: See TracChangeset for help on using the changeset viewer.