A series of default values are set in the properties file
(aura.properties)
to allow the tool to work when you install it.
These values can be modified to suit the requirement.
Settings in the property file are defined in the form
<property> = <value>
. Comment lines begin with a #
(hash) character.
The properties file can be edited to include the location of:
epoc32\\
structure
data models and their script files
default report file
style sheet to be used.
A typical AURA properties file looks like the one that is shown below.
# general tool settings, where it can find basic things it needs:
aut.env.epocroot = E:\\
aut.env.epoc32tree = E:\\epoc32\\
aut.env.debug = false
# Database Configuration
aut.db.script = ${aut.env.epoc32tree}\\tools\\aura\\aura.sql
aut.db.path = ${aut.env.epoc32tree}data\\aura.db
aut.db.type = HSQLDB
# Log File Settings
aut.log.file.enabled = false
aut.log.file.format = %-5p [%-20.20C{1}] %-8r %4L - %m%n
aut.log.file.path = d:\\code\\aut\\data\\aut.log
aut.log.file.level = INFO
# Console Log Settings
aut.log.console.format = %m%n
aut.log.console.level = INFO
# Report Settings
aut.report.xmlfile = ${aut.env.epoc32tree}data\\auraxmlreport.xml
aut.report.stylesheet = ${aut.env.epoc32tree}\\tools\\aura\\aurastyle.xsl