We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
after moving from 1.4.0 to 1.5.0 I get an error when calling the validator
java.lang.IllegalArgumentException: No repository location for scenario definition 'default_1'
I call the validator in this form
java -jar "./validationtool-1.5.0-standalone.jar" -s "./scenarios.xml" "./xrechnung.xml"
Do you have any idea what this could be?
Regards.
The text was updated successfully, but these errors were encountered:
Hi, with 1.5.0 you have to specify the -r(epository) option with the path where the validation files are stored. s. auch #112
Sorry, something went wrong.
much thanks for your help. I tried that and it fixed by "problem".
Regards
No branches or pull requests
Hi,
after moving from 1.4.0 to 1.5.0 I get an error when calling the validator
java.lang.IllegalArgumentException: No repository location for scenario definition 'default_1'
I call the validator in this form
java -jar "./validationtool-1.5.0-standalone.jar" -s "./scenarios.xml" "./xrechnung.xml"
Do you have any idea what this could be?
Regards.
The text was updated successfully, but these errors were encountered: