|
 |
6f7d69 |
The %{scl_name} package provides a set of commonly used Java libraries
|
|
 |
6f7d69 |
and tools for packaging Java applications. For more information
|
|
 |
6f7d69 |
about Software Collections, see the scl(1) man page.
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
Usage: scl enable %{scl} bash
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
Software Collections allow you to build and execute applications which
|
|
 |
6f7d69 |
are not located in the file system root hierarchy but instead are stored in
|
|
 |
6f7d69 |
an alternative location. The location is %{_scl_root} in
|
|
 |
6f7d69 |
case of the %{scl_name} Software Collection.
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
The primary purpose of the %{scl_name} Software Collection is to provide
|
|
 |
6f7d69 |
support for other Software Collections. These Software Collections may depend
|
|
 |
6f7d69 |
on %{scl_name} and make use of common Java libraries and packaging tools
|
|
 |
6f7d69 |
provided by this collection. The contents of this Software Collection
|
|
 |
6f7d69 |
may change without prior notice.
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
When you want to start working with the %{scl_name} Software Collection, use the
|
|
 |
6f7d69 |
scl utility to enable the SCL environment. See the scl(1) man page for
|
|
 |
6f7d69 |
usage.
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
Examples:
|
|
 |
6f7d69 |
scl enable %{scl_name} 'command --arg'
|
|
 |
6f7d69 |
Run a specific command with the argument --arg from within the
|
|
 |
6f7d69 |
%{scl_name} Software Collection environment.
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
scl enable %{scl_name} bash
|
|
 |
6f7d69 |
Run an interactive shell with the %{scl_name} Software Collection
|
|
 |
6f7d69 |
enabled.
|
|
 |
6f7d69 |
|
|
 |
6f7d69 |
Report any bugs to <http://bugzilla.redhat.com>.
|