CLI for Eclipse plugins for CI/CD integration
It is desired to develop command-line interface (CLI) for the Eclipse plugins to be able to integrate Titan Java projects (i.e. use the Titan Java compiler) into CI/CD pipelines. Besides, the team's own interest is to be able to run the regression tests in Jenkins.
Steps:
- [x] Import project to the workspace of Eclipse IDE
- [x] Build project that exists in the workspace
- [x] Export into JAR: if the project is properly configured (on GUI), this should work
- [x] Execute the project
- [x] CLI for Java based Main Controller
- [x] Execute using JAR
epic