Installing ArgoUWE

Installation

In order to install ArgoUWE, do the following steps:
  1. Download and install Apache Ant from http://ant.apache.org
  2. Download Source File of ArgoUML, Version 0.10
  3. and unzip it in a directory to which we will reference as [ArgoUML]
  4. Download from http://www.pst.informatik.uni-muenchen.de/projekte/argouwe/argouwelib.zip the libraries needed, create the directory [ArgoUML]/lib and unzip argouwelib.zip in the directory.

Run ArgoUWE

  1. To make ArgoUWE run, the file build.xml in the directory [ArgoUML]/src_new must be modified to extend the class path with the three plugins of ArgoUWE: "${lib.dir}/extconceptual.jar: ${lib.dir}/extnavigation.jar:${lib.dir}/extpresentation.jar"
    The modified build.xml must contain a line like:
    <property name="classpath" value="${JAVA_HOME}/lib/tools.jar:${lib.dir}/xerces.jar:${lib.dir}/nsuml.jar:
    ${lib.dir}/ocl-argo.jar:${lib.dir}/gef.jar:${lib.dir}/antlrall.jar:${lib.dir}/log4j.jar:${lib.dir}/jh.jar:
    ${lib.dir}/extconceptual.jar:${lib.dir}/extnavigation.jar:${lib.dir}/extpresentation.jar"/>
  2. Now you can start ArgoUWE with Apache Ant. In [ArgoUML]/src_new/ do
    ant run