-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.properties
108 lines (90 loc) · 2.92 KB
/
build.properties
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# -----------------------------------------------------------------------------
# Project: OpenGTS - Open GPS Tracking System
# URL : http://www.opengts.org
# File : build.properties
# -----------------------------------------------------------------------------
# -- build compiler
#build.compiler=/export/java5/bin/javac
# -- Destination
destination.name=opengts
# -- Install home directory
install.home=${basedir}/install
install.user=opengts
# -- Source directories
src.gts=${basedir}/src
# -- Source directories
tools.home=${Env.GTS_TOOLS}
# -- Tomcat home (assumes CATALINA_HOME environment variable exists)
catalina.home=${Env.CATALINA_HOME}
#catalina.base=${Env.CATALINA_BASE} <-- conditionally set in "build.xml"
# -- Java home (assumes JAVA_HOME environment variable exists)
#java.home=${Env.JAVA_HOME} <<-- already set
# -- libraries
lib.home=${basedir}/lib
war.home=${basedir}/war
# --- build directories
build.home=${basedir}/build
build.lib=${build.home}/lib
# --- locale working directory (when extracting LocalString files)
build.locale=${basedir}/locale
build.locale_XX=en
# -- build destination directory
dest.home=${build.home}/dest/${destination.name}
dest.lib=${dest.home}/lib
dest.bin=${dest.home}/bin
# -- war deploy names
track.deployWar=track.war
events.deployWar=events.war
ctracgts.deployWar=ctracgts.war
gprmc.deployWar=gprmc.war
gc101.deployWar=gc101.war
gpsmapper.deployWar=gpsmapper.war
mologogo.deployWar=mologogo.war
# -
service.deployWar=service.war
aemp.deployWar=aemp.war
axonn.deployWar=axonn.war
ctrac.deployWar=ctrac.war
celltrac.deployWar=celltrac.war
delorme.deployWar=delorme.war
fa888.deployWar=fa888.war
gsspot.deployWar=gsspot.war
geoforce.deployWar=geoforce.war
geometris.deployWar=geometris.war
paratel.deployWar=paratel.war
torque.deployWar=torque.war
proxyrg.deployWar=proxyrg.war
pushpin.deployWar=pushpin.war
# -- compile options
compile.debug=true
compile.nowarn=false
compile.deprecation=false
compile.optimize=false
compile.Xlint=-Xlint:all,-serial,-path
compile.Xlint.noUnchecked=-Xlint:all,-unchecked,-serial,-path
compile.Xlint.noDeprecation=-Xlint:all,-deprecation,-dep-ann,-unchecked,-serial,-path
# -- General compiler source/target
#compiler.source=1.6
#compiler.target=1.6
#compiler.compiler=javac1.6
# -
compiler.source=1.7
compiler.target=1.7
compiler.compiler=javac1.7
# -
#compiler.source=1.8
#compiler.target=1.8
#compiler.compiler=javac1.8
# -- DCS compiler source/target (not yet converted to Java-7 generics)
dcs.compiler.source=1.6
dcs.compiler.target=1.6
dcs.compiler.compiler=javac1.6
# -- UI compiler source/target (not yet converted to Java-7 generics)
ui.compiler.source=1.6
ui.compiler.target=1.6
ui.compiler.compiler=javac1.6
# -- CompiletimeVars options
# - (Specify as "-DCompiletimeVars.arg=..." on 'ant' command-line)
CompiletimeVars.arg=
# --- EServer classpath
EServer_Jar_Classpath=gtsutils.jar gtsdb.jar ruledb.jar bcrossdb.jar atselog.jar optdb.jar custom.jar custom1.jar custom2.jar