JUCMNavRelease221 - JUCMNAV/projetseg-update GitHub Wiki
![](https://github.com/JUCMNAV/projetseg-update/wiki/img/LogoFinal.gif)
- In Eclipse: Help, Software Updates, Find and Install, Search for new
features to install, New remote site:
- Name: jUCMNav
- URL: http://jucmnav.softwareengineering.ca/jucmnav/updatesite/
-
Download v2.2.0
here
(jar).
- <font color=red>Make sure your browser doesn't rename the .jar file to .zip or anything else.</font>
- Other files (src, javadoc)
- Windows XP (tested) :check:
- Linux (tested) :check:
- MacOS X (tested) :check:
- Any other O/S on which you can run Eclipse (currently untested - please report your success)
- For more in-depth information and a guide about installation of prerequisites, see DevDocDeployment.
- Eclipse
- jUCMNav 2.2 requires Eclipse 3.2
- We recommend you download the Eclipse SDK.
- The Graphical Editing Framework
- jUCMNav 2.2 requires GEF 3.2
- We recommend you download the SDK or runtime.
- This can be installed through the Eclipse update function, select the "Callisto discovery site" update site already listed.
- The Eclipse Modeling Framework (EMF and SDO)
- jUCMNav 2.2 requires EMF/SDO 2.2.0
- We recommend you download the SDK or runtime, but make sure you get EMF and SDO; the plugin will not work otherwise.
- This can be installed through the Eclipse update function, select the "Callisto discovery site" update site already listed.
- [Optional] GraphViz dot
- For autolayout purposes, you may want to download GraphViz dot.
- http://graphviz.org/Download.php
From update site:
- In Eclipse: Help, Software Updates, Find and Install, Search for new
features to install, New remote site:
- Name: jUCMNav
- URL: http://jucmnav.softwareengineering.ca/jucmnav/updatesite/
From binaries:
- Download and install all prerequisites, then copy the jar file into your /eclipse/plugins/ directory. Restart Eclipse.
- If you've installed jUCMNav from a latest build instead of an official release, make sure you remove the latest builds.
- End-user documentation is integrated with the Eclipse help system.
Access Help > Help Contents
from the Eclipse workbench, then select topicjUCMNav Online Help
.
- Send your bug reports to <a href="mailto:[email protected]">[email protected]</a>.
- Include reproduction steps, sample .jucm files and, if applicable, copy-paste the error log messages.
- If you're zealous enough, we'll create a BugZilla account for you :)
- Alpha version of scenario definitions and scenario traversal
algorithm in UCMs.
- Updated Strategies view to include Scenarios
- Can create scenario groups, scenarios, variables, variable initializations, scenario start points, scenario end points, scenario pre/post conditions.
- Can edit responsibility code in the code editor (using either Java-like notation or SDL-like syntax)
- Can edit conditions in the code editor (using either Java-like notation or SDL-like syntax)
- When scenarios are executed, problems appear in the Eclipse Problems view.
- Algorithm behaviour properties can be defined in the preferences.
- Minor bug fixes relating to GRL, Telelogic Doors DXL Export, and others
- Packaged as an Eclipse feature with another plugin:
- Import UCM from UCEd Use Case v1.0.2 (For UCEd v1.6.0 and Eclipse 3.2)
- Partial support for UCEd resumes and UCEd repeat blocks. (Don't crash on load anymore)
* BUG: Avoid including a scenario if it includes a scenario you're already including. * Traversal algorithm is still very simple, not all semantic interpretations are in their final state. * Enumerations not yet supported in the UI (backend supports them) * Hitcount is currently algorithm dependant. Some elements are artificially inflated if we pause on them. * No timer variables yet (use conditions on paths) * We want to know your suggestions for UI improvement for common tasks. * Autolayout still a prototype * User documentation not translated yet. * User documentation does not reflect integration of GRL nor scenarios. * French translation is not in synch with English.
-- Main.JasonKealey - 24 Oct 2006