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
Most certainly related to org.roda.rodain.core.ControllerUtils.validateSchemaWithoutCatch(String, InputStream) line
StreamSource streamSource = new StreamSource(schemaStream, ConfigurationManager.getRodainPath().toString());
and org.roda.rodain.core.utils.ResourceResolver.
The text was updated successfully, but these errors were encountered:
Started to solve issue #290
5509966
And having non-ASCII chars in the windows user also can be the cause.
Sorry, something went wrong.
Continuing to solve issue #290
0550ee4
Solved issue #290 by explicitly copying all the help files (mentioned…
7db2009
… in config.properties; otherwise using exe in windows would fail to copy them)
@chalkos test this extensibly on Windows please.
This has been solved (5509966, 682e3c2 & 7db2009) & tested by me in both ubuntu, mac os & windows (both jar & exe).
chalkos
No branches or pull requests
Most certainly related to org.roda.rodain.core.ControllerUtils.validateSchemaWithoutCatch(String, InputStream) line
and org.roda.rodain.core.utils.ResourceResolver.
The text was updated successfully, but these errors were encountered: