source: trunk/gsdl3/build.properties@ 10103

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

added in a web.home property

  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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
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
27gsdl2.installed.path=
28
29## Relational database
30# TODO: make it work with external mysql
31mysql.installed.path=
32mysql.admin.user=
33mysql.server=localhost
34mysql.port=3306
35
36## Proxy setup - if Greenstone 3 is running behind a firewall
37# The proxy server name - set this if you are behind a firewall
38proxy.host=
39# The proxy server port
40proxy.port=
41# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
42proxy.user=
43# A password to use when talking to the proxy server (optional, will prompt if not entered here)
44proxy.password=
45
Note: See TracBrowser for help on using the repository browser.