Workflow Developer Guide
This document describes the steps in involved in checking out the workflow
source and compiling it.
Requirements
- Requires JRE 1.4.1 or higher
- UNIX-variant operating system
Procedure
- Check out source from java_shared module to the current working directory.
Execute the following steps.
- Change location to a directory where java_shared module can be
checkout
- Execute cvs co java_shared.
- This operation will create a directory called shared under current
working directory.
- Change location to <current directory>/shared. Edit the file
sh_env.sh and add a line to set variable SHARED_HOME to the current
directory.
- Execute the file sh_env.sh.
- Check out workflow related source in the workflow module to the same
directory where java_shared module was checked out. Execute the following
steps:
- Change location to a directory where java_shared module was checked
out.
- Execute the command: cvs co workflow
- This operation will create a workflow directory under the current
directory.
- Change location to <current directory>/workflow. Edit the
file wf_env.sh file and add a line to set WF_HOME to the current
directory.
- Make sure all the variables are correct and execute wf_env.sh
file. This sets the required environment variables.
- Check out source in the module java_shared_source. Execute the following
steps.
- Change location to $WF_HOME/source/org/tigr directory.
- Execute command: cvs co java_shared_source
- This operation will create a directory called shared under the
current directory.
- Compile the source code. Execute the following steps.
- Change directory to $WF_HOME.
- Execute pmake_jars.sh file.
- This operation will create a jar file under $WF_HOME/jars directory.