lee nookx wrote:
Hi all,

I am new to ArgoUML, but I would like to help out with the sequence
diagrams. So, I have a couple of questions to help me get started:

(...)
I would like to also make sure that the forward engineering of the
code fits with the c++ module too (a separate project I know). Does
anyone here know of a way that I can use Eclipse to develop both "at
the same time". The standard Eclipse check-out from subversion doesn't
seem to allow me to do this - short of copying .jar files around - and
I would like to just do this with source code.
Hello Lee,

with Ant it is possible out of the box:

|<dir_for_co>>svn co --username USER --password PASS http://argouml.tigris.org/svn/argouml/trunk argouml| |<dir_for_co>>svn co --username USER --password PASS http://argouml-cpp.tigris.org/svn/argouml-cpp/trunk argouml-cpp|
|<dir_for_co>>cd argouml\src_new|
|<dir_for_co>argouml\src_new>build package|
|<dir_for_co>argouml\src_new>cd ..\..\argouml-cpp|
|<dir_for_co>argouml-cpp\>ant tests|

Then point your browser to |file:///<dir_for_co>/argouml-cpp/build/tests/reports/html/index.html| and check if all is well.

Now you may do:
|<dir_for_co>argouml-cpp\>ant run|

This executes ArgoUML with the C++ module.

I'm trying to create a similar thing for eclipse, but, it isn't obvious, even with the hint from Bob...

Luis



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to