Re: Re: [Andromda-user] null pointer building BPM4 example]

2004-07-08 Thread Chad Brandon
- Original Message - From: "Carlos Cuenca" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 8:23 PM Subject: [Fwd: Re: [Andromda-user] null pointer building BPM4 example] > > Martin West wrote: > > >Well, I tried copying the model from the examples into my proje

[Fwd: Re: [Andromda-user] null pointer building BPM4 example]

2004-07-08 Thread Carlos Cuenca
Martin West wrote: Well, I tried copying the model from the examples into my project, and it failed with the following error [andromda] INFO [AndroMDA] Input model --> 'file:/mnt/hda6/tools/BPM4StrutsExample/mda/src/uml/BPM4StrutsExample.xmi' [andromda] INFO [AndroMDA] Referenced model --> 'file:

Re: [Andromda-user] Adding Methods to UML14

2004-07-08 Thread François Eric
Hum I don't exactly know what I was doing wrong but I cleaned the whole andromda-all project and rebuilt it and it passed without any problems. I will use the -o option though..just in case. Thanks anyhow for your help Chad. Greatly appreciated, François Chad Brandon wrote: You were clear I ju

[Andromda-user] MagicDraw 7.8: new way of using modules

2004-07-08 Thread Matthias Bohlen
Hello andromda-users, today, I noticed that the UI of MagicDraw has changed when it comes to loading an external module, for example, the UMLMetafacades.xml.zip file that you need when you develop cartridges for AndroMDA 3.0M2. Today, you will find the following menu in MagicDraw: File, Use Profi

Re: [Andromda-user] Adding Methods to UML14

2004-07-08 Thread Chad Brandon
You were clear I just didn't read closely enough the first time, sorry about that. Yes that is possible, are you building offline? When you type maven are you adding a dash '-o'? If you don't add the '-o' it will try to download the latest snapshot from the team server and if you're using maven-1

Re: [Andromda-user] Adding Methods to UML14

2004-07-08 Thread François Eric
Yes. Maybe I wasn't clear but I added the methods and then repackaged the andromda-metafacades-uml-3.0M2-SNAPSHOT.jar. Unfortunately I think the compiler is not using the newly regenerated jar but the one in the maven repository. Could this be it? Chad Brandon wrote: Are you building andromd

Re: [Andromda-user] Adding Methods to UML14

2004-07-08 Thread Chad Brandon
Are you building andromda-all/metafacades/uml/common as well? That one needs to be built first since that one contains the interfaces that are generated. If you don't do that, then you'll get errors like you describe below. --- François_Eric <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to

[Andromda-user] Adding Methods to UML14

2004-07-08 Thread François Eric
Hi, I would like to add a few methods to the ClassifierFacade of the UML14. To do so here are the steps I have followed: - added the methods to the metafacades/common/src/uml/UMLMetafacadeModel.xml.zip - repackaged the jar - implemented the methods in metafacades\uml\uml14\src\java\org\andromd

Re: [Andromda-user] Help - where is the UML 1.4 metamodel with the Diagram Extensions?

2004-07-08 Thread Roy Feldman
Hi Chad, Thanks for the incredibly quick response. cheers, roy On Thu, 2004-07-08 at 19:13, Chad Brandon wrote: > Hi Roy, > > Its located within this jar: > http://team.andromda.org/maven/jmi/jars/jmiuml-1.4di.jar > > Chad > > - Original Message - > From: "Roy Feldman" <[EMAIL PROTE

Re: [Andromda-user] Help - where is the UML 1.4 metamodel with the Diagram Extensions?

2004-07-08 Thread Chad Brandon
Hi Roy, Its located within this jar: http://team.andromda.org/maven/jmi/jars/jmiuml-1.4di.jar Chad - Original Message - From: "Roy Feldman" <[EMAIL PROTECTED]> To: "AndroMDA-Users" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 7:59 AM Subject: [Andromda-user] Help - where is the UML

[Andromda-user] Help - where is the UML 1.4 metamodel with the Diagram Extensions?

2004-07-08 Thread Roy Feldman
I'd like to do some work, starting with the Repository Facade, but I can't seem to find the UML 1.4 metamodel referred to in org.andromda.repositories.mdr.MDRepositoryFacade. I have a search of the sources of both 3.0M1 and the latest in CVS, but I can't find the file "M2_DiagramInterchangeModel

Re: [Andromda-user] null pointer building BPM4 example

2004-07-08 Thread iamdraftdog
>Thanks, Yes I got slightly confused with the stereotype dialog. >I now have the states marked with frontendview and triggers as >signal and I get a new null pointer on getActionRoles the previous one >was on getActionPath. > > I would not recommend using all lowercase characters in the stereotyp