ejb type dependencies not added to .classpath
---------------------------------------------

         Key: ANDROMDAPP-44
         URL: http://jira.andromda.org/browse/ANDROMDAPP-44
     Project: AndroMDApp Project Generator
        Type: Bug

    Reporter: Olivier THIERRY
 Assigned to: Chad Brandon 


When you add depdencies with "ejb" type in a project, they are not added to 
.classpath by AndroMDApp plugin.

For example, this one works :

<dependency>
    <groupId>fr.xxx.t4</groupId>
    <artifactId>t4-core-all</artifactId>
</dependency>

But this one doesn't work :

<dependency>
    <groupId>fr.xxx.t4</groupId>
    <artifactId>t4-core-all</artifactId>
    <type>ejb</type>
</dependency>

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


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

Reply via email to