Versions Compared

Key

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

...

Code Block
$> ls -lrt ./log
ls: ./log: No such file or directory

$> ./mettleci s2px convert \
   -source-dsx MyProject.dsx \
   -target-dsx MyProjectConverted.dsx \
   -config MyProject.yaml
MettleCI Command Line (build 133)
(C) 2018-2022 Data Migrators Pty Ltd
Loading configuration
Preprocessing 'MyProject.dsx'
Converting shared containers
Converting jobs
Decomposing ACT_ST_9109_SET_INITIAL_XML_STRUCTURE
Translating ACT_ST_9109_SET_INITIAL_XML_STRUCTURE
Decomposing ALT_OkavoKUBA_DB_4KB_PRPx_migration
Translating ALT_OkavoKUBA_DB_4KB_PRPx_migration
<SNIP>
Decomposing ZVertissPKVTeil2Ab201909_wegwerfenPx_migration
Translating ZVertissPKVTeil2Ab201909_wegwerfenPx_migrationPxP01
Generating C headers and template functions
Done.

$> ls -lrt log
total 264
-rw-rw-r--@ 1 johnmckeever  staff  104559 12 Jul 17:33 stdout.log         # 104 KB

$> ./mettleci s2px convert \
   -source-dsx MyOtherProject.dsx \
   -target-dsx MyOtherProject.dsx \
   -config MyOtherProject.yaml
MettleCI Command Line (build 133)
(C) 2018-2022 Data Migrators Pty Ltd
Loading configuration
Preprocessing 'MyOtherProject.dsx'
Converting shared containers
Converting jobs
Decomposing ALT_OkavoKUBA_DB_4KB_PRPx_migration
Translating ALT_OkavoKUBA_DB_4KB_PRPx_migration
<SNIP>
Decomposing Zeit_Lauftest
Translating Zeit_Lauftest
Decomposing Z24_HCK_SAS_Tabellen_aufbereiten
Translating Z24_HCK_SAS_Tabellen_aufbereiten

$> ls -lrt log
total 520
-rw-rw-r--@ 1 johnmckeever  staff  209118 12 Jul 17:38 stdout.log         # 209 KB

$> # You can see above that file ./log/stdout.log was created and appended