Skip to content

Regression: Output to stdout does not work anymore #619

@clementval

Description

@clementval

Before the new driver, one could call clawfc without an output file or an output directory and the resulting transformed file would be output on the stdout. This does not work anymore:

Exception in thread "main" java.lang.Exception: Either output file or output dir must be specified
	at clawfc.Driver.verifyOutputDir(Driver.java:1619)
	at clawfc.Driver.verifyOptions(Driver.java:1746)
	at clawfc.Driver.run(Driver.java:90)
	at clawfc.Driver.main(Driver.java:67)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions