Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionDescription
[ -v --verbose ]

Use this option for detailed output from the ultra command.

[ -h --historic-only ]

Use this option to only include historic formats in the export.

Note

This option is not applicable for the import command.


export

Use the export command to write Ultra formats on the system to disk. These will be stored in a JAR file that contains the Ultra class definitions. 

...

Note
titleNote!

The export command cannot overwrite an existing export file.

Import

Use the import command to import Ultra formats from disk. For each Ultra format (class) in the specified JAR file, the command will perform the import if the format is not already present in the Code Server. If a format in the JAR file is historic or not does not matter during import, since it will be considered historic in the target system.

Info
titleExample - Importing Ultra formats


Code Block
MZ>> ultra import /home/user/mz/ultra/ultraexport.jar


List

Use the list command to list Ultra formats on the system.

Info
titleExample. Listing Ultra formats


Code Block
$ ultra list 




Note
titleNote!

If an empty list field disappears when the ascii encodes, you need to set a system property called mz.ultra.terminator.backcomp. If set to true, empty list fields do not disappear and backward compatibility is preserved from version 8.1.7.0 and later versions.

To set this up, do the following:


Return Codes

Listed below are the different return codes for the ultra command:

CodeDescription

0

Will be returned if the command was successful.

1

Will be returned if the command could not be interpreted, e g if a option that does not exist has been entered.

2

Will be returned if the input file is not found or if the output file already exists.


Panel
titleNext:

2.2.37 unregister