Skip to content

X3ML Console run with Input folder does not work #136

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

Closed
ymark opened this issue Sep 19, 2019 · 1 comment
Closed

X3ML Console run with Input folder does not work #136

ymark opened this issue Sep 19, 2019 · 1 comment
Labels

Comments

@ymark
Copy link
Collaborator

ymark commented Sep 19, 2019

The executable version of X3ML Engine (console run) has an option for using a folder as input data. More specifically it is supposed to use a folder when executed with the following argument

java -jar x3ml-engine.jar -i #_folder_path ...

However, it seems that the following does not work.

@ymark ymark added the bug label Sep 19, 2019
@ymark
Copy link
Collaborator Author

ymark commented Dec 13, 2021

The flag for recursive search of files (inside the folder) was disabled.
As a result only the files of the given directory where used (if any) and the subfolders were ignored.

I re-enabled the flag, and it works properly.

From version 2.0.0 the issues will have been fixed

@ymark ymark closed this as completed Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant