Download ArgoUML v0.9.x Source Code


  Final Step: Start Working on ArgoUML
 

To compile and run ArgoUML with JDK 1.2:

First of all, you have to unzip the downloaded archive.

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'. Once you have Ant installed, you can build the distribution simply by executing the command:

ant compile

See the file build.xml in the src-directory for details.


Keep in Mind:

ArgoUML is a research prototype for exploring the impact of cognitive support features in CASE tools. It will evolve into a full featured CASE tool in the future, but it is not comparable to commercial CASE tools yet. If you believe in the importance of an open-source CASE tool, please help in the development of ArgoUML.


Back