Changeset 24181
- Timestamp:
- 2011-06-21T14:56:11+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/tags/stable/greenstone3/build.xml
r24179 r24181 2078 2078 </copy> 2079 2079 </target> 2080 <target name="configure-flax-web" description="Configure wsdl and aux server">2081 <antcall target="configure-flax-wsdl"/>2082 <antcall target="configure-flax-aux-server"/>2083 </target>2084 2080 <target name="configure-flax-wsdl" description="Configure flax webservice with tomcat server/port"> 2085 2081 <copy file="${basedir}/flax-resources/FlaxWebService.wsdl" tofile="${web.home}/FlaxWebService.wsdl" overwrite="true"/> … … 2087 2083 <echo>FLAX server for Moodle module is configured to: http://${tomcat.server}:${tomcat.port}.</echo> 2088 2084 </target> 2089 2085 <!--<target name="configure-flax-aux-server" description="Copy flax auxiliary collocation server url from build.properties to global.properties"> 2090 2086 <concat destfile="${web.classes}/global.properties" append="true" fixlastline="yes">flax.aux.server=${flax.aux.server}</concat> 2091 2087 <echo>FLAX auxiliary server set to (in web/WEB-INF/classes/globla.properties): http://${flax.aux.server}.</echo> 2092 </target> 2088 </target>--> 2093 2089 2094 2090 <target name="update-flax" description="update flax from repository"> … … 2110 2106 <!--<antcall target="flax-copy-files" />--> 2111 2107 <antcall target="compile-core" /> 2112 <antcall target="configure-flax-w eb" />2108 <antcall target="configure-flax-wsdl" /> 2113 2109 </target> 2114 2110
Note:
See TracChangeset
for help on using the changeset viewer.