Kevin Brightwell
Kevin Brightwell
An overview of what needs to be done on this issue: Papyrus projects require 3 files: model.di, model.uml, and model.notation. The model file describes the UML objects, associations, properties, etc....
I have commit a patch with regards to this issue: https://code.google.com/p/umple/source/detail?r=4777 To update the state of this issue and the previously outlined steps I listed: The generator properly generates Papyrus...
This issue will need further work. What is complete: 1) Papyrus Generation for classes and simple assocations is functional. Simple state machines can also be drawn. Generated diagrams can be...
The papyrus plugin code has been submitted as commit https://code.google.com/p/umple/source/detail?r=4826 Note: The plugin code is currently disabled. To implement it, uncomment the indicated ExtensionPoint in "cruise.umple.eclipse/plugin.xml". It is clearly labelled....
Reported by @aforward on 2015-01-18 19:26:02 - **Owner changed**: `jzwiep`
Reported by `jzwiep` on 2015-01-18 19:28:31 - **Labels added**: ucosp
Reported by `jzwiep` on 2015-04-13 04:40:50 - **Owner changed**: @umple - **Labels added**: Diffic-Easy
Java 7 (8?) added the [javax.json](http://www.oracle.com/technetwork/articles/java/json-1973242.html) packages. If each generator provides it's own solutions, that'd probably be best. Solving recursive models requires some form of "cached" identifier, the `objectId` approach...
Reported by @umple on 2014-03-21 18:38:30 - **Status changed**: `Accepted` - **Labels added**: Component-Examples
This is a fairly trivial process, but requires knowledge of Ant. This tutorial[1](http://www.tutorialspoint.com/ant/ant_extending_ant.htm) shows a simple setup to create custom tasks. These tasks are then shipped in a separate jar...