kbss-cvut / bpmn2stamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

blcham opened this issue · comments

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.