Issue with pulled vocabularies in 'build' folder. #22
joegregoryphd
started this conversation in
General
Replies: 1 comment 1 reply
-
I think your project dependencies unintentionally picked up the new OML 2.0 dependencies. Make sure your dependencies on core-vocabularies is 3.+ and if you used imce-vocabularies then use 3.+. Find those in the grade build file. Also in buildScript section make sure all io.opencaesar tools dependencies are 1.+ versions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the 'omlDependencies' task, the default IMCE vocabularies in the 'build' folder of an OML project now contain errors.
This looks like an issue with the subclass notation.
e.g., in the 'XMLschema.oml' file, the following definition is included:
but this should be:
This error propagates through all dependencies.
Beta Was this translation helpful? Give feedback.
All reactions