-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic_build.properties
60 lines (47 loc) · 2.01 KB
/
basic_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
###############################################################################
# Basic Properties for caintegrator-analysis-server project
###############################################################################
#name of the project
project_name=caintegrator-ver1.0
#name of the module
module_name=caintegrator-analysis-server
#the location of scripts and property files
build.bin.dir=bin
#the location of the compiled classes
build.classes.dir=classes
#location of the source files to be compiled
build.source.dir=src
#location of the lib dir
build.lib.dir=lib
#location of the R data files
build.R.data.dir=RdataFiles
#location of R source files
build.R.source.dir=R_source
#location of the log file
build.log.dir=log
#location of the JBossMQ config files
build.conf.dir=conf
#dummy property for anthill dependency artifacts
anthill.dependency.artifacts.dir=../artifacts
anthill.artifacts.dir=../artifacts
###############################################################################
# JMS Properties
###############################################################################
#The location of the JMS provider (the machine running JBoss)
jms.location=10.10.50.1:1099
jms.reconnectWaitTimeMS=5000
################################################################
# Analysis Server Configuration
################################################################
#set this to the directory where the analysis server is installed
analysis-server.install.dir=/opt/analysis-server
#set the log file name
analysis-server.logfile=${analysis-server.install.dir}/log/analysisServer.log
#request queue name
analysis-server.request-queue=queue/SharedAnalysisRequest
###############################################################################
# R Properties
###############################################################################
R.initialization.file=RFunctions.R
R.initialization.file.path=${analysis-server.install.dir}/RdataFiles/${R.initialization.file}
R.data.file.directory=${analysis-server.install.dir}/RdataFiles/