$(generate)
The $(generate) command creates an intermediary XML file from modeled entities.
Syntax
$(generate) [options] filename
- options are described in Table 1.
Options
Option | Description |
---|---|
-ba
baFilePath |
Path to the BA diagram (4ba). The path of the 4ba file in the current project workspace is stored in the $(BAFilePath) project manager variable. |
-o destinationDirectory
filename |
Path of the generated XML file.
filename is the generated XML filename. Uses
the filename, replacing the extension with xml. Note:
The |
-raw |
The XML uses the raw source file format. |
--make
sourceFileNames |
Generates XML files for the file specified by sourceFileNames, but only if they have changed. |
-d
destinationDirectory |
Path of the generated XML files.
Uses the filenames, replacing the extensions with xml. Note:
The |
Usage
The $(generate) command is used in build rules for generated programs.
Predefined node variables can be used in the command.
$(generate) -ba "$(BAFilePath)" "$(InputPath)"