#### properties file for GSDL3 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 #The name of the machine that Tomcat is/will be run on 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 gsdl3 web directory to tomcats webapps dir #web.home=${tomcat.installed.path}/webapps/gsdl3 ## 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 # TODO: make it work with external mysql mysql.installed.path= mysql.admin.user= mysql.server=localhost mysql.port=3306 ## Proxy setup - if Greenstone 3 is running behind a firewall # The proxy server name - set this if you are behind a firewall 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=