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\andromda\metafacades\uml14\ClassifierFacadeLogicImpl
Then when I try to repackage the jar of uml14 I get many errors of this type:
C:\apps\andromda-all\metafacades\uml\uml14\target\src\org\andromda\metafacades\uml14\ActorFacadeLogic.java:83: cannot resolve symbol
symbol : method getNavigableAggregations ()
location: interface org.andromda.metafacades.uml.ClassifierFacade
return super_.getNavigableAggregations();
getNavigableAggregations is the name of one of my new methods and I can see that ActorFacadeLogic derives from ClassifierFacade. It looks like the compiler is using the UMLMetafacadeModel.xml.zip that is in the team.andromda.org/maven repository rather than the one I just repackaged.
Is this the problem? If so, would you know how I can tell maven to use my new jar rather than the repositoried one.
Thanks,
Francois
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user