source: trunk/gsdl3/build.properties@ 10094

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

added a TODO note by mysql.installed.path

  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1#### properties file for GSDL3 building using ANT.
2
3## java compilation properties - for javac
4#Should compilation include the debug option?
5compile.debug=true
6#Should compilation include the deprecation option?
7compile.deprecation=true
8#Should compilation include the optimize option?
9compile.optimize=true
10
11## windows c++ compilation
12compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
13
14## Tomcat installation
15#The name of the machine that Tomcat is/will be run on
16tomcat.server=localhost
17# The port number that tomcat is/will be run on
18tomcat.port=8080
19# If tomcat is already running, enter the path to the base directory here
20tomcat.installed.path=
21
22## Greenstone 2 collection building options
23#The path to Greenstone 2 if it is already installed
24gsdl2.installed.path=
25
26## Relational database
27# TODO: make it work with external mysql
28mysql.installed.path=
29mysql.admin.user=
30mysql.server=localhost
31mysql.port=3306
32
33## Proxy setup - if Greenstone 3 is running behind a firewall
34# The proxy server name - set this if you are behind a firewall
35proxy.host=
36# The proxy server port
37proxy.port=
38# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
39proxy.user=
40# A password to use when talking to the proxy server (optional, will prompt if not entered here)
41proxy.password=
42
Note: See TracBrowser for help on using the repository browser.