Changeset 15228


Ignore:
Timestamp:
2008-04-28T17:59:49+12:00 (16 years ago)
Author:
ak19
Message:

commented out property compile.windows.c++.setup since the env state after running vcvars.bat from ant isn't saved anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.properties

    r15045 r15228  
    1111
    1212## windows c++ compilation
    13 compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
     13# The following property does not help in build.xml.
     14# The user needs to run Visual Studio's vcvars32.bat script from the
     15# MSDOS prompt before compiling Greenstone3 (before "ant prepare install")
     16#compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
    1417
    1518## Tomcat installation
    1619#Set this to the internet/intranet name of the machine that Tomcat is/will be run on. localhost is fine for accessing the server from the local machine, but not remotely
    17 tomcat.server=localhost
     20tomcat.server=wharariki.cs.waikato.ac.nz
    1821# The port number that tomcat is/will be run on
    19 tomcat.port=8080
     22tomcat.port=9090
    2023# Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats
    21 tomcat.shutdown.port=8005
     24tomcat.shutdown.port=9005
    2225# If tomcat is already running, enter the path to the base directory here
    2326tomcat.installed.path=
Note: See TracChangeset for help on using the changeset viewer.