Ignore:
Timestamp:
2020-01-23T18:49:56+13:00 (4 years ago)
Author:
ak19
Message:
  1. The gs3 context name changed from macronizer to macron-restoration. 2. Western Wilson's sql related changes weren't committed to svn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/build.xml

    r32757 r33865  
    8383    <filter token="macronizer.home" value="${basedir}"/>
    8484
    85     <!-- 1. Create the log4j.properties file from its log4j.properties.in template file and put it into the *Macronizer* installation's web/WEB-INF/classes folder -->
     85    <!-- 1a. Create the log4j.properties file from its log4j.properties.in template file and put it into the *Macronizer* installation's web/WEB-INF/classes folder -->
    8686    <copy file="${build.dir.exp}/log4j.properties.in" tofile="${build.dir.exp}/WEB-INF/classes/log4j.properties" filtering="true" overwrite="true"/>
    8787   
     88    <!-- 1b. Create the mysql.props file -->
     89    <copy file="${build.dir.exp}/mysql.properties.in" tofile="${build.dir.exp}/WEB-INF/classes/mysql.properties" filtering="true" overwrite="true"/>
     90
     91    <!-- TODO: Ask Ryan Ko if the following message is fit to be known in public:
     92     <echo>Make sure to change the mysql db.password property in WEB-INF/classes/mysql.properties</echo>
     93    -->
     94
    8895    <!-- 2. Create the macronizer.xml tomcat context file from the macronizer.xml.in template file and put it into the correct location in the associated GS3 installation -->
    89     <copy file="${build.dir.exp}/macronizer.xml.in" tofile="${gsdl3.src.home}/packages/tomcat/conf/Catalina/localhost/macronizer.xml" filtering="true" overwrite="true"/>
     96    <copy file="${build.dir.exp}/macronizer.xml.in" tofile="${gsdl3.src.home}/packages/tomcat/conf/Catalina/localhost/macron-restoration.xml" filtering="true" overwrite="true"/>
    9097   
    9198    <!-- mkdir Creates a directory. Also non-existent parent directories are created,
Note: See TracChangeset for help on using the changeset viewer.