Changeset 10779
- Timestamp:
- 2005-10-27T12:39:47+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/build.xml
r10774 r10779 4 4 March 2005 5 5 6 G SDL3 build and install script6 Greenstone3 build and install script 7 7 8 8 kjdon … … 540 540 <env key="CLASSPATH" path="${tomcat.classpath}"/> 541 541 <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 --> 546 543 </exec> 547 544 <exec executable="${catalina.home}/bin/startup.bat" os="${os.windows}" dir="${catalina.home}/bin" spawn="true"> … … 1421 1418 <env key="GSDLPATH" path="${basedir}/gs2build"/> 1422 1419 </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 g sdl3/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. 1424 1421 </echo> 1425 1422 </target> … … 1435 1432 </exec> 1436 1433 <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 g sdl3 directory: source gs3-setup.sh / gs3-setup1439 in gsdl directory: source setup.bash / setup1440 in gli directory: gli4gs3.sh / gli4gs31434 (Linux/Mac OS X / Windows) 1435 in greenstone3 directory: source gs3-setup.sh / gs3-setup 1436 in gsdl directory: source setup.bash / setup 1437 in gli directory: gli4gs3.sh / gli4gs3 1441 1438 </echo> 1442 1439 </target>
Note:
See TracChangeset
for help on using the changeset viewer.