Create an OpenEdge Application Archive using tcman export
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PAS for OpenEdge supports an application packaging strategy where an ABL application and its components are packaged as an OpenEdge Application Archive (OEAR).
For more information about ABL applications, see OpenEdge Application Archive Structure and ABL applications.
tcman export command on the ABL application. For
example:
|
tcman export command runs a series
of Ant Tasks to produce an oepas1.oear file in the
directory where the command is run.The tcman export
command includes a number of options which are described in the Export an ABL application (export) syntax
and usage topic.
-full
property, which specifies a full export of oeabl.war-based web applications as WAR files
and is shown in the following example:
|
If the -full option is present, all
oeabl.war-based web applications are exported in full as WAR files (for example,
ROOT.war). Otherwise, the tcman export script runs a
diff-check on each oeabl.war-based web application against oeabl.war and only includes
files modified or added into a zip file for each web application.
To learn about deploying an OpenEdge Archive file, see Deploy an OpenEdge Application Archive using tcman import.