GBS Logo HELP HOME Generic Build Support (GBS) - User Manual
Exporting Deliverables Bottom Doc. Button
Release RMC-06.02
(2024-04-29)


- Home
Getting Started
- Quick Start
- Release Notes
- Install Notes
- Create a GBS-WA/System
- FAQ
- Terms and Conditions (The Fine Print)
Basics
- Definitions & Acronyms
- Introduction
- Top Level Directory Structure
- Full Directory Structure
- Handling SubSystems & Steps
- Procedures
- Software Configuration Management Support

Manual Pages
- The Command-Line Interface
- All Commands
- The gbssys... Commands
- Generating Code (Building)
- Libraries & Executables and Testing
- Exporting Deliverables
- Auditing
- Customisations (Session)
- Customisations (User)
- Customisations (Admin)
- Integration with other Tools
- Plugins (Admin)
- Environment Variables (EnvVars)
User Files
- The GLKBT (glk/glb/glt) Files
Internal (.gbs) Files
- GBS Files - General
- audit.gbs
- broadcast.gbs
- build.gbs
- export.gbs
- flags_*.gbs
- subsys.gbs (.bat/.sh)
- incs_*.gbs
- owners.gbs
- sca_*.gbs
- scope.gbs
- site.gbs (.bat/.sh)
- steps.gbs
- switch.gbs (.bat/.sh)
- system.gbs
- tool.gbs
Various
- Development
- About
- Metrics Help

Full Documentation
- All Docs - Printable


Description Bottom Doc. Button Top Document Button Down Section Button Blank

The gbsexport command Bottom Doc. Button Top Document Button Blank Blank Blank Blank

The gbsexport command is used to copy files from Components and/or Gen or SubSystem to the export-directories:

  • The export-directory
    Here the final product(s) will be placed.
  • The res/SubSystem-directory
    Here the items needed by other SubSystems will be placed.
gbsexport will process the export.gbs files in the Component directories do determine what must be exported (copied to the export and/or res/subsys directory).

The presence of an export directory determines copy to export.
The presence of a res/SubSystem directory determines the copy to res.
Components not containing a bld/$GBS_BUILD directory will be skipped.
During copy the file dates are preserved.

The creation of (msi) install programs is also supported in this command
The syntax of the command can be found here.
The description of the export.gbs file can be found here.

gbsexport.html