Copyright © 1999, 2000 by Novosoft Inc. All rights reserved

Novosoft UML API (NSUML) 0.4.5 readme

prepared by Nikita V. Kamensky

Contents

  1. About NSUML
  2. How to build

About

This UML library provides following services: implementation of complete UML 1.3 physical metamodel, easy to use interfaces, event notification, undo/redo support, reflective API, XMI 1.0 loading/saving.



How to build

Warning!!!

In most cases you don't need to manually build NSUML. Directory nsuml/lib already contain file nsuml.jar with all NSUML classes and resources, and directories nsuml/src and nsuml/gen contains NSUML source files.

Prepare

NSUML is using build tool Ant. Ant must be installed before you begin building NSUML. Ant can be downloaded from The Jakarta Project page.

Building NSUML

Go to the directory nsuml. Run build.cmd. Result file nsuml.jar will be placed at nsuml/lib directory. NSUML source files will be generated to directory nsuml/gen. Non-generated source files are containing in directory nsuml/src.