Subversion Repositories DevTools

Rev

Rev 315 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#-------------------------------------------------------------------------------
#   Documentation
#

=pod

=for htmltoc    CORE::

=head1 NAME

JATS Installation Notes

=head1 SYNOPSIS

Full Installation instructions are provided in L<MASS-00164 Installing and
Using JATS>.
This documentation serves as a short reminder.

The JATS wrapper script is invoked via a machine specific script. This is 
B<jats.bat> under Windows and B<jats.sh> under Unix. The startup script
contains sufficient information to startup the main, and common, JATS
program. The script specifies the environment on the machine and should not
affect the target build environment. It also isolates the JATS version changes
from the user.

=over 8

=item Windows

The startup script B<jats.bat> is intended to be user configured. It should be
copied into the users path and modified. It is intended that the script will not
change from version to version of JATS.

=item Unix

The startup script B<jats.sh> should be consumed directly from the JATS
installation. It is not intended to be user configured as configuration is
perform on a machine-wide basis.

A software link from C</bin/jats> to C<JatsInstalledDir/TOOLS/jats.sh> should be
created.

=back

=head1 RELATED DOCUMENTATION

=over 0

=item   * L<OverView|POD::OverView>

=item   * L<EnvVars|POD::EnvVars>

=back