User Tools

Site Tools


eiffel:starter

This is an old revision of the document!


Void Safe Starter Project estudio17.05

estudio17.05 does not create a void-safe project by default (later versions may do so). Instead of using the Settings in the IDE, you may use a script eiffel-new to create a Void safe project that will include ESpec unit testing and Mathmodels libraries.

On Prism Workstations or the SEL-VM

The script queries what name you would like for your project (e.g. calendar):

red> eiffel-new 
New Eiffel void-safe project name: calendar
red> ls
calendar

The new project is in the folder calendar.

estudio17.05 calendar/calendar.ecf&

Download

Alternatively, you may download the following zip file:

Eiffel 17.05 Void Safe Starter Project

If you unzip it you will see

starter17.05/
├── eiffel-new
└── project
    ├── model
    ├── project.ecf
    ├── root
    │   └── root.e
    └── tests
        └── tests.e

eiffel-new is a python3 script (make sure it is executable) that will change the name project to one of your choice (say calendar).

> ./eiffel-new 
New Eiffel void-safe project name: calendar

Assuming python3 is installed on your system, the new name of the project will be calendar.

calendar
├── calendar.ecf
├── model
├── root
│   └── root.e
└── tests
    └── tests.e

MathModels

You may obtain the Mathmodels library by logging in as anonymous at:

eiffel/starter.1514784259.txt.gz · Last modified: 2018/01/01 05:24 by jonathan