| Newsgroups |
gmane.comp.lang.uml.argouml.cvs |
| Message-ID |
<[email protected]> |
Author: tfmorris
Date: 2007-12-20 14:53:05-0800
New Revision: 13959
Modified:
trunk/src_new/README.txt
trunk/src_new/README_COMPILE.txt
Log:
Version updates from Michiel
Modified: trunk/src_new/README.txt
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/README.txt?view=diff&rev=13959&p1=trunk/src_new/README.txt&p2=trunk/src_new/README.txt&r1=13958&r2=13959
==============================================================================
--- trunk/src_new/README.txt (original)
+++ trunk/src_new/README.txt 2007-12-20 14:53:05-0800
@@ -1,6 +1,7 @@
Welcome to ArgoUML!
-(This file was last updated by $Author$ on $Date$.)
+(This file was last updated by $Author$
+on $Date$.)
In case you just downloaded and unzipped your ArgoUML distribution,
here's how to proceed.
@@ -8,7 +9,7 @@
First, you need the runtime environment for Java (J2SE) installed, get it
from http://www.java.com for your platform.
-At least a JRE 1.4 is required. Please let us know if you experience
+At least a JRE 1.5 is required. Please let us know if you experience
any JDK related problems. Try typing "java" in a console window to see
if Java is successfully installed. You should get a list of your
options. If not, try reinstalling Java.
@@ -66,7 +67,7 @@
Memory:
If you have plenty of memory and wants ArgoUML to be able to handle
-large projects, try:
+anything but the smallest projects, try:
java -Xms250M -Xmx500M -jar argouml.jar
Modified: trunk/src_new/README_COMPILE.txt
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/README_COMPILE.txt?view=diff&rev=13959&p1=trunk/src_new/README_COMPILE.txt&p2=trunk/src_new/README_COMPILE.txt&r1=13958&r2=13959
==============================================================================
--- trunk/src_new/README_COMPILE.txt (original)
+++ trunk/src_new/README_COMPILE.txt 2007-12-20 14:53:05-0800
@@ -12,34 +12,33 @@
sporadicaly. If you verify that it works (or you have corrections), please
let us know so that this text can be updated.
-At the bottom of this page you will find how to compile under Netbeans
-3.x.
+When using Eclipse, see the cookbook for an extensive description.
First, you need to get Java installed. The easiest way to check that
is to get a command line and type java. A list of options should
appear.
-At the moment you can build with JDK 1.4, 5 and 6. Set the
+At the moment you can build with JDK 5 and 6. Set the
JAVA_HOME environment variable to where Java is installed on your
disk. For example under Windows:
- set JAVA_HOME=C:\j2sdk_nb\j2sdk1.4.2
+ set JAVA_HOME=C:\java\jdk1.5.0_11
(Using cygwin there has been some ant problem when this includes
spaces. If you encounter it too, try moving the jdk to somewhere
without a space.)
-Then, you need at least Ant 1.6.2 (http://ant.apache.org) installed.
+Then, you need at least Ant 1.7.0 (http://ant.apache.org) installed.
Later versions of Ant should work as well.
This includes setting the ANT_HOME environment variable.
For example for Windows:
- path C:\jdk1.4.2\bin;C:\ant-1.6.2\bin
- set ANT_HOME=C:\ant-1.6.2
+ path C:\java\jdk1.5.0_11\bin;C:\java\ant-1.7.0\bin
+ set ANT_HOME=C:\java\ant-1.7.0
Here's a sample autoexec.bat that works under Win98:
- path C:\jdk1.4.2\bin;C:\ant-1.6.2\bin
- set JAVA_HOME=C:\jdk1.4.2
- set ANT_HOME=C:\ant-1.6.2
+ path C:\java\jdk1.5.0_11\bin;C:\java\ant-1.7.0\bin
+ set JAVA_HOME=C:\java\jdk1.5.0_11
+ set ANT_HOME=C:\java\ant-1.7.0
Please note that the build.xml sets its own CLASSPATH, there is no need
for you to set one up.
@@ -49,7 +48,7 @@
Next, you need to have all the jar files from the associated
libs archive that matches your source archive
-(e.g. ArgoUML-0.22-libs.zip for the sources in ArgoUML-0.22-src.zip)
+(e.g. ArgoUML-0.25.4-libs.zip for the sources in ArgoUML-0.25.4-src.zip)
unpacked into argouml/lib, next to the directory argouml/src_new
that was created when you unpacked the source archive.
@@ -59,23 +58,16 @@
Type (run) "build package"
and ArgoUML will be compiled.
-<<<<<Netbeans 3.3.x>>>>>>
-
-You must set the src_new folder as a relative mount!
-
-Load the following jars from argouml/lib and argouml/src/model-mdr/lib
-into the project. You may also need jars from argouml/tools/lib.
-
-Be sure to set the main class under the Project and then compile.
-
Toby
with modifications by
Curt Arnold
Dennis Daniels
+Michiel van der Wulp
problems? questions? comments?
[email protected]
[email protected]
-(This file was last updated by $Author$ on $Date$.)
\ No newline at end of file
+(This file was last updated by $Author$
+on $Date$.)
\ No newline at end of file