Closed severinsimmler closed 4 years ago
I guess this PR is related to #23. The configs folder is expected in the current directory, which makes such a command impossible:
configs
$ java -Xmx4g -jar ddw-0.4.6/ddw-0.4.6.jar -input corpus -output .
Using the absolute path to configs (which must still be relative to the JAR file) allows you to be anywhere. Or am I missing something?
This is also related to https://github.com/DARIAH-DE/Topics/issues/72. The tests fail because of the missing config files.
I guess this PR is related to #23. The
configs
folder is expected in the current directory, which makes such a command impossible:Using the absolute path to
configs
(which must still be relative to the JAR file) allows you to be anywhere. Or am I missing something?