kbss-cvut / bpmn2stamp

1 stars 0 forks source link

Parameter --output-files-prefix should be possible to override by --output-bbo-file #28

Closed blcham closed 2 years ago

blcham commented 2 years ago

When running :

bpmn2stamp.sh --baseIri http://onto.fel.cvut.cz/ontologies/processes/ucl/dozor-nad-provozovateli-letist --input-bpmn-file bpmn/dozor-nad-provozovateli-letist.bpmn --input-org-structure-file ./organization-structure/dozor-nad-provozovateli-letist--organization-structure.xml --input-actor-mapping-file ./actor-mapping/dozor-nad-provozovateli-letist/_5hfEoGOxEeqMGrfQf_dPDA.xml --output-files-prefix dozor-nad-provozovateli-letist --output-bbo-file dozor-nad-provozovateli-letist-bpmn.ttl

It gives me error:

Both arguments -obbo(--output-bbo-file) and -ostamp(--output-stamp-file) required. Alternatively use argument -oprefix(--output-files-prefix)
For help use argument -h or --help

I suggest that arguments: --output-files-prefix dozor-nad-provozovateli-letist --output-bbo-file dozor-nad-provozovateli-letist-bpmn.ttl

can work together where --output-bbo-file is the one that takes precedence over --output-files-prefix dozor-nad-provozovateli-letist.