Web to the ArgoUML home page. Download the sources.
(as root)
cd /usr/src
mkdir ArgoUML-0.8.1a
cd ArgoUML-0.8.1a
uncompress ArgoUML-0.8.1a-libs.tar.gz
tar xf ArgoUML-0.8.1a-libs.tar.gz
rm ArgoUML-0.8.1a-libs.tar.gz
uncompress ArgoUML-0.8.1a-src.tar.gz
tar xf ArgoUML-0.8.1a-src.tar.gz
rm ArgoUML-0.8.1a-src.tar.gz
cd src
ant compile
It failed to build. I posted to the list, and the response was
that I should get the CVS code. So I did, as follows:
(as root)(this took a while)
cd
export CVSROOT=:pserver:siemsen@cvs.tigris.org:/cvs
cvs login
.kZU4Q=B
cvs checkout argouml/src_new
Then there two "extra pieces". Using the web, get
ArgoUML-0.9.1-libs.zip into ~/argouml.
Then do
cd ~/argouml
uncompress ArgoUML-0.9.1-libs.zip
rm ArgoUML-0.9.1-libs.zip
chmod +x lib
Using the web, get "ANTLR" into the ~argouml/lib
directory. The file name is antlrall.jar.
Ok, time to build it.
cd ~/argouml/src_new
ant package
This failed, until I fetched the latest GEF and built a new gef.jar file as documented here.
Then, to run it, do
cd ~/argouml/build
java -jar argouml.jar
5/22/01
It runs! But it can't save the work you do. I consider it not
ready for prime time. I'll pursue magicDraw UML for now.