RainbowHow To Use Rainbow |
If you are using an Okapi Tool after the M9 release, you should be using the wiki online help:
http://www.opentag.com/okapi/wiki/index.php?title=Rainbow
The main function of Rainbow is to launch utilities. The usual steps to run a Rainbow utility are the following:
You can save all your input files settings and options in a Rainbow project
file (.rnb extension) with the Save or Save As command
in the File menu. Use the Open command to load an
existing project.
Rainbow offers a set of pre-defined utilities, but you can also build and run your own pipelines. To do this, use the Edit / Execute Pipeline command in the Utilities menu.
You can also use Rainbow from the command line. See the Command Line section for more details.
You can use projects between platforms. For example save a project in Windows, copy the project file and its dependencies to Linux and use it there. There are, however, a certain number of restrictions for such projects.
While when saving the project file Rainbow converts all file separators in relative paths as '/' and convert them back to whatever the normal separator is for the given platform is when loading the project file back. But it falls to the use to take the following steps:
${ProjDir}
variable if possible, and use the '/' file separator.Most projects following those guidelines should be portable from one platform to the other.