Rodin Platform 2.4 Release Notes: Difference between revisions
imported>Nicolas |
imported>Nicolas |
||
Line 35: | Line 35: | ||
* To enhance your proving experience, the eclipse font settings (size, aspect...) are available from the preferences (General > Appearance > Colors and Fonts > Rodin). These settings allow you to modify the properties set on the Event-B Keyboard Text Font which is used in many views of the Proving UI. However, to enjoy these functionnalities, you need to install the Brave Sans Mono font on your system. You can download this font from the link [http://sourceforge.net/projects/rodin-b-sharp/files/Font_%20Brave%20Sans%20Mono/0.12/ here]. | * To enhance your proving experience, the eclipse font settings (size, aspect...) are available from the preferences (General > Appearance > Colors and Fonts > Rodin). These settings allow you to modify the properties set on the Event-B Keyboard Text Font which is used in many views of the Proving UI. However, to enjoy these functionnalities, you need to install the Brave Sans Mono font on your system. You can download this font from the link [http://sourceforge.net/projects/rodin-b-sharp/files/Font_%20Brave%20Sans%20Mono/0.12/ here]. | ||
* Linux: the internal browser does not work with xulrunner-2.0 (for instance, it causes the welcome page to display a link instead of a html page); xulrunner-1.9.x must be installed. | * Linux: the internal browser does not work with xulrunner-2.0 (for instance, it causes the welcome page to display a link instead of a html page and the '''Pretty Printer''' does not work); xulrunner-1.9.x must be installed. | ||
* Windows 64-bit: | |||
: Atelier B provers work more slowly; it can cause ML to not automatically discharge some sequents that it discharges on windows 32-bit, due to its timeout. A workaround is to download a custom profile: [http://sourceforge.net/projects/rodin-b-sharp/files/DefaultAuto_ML800 DefaultAuto_ML800], then Window > Preferences > Event-B > Sequent Prover > Auto/Post Tactic > Profiles (tab) > Import..., point to the downloaded file, 'Select All' profiles (there are 2), OK. Then in 'Auto/Post Tactic' tab, select 'Default Auto Tactic Profile (ML 800)' profile for auto-tactics. It is the same as the 'Default Auto Tactic Profile', except ML has a longer timeout (800 ms). You can of course change this timeout by editing the 'ML (800)' profile. | |||
: We have not noticed this problem for Linux 64-bit, nor for other platforms; however if you do, the same workaround applies. | |||
== Installing == | == Installing == |
Revision as of 15:57, 1 February 2012
What's New in Rodin 2.4?
From this release on, the Rodin platform is also provided for 64-bit Windows and Linux OSes.
- Modelling
- Rodin Editor: the Rodin Editor is now part of the Core Platform as the default editor for machines and contexts. The older structured editor is still there though.
- Building
- proper build: the builder now systematically deletes temporary files (*.bcm_tmp and alike); these files were a source of many troubles in further builds
- Proving
- Type Environment View: this new view shows the type environment for the current node of the proof (free identifiers and their type). It is accessible through "Window > Show View > Type Environment"
- Proof Simplification: once proofs are complete, they can be automatically simplified, by removing unneeded steps (mostly: unused inference by post tactic); this feature is however disabled by default, you can enable it by "Window > Preferences > Event-B > Sequent Prover > Simplify complete proofs when saving"
- Auto Tactic: a new tactic combinator 'Attempt after Lasso' is available in Auto Tactic profile editor.
- Import/export profiles: from the tactic preference page, profiles can be exported and imported to/from the file system
- Preference Scope: the shorcut to Auto Tactic Preference in Proof Control now indicates whether the current project has specific tactic settings or uses the global workspace settings
- Changes for plugin-developers
- switch to Eclipse 3.7.1 (no impact expected)
- new XProver API: external prover providers can now extend XProverReasoner2 along with the ISimpleSequent framework. ProcessMonitor also provides a wrapCommand method to properly handle external prover process interruption.
Requirements - Compatibility
- Configuration
- Linux 32-bit
- Linux 64-bit
- Windows 32-bit
- Windows 64-bit
- Mac 64-bit
- You need to have a Java JRE (6.0 or later) installed on your computer. The Rodin product will not work with a previous version.
- To enhance your proving experience, the eclipse font settings (size, aspect...) are available from the preferences (General > Appearance > Colors and Fonts > Rodin). These settings allow you to modify the properties set on the Event-B Keyboard Text Font which is used in many views of the Proving UI. However, to enjoy these functionnalities, you need to install the Brave Sans Mono font on your system. You can download this font from the link here.
- Linux: the internal browser does not work with xulrunner-2.0 (for instance, it causes the welcome page to display a link instead of a html page and the Pretty Printer does not work); xulrunner-1.9.x must be installed.
- Windows 64-bit:
- Atelier B provers work more slowly; it can cause ML to not automatically discharge some sequents that it discharges on windows 32-bit, due to its timeout. A workaround is to download a custom profile: DefaultAuto_ML800, then Window > Preferences > Event-B > Sequent Prover > Auto/Post Tactic > Profiles (tab) > Import..., point to the downloaded file, 'Select All' profiles (there are 2), OK. Then in 'Auto/Post Tactic' tab, select 'Default Auto Tactic Profile (ML 800)' profile for auto-tactics. It is the same as the 'Default Auto Tactic Profile', except ML has a longer timeout (800 ms). You can of course change this timeout by editing the 'ML (800)' profile.
- We have not noticed this problem for Linux 64-bit, nor for other platforms; however if you do, the same workaround applies.
Installing
Upgrading from Rodin 2.3.x
Use rodin-2.4-repo.zip:
- download archive rodin-2.4-repo.zip
- launch Rodin 2.3.x
- Help > Install New Software... > Add... > enter a name (for instance "Rodin 2.4") then
- Archive... > select the rodin-2.4-repo.zip archive
- Mac users may have to use Local... then point to archive root directory, in case the archive was automatically unzipped
- set options in the bottom of the page:
- check
- "Show only the latest versions of available software"
- "Hide items that are already installed"
- uncheck
- "Group items by category"
- "Contact all update sites..."
- check
- the central area should now list many entries
- select "Rodin Platform", click "Next"
- a message informs "Your original request has been modified. See the details."
- "Rodin Platform" is already installed, so an update will be performed instead.
- click Next, accept license, finish and restart
Downloading
External plug-ins
Rodin Update Site
Plug-in name | Version | Status | MCV* | Release Date | Contact | Additional info | |
---|---|---|---|---|---|---|---|
UML-B | 2.2.0 | available | 9th Feb. 2011 | ||||
UML-B Statemachine Animation | 1.1.0 | available | 15th Feb. 2011 | Compatible with UML-B 2.2 and ProB 2.1. | |||
Event-B EMF framework | 3.5.3 | available | 17th Oct. 2011 | Users should not need to install this framework. It will be installed automatically by other plug-ins as required. | |||
Event-B EMF support for extensions | 1.0.3 | available | 17th Oct. 2011 | Users should not need to install this framework. It will be installed automatically by other plug-ins as required. | |||
Isabelle for Rodin | available | 2.x.x | |||||
Rose | 1.3.0 | available | 25th Aug. 2011 | ||||
Records | 1.0.1 | available | This release includes EMF and Refactory support for records. | ||||
Teamwork | available | ||||||
Shared Event Composition | 1.4.0 | available | 26th June 2011 | Compatible with Rodin 2.2.x. When project or machine is changed in the included section, the modification is propagated for the combined events. | |||
Refactory | 1.2.0 | available | 29th June 2011 | Version compatible with Rodin 2.2.x. More accurate monitor progress bar. Optimised rewriting of freeIdentifiers when renaming variables and constants. Added an additional wizard step corresponding to the indexer update (avoids the platform to hang while waiting for the indexer to update). | |||
Decomposition | 1.2.2 | available | 4th July 2011 | Compatible with Rodin 2.2.x. Optimisation: parameters not used in a decomposed event are not created at all. | |||
Project Diagram | 1.0.0 | not checked | |||||
Relevance Filter | 1.1.1 | available | 2.x.x | ||||
Theory Plug-in | v1.0 | not available | 2.2 | 8th July 2011 | Compatible with Rodin 2.2 only. | ||
Code Generation Feature | 0.2.2 | available | 22nd Mar. 2012 | ||||
SMT Solvers | 0.8.0 | available | 2.4 | 17th Feb. 2012 | Yoann Guyot or Laurent Voisin | ||
Qualitative Probability | 0.2.1 | available | 2.3.x | 23rd November 2011 | |||
B2Latex export | 0.5.3 | available | 2.4.x | 16th April 2012 |
B Method Update Site
Plug-in name | Version | Status | MCV* | Release Date | Contact | Additional info | |
---|---|---|---|---|---|---|---|
Atelier-B provers | 2.0.1 | available | 2.4.x | 5th Oct. 2011 | Read the instructions concerning 64-bit compatibility : here |
Other Update Sites
Plug-in name | Version | Status | MCV* | Release Date | Contact | Additional info | ||
---|---|---|---|---|---|---|---|---|
AnimB | available | Christophe Métayer | Use the update site http://www.animb.org/updatesite | |||||
Camille | 2.1.5 | available | 2.1.5 | 27th July 2011 | Michael Jastram | Use the Camille update site. http://www.stups.uni-duesseldorf.de/camille_updates Warning: You should not edit models using other plug-ins. You might lose data contributed by plug-ins to the model. | ||
Modularisation | not available | 2.x.x | Use the update site http://www.iliasov.org/modplugin | |||||
Group refinement | not available | 2.x.x | Use the update site http://iliasov.org/refplugin | |||||
Flows/Use case extension | not available | 2.x.x | Use the update site http://iliasov.org/usecase | |||||
ProB | 2.3.0 | available | 2.4.x | 01/20/2012 | Jens Bendisposto | Use the ProB update site. http://www.stups.uni-duesseldorf.de/prob_updates The Plug-in includes BMotion Studio | ||
ProR | 0.2.0 | available | 2.x.x | 30th April 2012 | Michael Jastram | Update site: http://www.stups.uni-duesseldorf.de/pror_updates/ Project web site: http://eclipse.org/rmf/pror | ||
MBT plugin | 2.0 | available | 2.3.x | 5th of March 2012 | Alin Stefanescu | Use the update site http://fmi.upit.ro/mbt_plugin | ||
Mode/FT Views | 1.0.2 | available | 2.4.x | 4th July 2011 | Ilya Lopatkin | Update site: http://rodinmodeftview.sourceforge.net/ | ||
Transformation patterns | 1.0 | not available | 2.x.x | 4th July 2011 | Ilya Lopatkin | Update site: http://rodinmodeftview.sourceforge.net/ | ||
VHDL code generator | 2.0.4 | available | 2.x.x | 12th March 2012 | Sergey Ostroumov | Update site: http://www.eventb-to-vhdl.tk/ |
*MCV stands for the Rodin's Maximum Compatible Version
Known plug-in incompatibilities
It unfortunately might exists some incompatibilities between plug-ins. This list might be non exhaustive and is updated accorded to user experiences. If you encounter some conflict while installing or using plug-ins, please send a mail to the Rodin User List or feel free to complete the following table.
Plug-in name | Incompatible with |
---|
Fixed Bugs and Implemented Feature Requests
Known Issues
ClassCastException when uninstalling a feature: this is a known eclipse bug [1]
Disclaimer
Since Rodin is continuously maintained, several unsoundness bugs which have been encountered were investigated and fixed. However, despite the total commitment of our teams to insure the soundness of the platform, some unexpected and unknown soundness issues could remain. We would be grateful if you would report these issues to the development mailing list.
About
Rodin Platform up to r14093.
Developer Release date : 2012/01/12.
User Release date : 2012/01/31.