-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcing.properties
More file actions
87 lines (75 loc) · 3.07 KB
/
cing.properties
File metadata and controls
87 lines (75 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# This is a configuration file for Ant build.xml which can build web servers etc.
# BIG FAT RED WARNING: spaces in this file matter!
# Don't put spaces anywhere. Unless working with backslashes like at the end
# of this file.
# Use forward slashes even for windows path names or use double backslashes.
# Not all parameters are needed.
# TODO: clean up unneeded settings.
ant.project.name=cing
user.name=kss16
user.root=/home/${user.name}
WS=${user.root}/workspace35
cing.root=${WS}/{ant.project.name}
python.dir=/local/virtualenv-1.8.2/ENV/bin/python
src.dir=src
# Relative path to cing.root:
cing.python.cing.dir=${python.dir}/${ant.project.name}
scripts.local.dir=scripts
macros.local.dir=macros
test_data.local.dir=Tests/data
tmp.local.dir=${user.root}/tmp/${ant.project.name}Tmp
home.web.machine.dev=localhost
home.web.machine.looped.dev=${home.web.machine.dev}
home.web.port.dev=22
#home.web.machine.prod=nmr.cmbi.ru.nl
home.web.machine.prod=lamp-lbi-43.rcs.le.ac.uk
home.web.machine.looped.prod=${home.web.machine.prod}
#home.web.machine.looped.prod=nmr
#home.web.port.prod=22
home.web.port.prod=22
#home.web.machine.prod=dodos.dyndns.org
#home.web.machine.prod=hugo
#home.web.machine.looped.prod=${home.web.machine.prod}
#home.web.port.prod=${home.web.port.dev}
# account on remote machine used for ssh-ing in.
#home.web.user=jd
#home.web.dir=/Library/WebServer/Documents/${ant.project.name}
home.web.user.dev=kss16
home.web.dir.dev=/Library/WebServer/Documents/${ant.project.name}
home.web.user.prod=kss16
#home.web.dir.prod=/var/www/${ant.project.name}
home.web.dir.prod=//local/tomcat6/webapps/${ant.project.name}
# published by iWeb to:
home.web.local.dir=${home.web.dir.dev}
# local machine secret data
home.web.keyfile=${user.root}/.ssh/id_dsa
home.web.knownhosts=${user.root}/.ssh/known_hosts
# HTML part of server reachable by a trick to get thru ssl tunneling by:
# In /private/etc/hosts add the following line without the #.
# 127.0.0.1 localhost-mini
# Sometimes the internet connection data is messed up for which I could fix
# only by restarting the OS. Then do:
# ssh -L localhost-nmr:39676:nmr.cmbi.umcn.nl:22 jurgend@www.cmbi.ru.nl
# E.g. test by doing:
# scp -P 39676 tmp/wallpaper.gif jd@localhost-nmr:/Users/jd
server.web.root=/Library/WebServer/Documents
server.web.contact.author=kss16@le.ac.uk
server.web.dir=${server.web.root}/icing
server.web.dir.local=www/cing.iCing
# Gwt server
icing.server.dir.local=${cing.root}/www/cing.iCing
icing.server.dir=${server.web.root}/icing
# OSX:
#icing.webapp.dir.dev=/Library/Tomcat/webapps
icing.webapp.dir.dev=/opt/local/share/java/tomcat6/webapps
# Ubuntu's:
icing.webapp.dir.prod=/local/tomcat6/webapps
# The name of the war file determines the Tomcat webapp url too. So match with other references such as
# the tomcat proxing settings. Keep this all lower case to prevent case problems with Windows/Linux diffs.
icing.war.file=icing.war
icing.production.local.dir=java/production
build.classes.dir=build
platform.root=/usr/java/jdk1.6.0_26/
platform.bin=${platform.root}/Commands
platform.javadoc=${platform.bin}/javadoc
platform.java=${platform.bin}/java