Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 347 Bytes

File metadata and controls

13 lines (7 loc) · 347 Bytes

BPMN-SchemaValidator

Generate a Runnable .jar file

Import Project from Folder --> Export BPMNSchemaValidator.java as a Runnable jar file

args[0] = resources folder

args[1] = source folder with .bpmn models

args[2] = destination path

java -jar BPMN-SchemaValidator.jar PathToResourceFolder PathToSourceFolderWithBPMNModels DestinationPath