AndroMDA/JIRA Created: (EJB-111) toDoTag namespace property doesn't work on EJB3 cartridge

View: New views
2 Messages — Rating Filter:   Alert me  

AndroMDA/JIRA Created: (EJB-111) toDoTag namespace property doesn't work on EJB3 cartridge

by JIRA jira@andromda.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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=/

AndroMDA/JIRA Updated: (EJB-111) toDoTag namespace property doesn't work on EJB3 cartridge

by JIRA jira@andromda.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

     [ http://jira.andromda.org/browse/EJB-111?page=all ]

Olivier THIERRY updated EJB-111:
--------------------------------

    Attachment: cartridge.xml.diff

> 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
>     Assignee: Vance Karimi
>     Priority: Minor
>  Attachments: cartridge.xml.diff
>
> 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=/
LightInTheBox - Buy quality products at wholesale price!