Re: [Andromda-user] Adding Methods to UML14

2004-07-09 Thread Chad Brandon
--- François_Eric <[EMAIL PROTECTED]> wrote: > Hi Matthias, > > Thanks for the answer. Unfortunately, I have a few > cartridges that > would use these methods. What I wanted to do > initially was create > another meta-metafacade that would extend uml14 and > then have my > cartridges use this

Re: [Andromda-user] Adding Methods to UML14

2004-07-09 Thread François Eric
Hi Matthias, Thanks for the answer. Unfortunately, I have a few cartridges that would use these methods. What I wanted to do initially was create another meta-metafacade that would extend uml14 and then have my cartridges use this metafacade implementation rather than the uml 1.4 one. I was

Re: [Andromda-user] Adding Methods to UML14

2004-07-09 Thread Matthias Bohlen
Hello François, Thursday, July 8, 2004, 5:16:56 PM, you wrote: FE> Hi, FE> I would like to add a few methods to the ClassifierFacade of the UML14. FE> To do so here are the steps I have followed: FE> - added the methods to the FE> metafacades/common/src/uml/UMLMetafacadeModel.xml.zip FE> - rep

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

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