toDoTag namespace property doesn't work on EJB3 cartridge
---------------------------------------------------------

         Key: EJB-111
         URL: http://jira.andromda.org/browse/EJB-111
     Project: EJB Cartridge
        Type: Bug

    Reporter: Olivier THIERRY
 Assigned to: Vance Karimi 
    Priority: Minor


Some other cartridges have a toDoTag namespace property. It can be used to 
prefix all comments in generated code that mark code that the end user needs to 
modify. For example, prefixing a comment with TODO: will add a new task in 
tasks view of Eclipse. The EJB3 cartridge templates use this ${toDoTag} 
property ... but it has not been added to cartridge.xml, so it doesn't work !

You just have to add this line in cartrdige.xml to make it work :

<property reference="toDoTag" />


Then in andromda.xml, you can add this property in EJB3 namespace :

<namespace name="ejb3">
    <properties>
        <property name="toDoTag">TODO:</property>
        ...
    </properties>
</namespace>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Reply via email to