Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: Output to stdout does not work anymore #619

Open
clementval opened this issue Jun 10, 2021 · 0 comments
Open

Regression: Output to stdout does not work anymore #619

clementval opened this issue Jun 10, 2021 · 0 comments

Comments

@clementval
Copy link
Collaborator

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant