table of contents
- unstable 0.44.15-1+b3
EAR(1) | Ecere SDK/eC Compiling Tools | EAR(1) |
NAME¶
ear - Ecere Archiver
SYNOPSIS¶
ear command[command-options] archive required-parameters
Extraction Commands:¶
v (View) archive [archive-paths...]
Archiving/Cleanup Commands:¶
Add w (e.g. aw) for specifying an archive-dest-path at the end
Add f (e.g. af) for packing the contents of folders input-paths at the root of the archive
Create a self-extractable archive out of an existing archive
Create a new self-extractable archive and add files
DESCRIPTION¶
ear is an archiving tool for manipulating Ecere Archives.
Compression is currently provided by ZLib. We hope to add support for other compression algorithms and archive formats (e.g. .zip, .7z, .tar.gz, .tar.bz2) in the future to both the Ecere runtime library and ear.
ear can pack files at the end of existing files (e.g. binaries), which is the basis for the Ecere resources functionality. The Ecere runtime library supports accessing such resources from the executable as well as imported modules (shared libraries).
The Ecere File manipulation API (which is used by all APIs taking in a file path) understands resources paths with the general format: "<archive>path/to/file".
Resources from imported modules can be accessed as: "<:module-name>path/to/file".
Resources embedded within the application itself can be accessed as: "<:>path/to/file" or simply ":path/to/file"
Resources can be emdedded inside applications and modules from the Project View's Resources node in the Ecere IDE.
OPTIONS¶
Compression Options (Add, Refresh and Update)¶
Miscellaneous Options¶
August 2012 | ear |