You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 thestdout
. This does not work anymore:The text was updated successfully, but these errors were encountered: