Configuring a Project
A project is a specific setting of TAFJ properties. All properties of a project are stored in (TAFJ_HOME>)\conf\.properties. You can create and configure a project based on the .properties file using the following procedure.
- Create a new project by copying and renaming the .properties file name with the name of your project. For example, T24.properties, myProject.properties.
- Run the command below to use all the scripts that are available in the (TAFJ_HOME)\bin directory with your project.
-cf Project_Name
For example, tRun –cf myProject.properties EX
You can omit the -cf argument to use the default project. The default project is specified in (TAFJ_HOME)\conf\.default. After you setup TAFJ, tafj.properties becomes the default project. - Set the java and class path for your project in the (TAFJ_HOME)/data/Project_Name/ directory. For the myProject.properties project, set the java and class path as shown below.
# Specify where the java files will be generated
# by the compiler
#
temn.tafj.directory.java = <tafj.home>\data/myProject/java
# Specify where the classes files will be generated
# by the compiler
#
temn.tafj.directory.classes = <tafj.home>\data/myProject/classes
Workflow of a TAFJ script
The following flow chart explains the workflow of a script. You can find the TAFJ scripts in (TAFJ_HOME)\bin.
TAFJ Logging
To learn about TAFJ Logging, see the TAFJ Logging user guide.
In this topic