UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

RoboCert textual plugins

This repository contains the parts of the RoboCert prototype that are not the metamodel. This includes, as the name suggests, the textual editor; temporarily, it also contains the unit tests and CSP generator.

This is pre-release material. We greatly appreciate any suggestions, comments, and issues.

Dependencies

How to build and run

Please inform us of any build failures.

Maven

  1. $ mvn clean install

Known issues:

Eclipse

  1. Right click robostar.robocert.textual/src/robostar.robocert.textual/GenerateRoboCert.mwe2
    1. select 'Run As' > 'MWE2 Workflow'
  2. To run:
    1. Right click robostar.robocert.textual.parent
      1. select 'Run As'
      2. double click 'Eclipse Application'
    2. Select the new configuration
      1. click 'Run'

Protocol for updating the tool

Whenever updating the tool, follow these steps:

  1. Perform regression testing
  2. Change the language reference manual

When the tool manual is created, there will be a further step to change that, too.

If changes to documentations are not possible immediately, create issues indicating exactly what needs to be done.