Hi, 


Acutally When i said class diagram, it is actually class. I figured out why I 
didn't get the code generated.  It is because the outlet I specified, I didn't 
have corresponding path specified for it in the build file. :(



My second question is regarding interface generation, (I am really new to uml 
and andromda, please bear with me with my ignorant)



I dragged and dropped an interface over to my uml in magicdraw, and it looks 
like I couldn't specify its stereotype. (Or is it stereotype interface?) So 
what should I specify in andromda-cartridge.xml so that my interface would get 
processed by some template script too? I tried with the following, but seems 
like specifying stereotype to be interface is not right. 



<template

        path="templates/java/abc.vsl"

        outputPattern="{0}/{1}.java"

        outlet="value-objects"

        overwrite="true"

        required="false">

        <modelElements variable="interface">

            <modelElement stereotype="Interface"/>

        </modelElements>

    </template>
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1236#1236
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