i Projects build
styles need to use certain files in the remote build directory so that builds
can be submitted as batch jobs. These files supply information to the batch
jobs, and also collect information as the jobs run. The workbench automatically
cleans these files whenever a connection is established between the workbench
and the server. The details about these files are only of interest to build
style developers.
If your home directory is
/home/jdoe, then your remote
build directory would be
/home/jdoe/.eclipse/RB. The following
files reside in the remote build directory:
- The file tag.data contains the next unused tag value.
- The file tag.job contains the job
name for the tag.
- The file tag.evf is the combined
event file for a build job.
- The file tag.args contains the named
argument strings for the build in Java™ property file format.
- The files tag.libl.nnn hold
the library list stack.
- The file tag.libl contains the library
list stack count.