#### properties file for GSDL3 building using ANT. ## 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= ## Greenstone 2 collection building options #The path to Greenstone 2 if it is already installed gsdl2.installed.path= ## Relational database 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=