Hi, I attempted to modify TaggedValueFacadeLogicImpl.java myself. Here is what 
I added, 



public String handleGetType()

{

     String retType = "";

     TagDefinition type = this.metaObject.getType();

     if (type != null)

     {

        retType = type.getTagType();

     }

     return retType;

                

}



I rebuild uml4 under AndroMDA-3.0srcandromda-src-3.0metafacadesumluml14



And I have this in vsl,



#foreach ($taggedValue in $class.taggedValues)

$taggedValue.type

#end



I rebuild my cartridge, and regenerate the file, I still couldn't get the type, 
is there anything I am missing.  Do I need to build anything else?



And also once you finish adding the stuff, how do I make sure I have your 
latest stuff?  Is it going to be in a new version? do I just get the latest 
source code and build the whole thing?  I am using maven which automatically 
getting andromda version 3.0, is it going to cause any problem with the newly 
build stuff?



Thanks a lot for adding the methods,



Jie
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1666#1666
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to