alexander krohn wrote:
(...)
the projects checked out by the psf are all below argouml/src/ so argouml/src/ itself isn't checked out.

how did you get it?
(...)
alexander
Hello Alexander,

you have to checkout with SVN command line or some other pure Subversion means, instead of with eclipse team project files to get the command line build working.

I would recommend you follow the instructions in http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch02.html:

"If you want to work without Eclipse in Windows, the follow commands will build ArgoUML from source and run it. If you using Unix/Linux, the comparable commands, modified slightly for your particular shell, should work.

C:\Work>svn checkout http://argouml.tigris.org/svn/argouml/trunk/src http://argouml.tigris.org/svn/argouml/trunk/src_new http://argouml.tigris.org/svn/argouml/trunk/tools http://argouml.tigris.org/svn/argouml/trunk/lib http://argouml.tigris.org/svn/argouml/trunk/tests argouml --username guest
Password:  (give empty password if prompted)
C:\Work>set JAVA_HOME=C:\Programs\jdkwhatever
C:\Work>cd argouml\src_new
C:\Work\argouml\src_new>build run

A newly compiled ArgoUML will open in a new window.

[Note] Note

JDK Java5 or later is required

That was the compact version for Windows + JDK. Modifying these steps slightly as appropriate for your shell should work on Unix/Linux systems as well."

Regards,

Luis



Reply via email to