textuml

TextUML Toolkit Documentation - Back to main page Fork me on GitHub

Contributor Guide

Note this project is migrating to Github. Old issues are still on the Sourceforge repository.

Info for testers

  1. keep the Error Log view open so you can monitor any logged errors during operation. You can also set it to activate on log events by default - it is available on the drop down menu on the top right side of the view.
  2. please report any problems you might find using the issue tracker
  3. please provide any exceptions you see (they will be in the log, and some might generate error dialogs too).
  4. attach screenshots if necessary/helpful.
  5. the documentation on the tool and notation features provide a good basis for testing.
  6. we are not only looking for error reports, but general feedback too. Feel free to share your opinion on what you think sucks, or missing features (given the tool goal, which is to support creating models that are suitable as input for code generation). Feedback on the web site and documentation is very welcome too.

Info for developers

This section is intended for people developing or contributing patches to the TextUML Toolkit project, not for end users. It describes how to configure a development environment in order to properly build the TextUML Toolkit from the source code.

Requirements

You can easily obtain M2E and Subversive from the Eclipse Marketplace. If you don’t have the Marketplace client installed (check Help > Eclipse Marketplace), install it from here: https://www.eclipse.org/mpc/

Checking out the source code

The code has now moved to GitHub. See: https://github.com/abstratt/text uml

Importing the source code into Eclipse

Use the M2E import wizard (Import… > Maven > Existing Maven Projects) and point it to the parent directory for the textuml and eclipsegraphviz directories. It should find all TextUML Toolkit and EclipseGraphviz modules inside that directory.

After the sources are imported, you should choose the target definition file textuml/textuml-dependencies/textuml-dependencies.target as your target platform (Window > Preferences > Plug-n Development > Target Platform > TextUML Dependencies Target).

Running the TextUML Toolkit as an Eclipse application

Just launch a runtime workbench from your development Eclipse (instructions). Again, allow enough memory for the VM with -Xmx300m or more.

Contributing code

Things to keep in mind when submitting patches or checking in code:

See also: Eclipse Legal Resources.

Continuous builds

Continuous builds run on Jenkins at CloudBees. Artifact repository is also available at CloudBees Forge.

Building in your computer

See Building.

See also