Platform Framework
R24 AMR | Min(s) read

EAR File Builder

This section shows the syntax of generating the necessary EAR file for TAFJ and Temenos Transact libraries.

This section is only specific to WebLogic Application Server.

You need to run the tEARFilebuilder.sh/bat utility that is available in the TAFJ_HOME/bin directory to generate the necessary EAR file for TAFJ and Temenos Transact libraries. This utility also generates all the necessary deployment files specific to WebLogic container.

The following is the help for the tEARFilebuilder utility:

tEarFilebuilder.sh/bat -h

Usage: EarFileBuilder -name <ear-file-name> -source <jars-path> -dest <dest> -dep {optional} [dependency-spec-version] -include{optional} [jar-names]

The table below describes the arguments used in the above syntax.

Argument Description

-name

Name of the EAR file to be generated with (specification, implementation) version.

Every artefact has a version number. In this case, both are 0.0 by default when generated. Otherwise, you can generate with the desired release, for example, 201909.1 and so on.

-source

The list of folder you want to parse (os path separator between folders).

-dest

The path where you want the EAR file to be generated.

-dep <opt>

Dependency module names followed by {specification,implementation} version if any, separated with (os path separator between for more than one dependency).

-include <opt>

When specified with separate JAR names will only be included as part of EAR file from mentioned source directories, i.e. TAFJCore.jar, TAFJBasic.jar.

In the above example, the specification version is passed while generating EAR file name along with the dependency name and specification version.

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:03:01 PM IST