source: trunk/gsdl3/build.properties@ 10298

Last change on this file since 10298 was 10298, checked in by kjdon, 19 years ago

changed some comments, removed mysql.admin.user

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1#### properties file for GSDL3 building using ANT. See the README for more
2#### information
3
4## java compilation properties - for javac
5#Should compilation include the debug option?
6compile.debug=true
7#Should compilation include the deprecation option?
8compile.deprecation=true
9#Should compilation include the optimize option?
10compile.optimize=true
11
12## windows c++ compilation
13compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
14
15## Tomcat installation
16#The name of the machine that Tomcat is/will be run on. If you are using a proxy, then you may need to set this to something other than localhost
17tomcat.server=localhost
18# The port number that tomcat is/will be run on
19tomcat.port=8080
20# If tomcat is already running, enter the path to the base directory here
21tomcat.installed.path=
22#uncomment the following if you have moved the gsdl3 web directory to tomcats webapps dir
23#web.home=${tomcat.installed.path}/webapps/gsdl3
24
25## Greenstone 2 collection building options
26#The path to Greenstone 2 if it is already installed
27#If you do not want to use Greenstone 2 style building at all, set this property to any non-empty string, e.g. xxx
28gsdl2.installed.path=
29
30## Relational database
31# TODO: make it work with external mysql
32# set this to be non-empty if you are using an external mysql.
33mysql.installed.path=
34#change the following if the defaults are not correct.
35mysql.server=localhost
36mysql.port=3306
37
38## Proxy setup - Greenstone installation will attempt to download extra packages. Set the proxy information here if you are behind a firewall.
39# The proxy server name
40proxy.host=
41# The proxy server port
42proxy.port=
43# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
44proxy.user=
45# A password to use when talking to the proxy server (optional, will prompt if not entered here)
46proxy.password=
47
Note: See TracBrowser for help on using the repository browser.