source: trunk/gsdl3/build.properties@ 9874

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

merged from branch ant-install-branch: merge 1

  • 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
27mysql.installed.path=
28mysql.admin.user=
29mysql.server=localhost
30mysql.port=3306
31
32## Proxy setup - if Greenstone 3 is running behind a firewall
33# The proxy server name - set this if you are behind a firewall
34proxy.host=
35# The proxy server port
36proxy.port=
37# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
38proxy.user=
39# A password to use when talking to the proxy server (optional, will prompt if not entered here)
40proxy.password=
41
Note: See TracBrowser for help on using the repository browser.