Creating a New Project

  1. From Eclipse, select ‘File -> New Project…’.

  2. In the ‘New Project’ window, select ‘Claret -> Claret Project’ and hit ‘Next’ button.

    New Project

  3. In the ‘New Template Project’ window, type an name in the ‘Project Name’ field and hit ‘Finish’ button.

    New Project

  4. The project is created with a new specification file called ‘MySpec.claret’ in the ‘src’ folder. Rename it to a better name and replace the content with your use cases.

    new-project

  5. The ‘Package Explorer’ window shows all files and folders from your project:

    new-project

  6. The ‘Outline’ section shows all nodes from the system:

    new-project

  7. The auto-complete (Ctrl + P) feature lists the expected options in context:

    new-project