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
Riseclipse has a commandline (end product); it contains some logic and relies on a lot of JAVA packages Riseclipse is using a lot of JAVA packages
Suggestion: Convert the logic in the commandline tool into a maven packages
Input for the maven package (to be build): OCL rules SCL file makeExplicitLinks
Output: Current output (a list of errors)
Unkown, it is a bit of magic how they use the OCL rules;
The text was updated successfully, but these errors were encountered:
Would it be possible to push Riseclipse-validator-scl-2003 to maven?
We can then rely on the maven dependency and use the main function inside RiseClipseValidatorSCL.java in our project.
Currently, we cannot run the Riseclipse-Validator-SCL-2003 locally, because some dependencies are from eclipse.
If the project is on Maven, we can then fully rely on this dependency.
Sorry, something went wrong.
Looks good to me
No branches or pull requests
Riseclipse has a commandline (end product); it contains some logic and relies on a lot of JAVA packages
Riseclipse is using a lot of JAVA packages
Suggestion:
Convert the logic in the commandline tool into a maven packages
Input for the maven package (to be build):
OCL rules
SCL file
makeExplicitLinks
Output:
Current output (a list of errors)
Unkown, it is a bit of magic how they use the OCL rules;
The text was updated successfully, but these errors were encountered: