ArgoUML v0.9

To get ArgoUML from CVS, set your CVSROOT environment variable like this:

CVSROOT=:pserver:username@cvs.tigris.org:/cvs

If you have been given write access to the CVS repository, then replace 'username' with your own login name. Otherwise, use the username 'guest' (password is 'guest') to get read access to the CVS repository. Then log in to CVS with your password:

cvs login

And check out the ArgoUML source code:

cvs checkout argouml/src_new

You will also need the additional libraries to compile the code

NEW! Since we have the Java Reverse Engineering stuff in now, you need even another jar, ANTLR! Just put it into your argouml/lib directory.

This distribution uses Ant (http://jakarta.apache.org/ant) for its build system. Ant is a cross-platform build tool based on Java and XML, similar to 'make'. Read the build.xml file in the src-directory for details on how to build ArgoUML with Ant.

For more information on using CVS, documentation, and CVS clients, click on the "Tool Docs" menu at left and select the "Source/CVS" option. Or, click here.