#### properties file for Greenstone3 building using ANT. See the README for more #### information ## java compilation properties - for javac #Should compilation include the debug option? compile.debug=true #Should compilation include the deprecation option? compile.deprecation=true #Should compilation include the optimize option? compile.optimize=true ## windows c++ compilation compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT ## Tomcat installation #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 tomcat.server=localhost # The port number that tomcat is/will be run on tomcat.port=8080 # If tomcat is already running, enter the path to the base directory here tomcat.installed.path= #uncomment the following if you have moved the greenstone3 web directory to tomcats webapps dir #web.home=${tomcat.installed.path}/webapps/greenstone3 ## Greenstone 2 collection building options #The path to Greenstone 2 if it is already installed #If you do not want to use Greenstone 2 style building at all, set this property to any non-empty string, e.g. xxx gsdl2.installed.path= ## Relational database # set this to be non-empty if you are using an external mysql. mysql.installed.path= #change the following if the defaults are not correct mysql.server=localhost #port mysql should run on. Change if you already have mysql running on the default port mysql.port=3306 #Should passwords be set for the root and greenstone mysql users? mysql.use.passwords=yes ## If you are installing greenstone (including mysql) in an nfs directory, mysql may not work. The data directory needs to be on a local drive: Copy the greenstone3/packages/mysql/data directory to a local drive and set the location here #mysql.datadir= ## Mysql user passwords: uncomment and set the following if you don't want to be prompted for them during installation #The root password for a local mysql installation #mysql.root.password= # The password for the gsdl3admin user (local and external mysql) #mysql.admin.password= # The password for the gsdl3reader user (local and external mysql) #mysql.reader.password= ## Proxy setup - Greenstone installation will attempt to download extra packages. Set the proxy information here if you are behind a firewall. # The proxy server name proxy.host= # The proxy server port proxy.port= # A user name to use when talking to the proxy server (optional, will prompt if not entered here) proxy.user= # A password to use when talking to the proxy server (optional, will prompt if not entered here) proxy.password= ## Mac OS X specific stuff # set the path to your GDBM here gdbm.installed.path=