Ignore:
Timestamp:
2005-10-27T12:39:47+13:00 (19 years ago)
Author:
kjdon
Message:

changed gsdl3 to greenstone3 in some text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10774 r10779  
    44     March 2005                                                   
    55
    6      GSDL3 build and install script
     6     Greenstone3 build and install script
    77                   
    88     kjdon                                                               
     
    540540      <env key="CLASSPATH" path="${tomcat.classpath}"/>
    541541      <env key="LD_LIBRARY_PATH" path="${env.LD_LIBRARY_PATH}:${lib.jni}"/>
    542       <env key="DYLD_LIBRARY_PATH" path="${env.DYLD_LIBRARY_PATH}:${lib.jni}:${gdbm.installed.path}/lib"/>
    543 <!--      <env key="LD_LIBRARY_PATH" path="${env.LD_LIBRARY_PATH}:${lib.jni}:${mysql.home}/lib/mysql"/>
    544      
    545       <env key="DYLD_LIBRARY_PATH" path="${env.DYLD_LIBRARY_PATH}:${lib.jni}:${mysql.home}/lib/mysql"/>--> <!-- for mac-->
     542      <env key="DYLD_LIBRARY_PATH" path="${env.DYLD_LIBRARY_PATH}:${lib.jni}:${gdbm.installed.path}/lib"/> <!-- for mac os -->
    546543    </exec>
    547544    <exec executable="${catalina.home}/bin/startup.bat" os="${os.windows}" dir="${catalina.home}/bin" spawn="true">
     
    14211418      <env key="GSDLPATH" path="${basedir}/gs2build"/>
    14221419    </exec>
    1423     <echo>Running GLI from Ant means that you don't get to see any of the terminal output. If you have problems with GLI and want to see the output, please run the script gli4gs3.sh/bat from the gsdl3/gli directory.
     1420    <echo>Running GLI from Ant means that you don't get to see any of the terminal output. If you have problems with GLI and want to see the output, please run the script gli4gs3.sh/bat from the greenstone3/gli directory.
    14241421    </echo>
    14251422  </target>
     
    14351432    </exec>
    14361433    <echo>Running GLI from Ant means that you don't get to see any of the terminal output. If you have problems with GLI and want to see the output, please run the following in a terminal/command prompt:
    1437                     (Linux/Mac OS X     / Windows)
    1438 in gsdl3 directory: source gs3-setup.sh / gs3-setup
    1439 in gsdl directory:  source setup.bash   / setup
    1440 in gli directory:   gli4gs3.sh          / gli4gs3
     1434                          (Linux/Mac OS X     / Windows)
     1435in greenstone3 directory: source gs3-setup.sh / gs3-setup
     1436in gsdl directory:        source setup.bash   / setup
     1437in gli directory:         gli4gs3.sh          / gli4gs3
    14411438    </echo>
    14421439  </target>
Note: See TracChangeset for help on using the changeset viewer.