-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
98 lines (73 loc) · 4.53 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
This is the main directory for various Umple subprojects and components.
Umple is a model-oriented programming technology. It allows developers to embed modelling concepts (e.g. associations, state machines), patterns and other abstractions in traditional code, and vice versa. It generates high quality code for Java, C++ and PhP (and can be embedded in or embed these), as well as diagrams, metrics and many other artifacts.
Umple is developed in itself, guaranteeing robustness, hence the Umple compiler has to be distributed with the source (in the releases directory).
Development follows a model-driven, test-driven, agile, continuous-integration process. Umple is hosted currently on Google Code at http://code.umple.org. It is mirrored on Github at https://github.com/umple/Umple and at SourceForge at https://sourceforge.net/projects/umple/
Umple has been largely developed as a research project at the University of Ottawa, Canada, by numerous PhD and masters students, Many undergraduates from across Canada have also contributed. See the license file for the list of contributors.
More details can be found as follows
* Umple home page: http://www.umple.org
* Umple user manual: http://manual.umple.org
* Download page: http://dl.umple.org
* Live diagram of the metamodel: http://metamodel.umple.org
* Architecture: http://architecture.umple.org
The items below are in alphabetical order.
Items marked *** are created by the build process only and are not version controlled.
They are referenced here so that people can better understand the hierarchy of files whether or not they have built the system.
build
Ant build scripts and related information
reference
The user manual source oages, used to create the user manual
cruise.umple -> The main Umple compiler
See its own ReadMe.txt for further details
See also UmpleTo* below for additional compiler components
cruise.umple.eclipse
cruise.umple.xtext.ui
Code for the Eciipse plugins
cruise.umple.nebula
New code generation infrastructure used for real-timeC++
dev-tools
Scripts and other tools used to help developers of Umple itself
dist ***
Main products to be distributed after a build
cruise.umple/reference - the user manual (needs also some umplewww pages)
qa - test reports
umple.jar - main command line compiler - the latest also stored in releases
umpledocs.jar - generates the user manual
umplestats.jar - generates statistics
umplesync.jar - used by UmpleOnline to synchronize graphical form
vml.jar - an extension for variability modeling
examples
Examples of Umple that the Umple team itself is managing
externalexamples
Products that use Umple that we have allowed to be managed here
The idea is that they serve as extra tests
ExternalTextEditrPlugins
plugins to text editing tools to allow them to do syntax highlighting with Umple or other more sophisticated Umple operations
jopt-simple
Fork of one of the very few packages (MIT-licensed) where we have borrowed code from others
See http://pholser.github.io/jopt-simple/
lib
Elements the Umple build depends on
releases
Historical and current versions of the Umple compiler
sandbox
testbed -> Major testing examples
testbed_php
testbed_ruby
UmpleToJava -> Code generation for Java
UmpleToPhp -> Code generation for Php
UmpleToRuby -> Code generation for Ruby
UmpleToRTCpp -> Code generation for C++
UmpleTCpp -> Code generation for alternative C++ - not yet ready
UmpleToSDL -> Code generation to convert Umple to SDL
UmpleToSql -> Code generation SQL from Umple models
UmpleToTemplate -> Template for creating new code generation subprojects
umpleonline -> The UmpleOnline web application, which allows generation of code
from Umple directly in a web browser, and also editing of Umple both graphically
and textually. This is online at http://try.umple.org
umpleUI*
Projects for the UIGU tools for generating a UI from Umple
These need work to incorporate them into UmpleOnline
umplewww -> Core files from the Umple.org web pages, such as the user manual
these are moved at build time into their appropriate places
Umplificator
Software being created to reverse engineer code to Umple