Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Chad Brandon
--- Martin West <[EMAIL PROTECTED]> wrote: > err, no, why to do I want to duplicate a load of > jars? When you run ant in andromda-bin*/ant it creates a lib directory in that same directory as well that contains the dependencies you need for that project, but all directly within lib (doesn't have

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Martin West
actually the post got held, here is the contents Had to add to the classpath section and andromda.root.dir to the build.properties On Thu, 2004-07-01 at 18:08, Chad Brandon wrote: > What class not found exception is it? > > You copied the lib directory to the genera

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Martin West
err, no, why to do I want to duplicate a load of jars? I posted a better solution which just adds some additional lines to the classpath section which references the ant jars. btw in my distribution the andromda-antXX.jar is in the ant directory not the lib, so would copying the lib directory work

Re: [Andromda-user] Extending the uml14 metafacade

2004-07-01 Thread Chad Brandon
Well it will generate both the common UML interfaces and the UML 14 implementation classes (if you use the meta cartridge). Take a look at both the andromda-all/metafacades/uml/common/project.xml and the andromda-all/metafacades/uml/uml14/project.xml, you'll see that both are generated from the sa

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Chad Brandon
What class not found exception is it? You copied the lib directory to the generated project directory right? --- Martin West <[EMAIL PROTECTED]> wrote: > Well I followed the instructions and it generated a > project directory > structure. When I ran ant in the project directory > it failed on the

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Martin West
Well I followed the instructions and it generated a project directory structure. When I ran ant in the project directory it failed on the andromda task due to class not found. Now just wrestling with the ant script to get the andromda ant jar in the class path. On Thu, 2004-07-01 at 16:24, Chad Br

Re: [Andromda-user] Extending the uml14 metafacade

2004-07-01 Thread François Eric
If I extend the model in andromda-all/metafacades/uml/common/src/uml, I won't be extending the UML 1.4 but the common UML right? How can I extend the UML 1.4? Sorry but I'm not sure I understand clearly the relation between the common uml, uml 1.4 and the cartridges. Thanks Chad Brandon wrote

[Andromda-user] Activity Diagram MDA

2004-07-01 Thread ibamsey
Hi, I've been working on some new modelling ideas based around Activity Diagrams. I've built a number of cartridges for class diagrams using Andromda 2 using Poseidon XMI. I've reviewed Bmp4Struts and note that it works with Andromda3 and MagicDraw. My question is, can I access the activity dia

Re: [Andromda-user] Extending the uml14 metafacade

2004-07-01 Thread Chad Brandon
Hi Francois, The UML metafacades are generated (then we implement the methods in the *LogicImpl* classes), there's a model in andromda-all/metafacades/uml/common/src/uml that these things are generated from. You can extend that model for your higher metafacades just like you do for cartridges. Is

Re: [Andromda-user] Extending the uml14 metafacade

2004-07-01 Thread François Eric
Hi again, How should I go to extend the uml14 metafacade? This metafacade does not have a uml diagram. It seems to have been done manually in the file andromda-metafacades.xml. If I am making a new metafacade (lets call it highermetafacade) should I overwrite all of the mappings of the andro

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Martin West
Thanks, sorry if I sound a bit frustrated, On Thu, 2004-07-01 at 16:24, Chad Brandon wrote: > Their is also a readme.txt in that ant subdirectory > that has the correct instructions. > > --- Chad Brandon <[EMAIL PROTECTED]> wrote: > > Sorry we obviously forgot to update those > > instructions > >

[Andromda-user] Re: 3.0M1 Ant instructions

2004-07-01 Thread Martin West
fyi I tried 3.0M2 and got Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/velocity/context/AbstractContext I'll experiment with the class path, sigghh On Thu, 2004-07-01 at 16:14, Martin West wrote: > The ant instructions say run > > java -jar andromda-ant.jar > > and answ

Re: [Andromda-user] Magicdra ant example

2004-07-01 Thread Martin West
Yes I saw that but I mean example not user/reference guide. An example has a simple magicdraw model and an ant task which works with that model and generates something fairly simple. Also the "example" has references to files that do not seem to be in the distribution and no real explanation. ie J

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Chad Brandon
Their is also a readme.txt in that ant subdirectory that has the correct instructions. --- Chad Brandon <[EMAIL PROTECTED]> wrote: > Sorry we obviously forgot to update those > instructions > before the release, the ones that you should follow > are at the bottom of this page: > http://team.androm

Re: [Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Chad Brandon
Sorry we obviously forgot to update those instructions before the release, the ones that you should follow are at the bottom of this page: http://team.andromda.org/docs/starting.html However one step is missing from those instructions, after you run ant, you'll have your project created and you'll

[Andromda-user] 3.0M1 Ant instructions

2004-07-01 Thread Martin West
The ant instructions say run java -jar andromda-ant.jar and answer the questions, your results may vary, mine were: Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(Unknown Sourc

RE: [Andromda-user] Re: BPMS4truts error

2004-07-01 Thread iamdraftdog
carlos, try to change the date parameters on the transition into String types ... this should solve it, in your controller you should manually take care of the conversion the bpm4struts docs are probably wrong, Struts does not do any conversion itself (understandably) I was able to reproduce y

Re: [Andromda-user] Magicdra ant example

2004-07-01 Thread Chad Brandon
Hi Martin, The example in the docs, shows how you can do it: http://team.andromda.org/docs/anttask.html Also at the end of the page you can use the element to point to the directory containing the profile (the one that you say fails when you try it with M2). Or you can add the profile file tha

[Andromda-user] Magicdra ant example

2004-07-01 Thread Martin West
Can some post an example ant task which process a magicdraw model using version 3.0M1. I tried on version 2 but got the cant find profile problem and there doesnt seem to be a good example in the 3.0M1 docs/samples. Thanks --- This SF.Net emai

Re: [Andromda-user] Re: BPMS4truts report

2004-07-01 Thread iamdraftdog
please reply to the mailing list too, thanks (reply-all) -- Wouter Carlos Cuenca <[EMAIL PROTECTED]> wrote: > > > > >Hi, thank you for the explanation, but I the error still continue... >... the model is not the one I did sent to you since that model was for the problems >with the dates. >

RE: [Andromda-user] Re: BPMS4truts error

2004-07-01 Thread iamdraftdog
hi Carlos, I think I know what the problem is I took a look at your model and I saw that you are passing a Collection parameter on a trigger going out of a page while conceptually you can of course do this you have to know that the bpm4struts cartridge is trying to map that collection onto a te

Re: [Andromda-user] Jun 30 - Documentation complete -- Is it complete?

2004-07-01 Thread Chad Brandon
Nope, not complete, want to help finish them? :)  Not sure when they will be complete, I guess it depends on everyone's schedule.  Hopefully soon.   Chad - Original Message - From: niksa_os To: [EMAIL PROTECTED] Sent: Thursday, July 01, 2004 4:59 AM Subject: [

[Andromda-user] Jun 30 - Documentation complete -- Is it complete?

2004-07-01 Thread niksa_os
You wrote in "Release strategy":   Date Features Responsible Mar 24 Maven build in place, directory structure completely settled Chad Mar 27 Join to HEAD branch completed. Matthias Apr 05 andromda-meta and bpm4struts: code and