cruise.umple
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
cruise.umple is the core directory for the source code of the Umple compiler and related model-oriented development technology 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. Never modify these files and never commit them to version control. To learn more about key files in this directory, see http://architecture.umple.org Items marked * are generated by the build process, but are version controlled as well. The reason for this is that we build Umple with itself, and we want to be able to always compile Umple with an earlier stable version of the compiler. Never modify any of these items. Subdirectories: bin *** Contains .class files as produced by Java, plus some other data files that are copied over from other directories. src Umple code for Umple plus some files in other formats such as .grammar containing the grammar of Umple and .error containing descriptions of various types of error messages to be generated. IMPORTANT: Umple is written in itself. Add new files here and give them .ump suffices Note that much functionality is split into two files xx.ump - the model (independent of destination programming language) xx_ code.ump - methods written in Java that accesses the model API This is the most important directory in the system. src-gen-jet * Code generated by Jet for the code generators, copied here by build scripts For the source used to generate these see ../UmpleTo*/templates/*.jet Code here should never be manually modified. Code here, however, must be updated whenever jet code is updated in umpleTo*/templates/*.jet Note also that files are also found in umpleTo*/src src-gen-umple * Code generated by by Umple itself for Umple. Never to be modified src-uigu2 * Default code for the User Interface Generator for Umple, to be copied to the .jar package (in cruise.umple.compiler.uigu2.files) at compile time. test All the unit tests for Umple