no, but the Java cartridge does (among other things)

in maven the andromda-java dependency can look like this (in project.xml)

        <dependency> 
            <groupId>andromda-cartridges</groupId>
            <artifactId>andromda-java-cartridge</artifactId>
            <version>${pom.currentVersion}</version>
            <properties>
                <exceptions>${gen.dir}</exceptions>
                <value-objects>${gen.dir}</value-objects>
                <enumerations>${gen.dir}</enumerations>
            </properties>
        </dependency>       



in Ant you could do somthing similar like this:


        <namespace name="java" ignore="false">
        <property name="exceptions" value="${gen.dir}"/>
        <property name="value-objects" value="${gen.dir}"/>
        <property name="enumerations" value="${gen.dir}"/>
    </namespace>



-- Wouter

"Kunal H. Parikh" <[EMAIL PROTECTED]> wrote:

>Hi All!
>
>Does the EJB cartridge generate ValueObjects ?
>
>
>TIA,
>
>Kunal
>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: Oracle 10g
>Get certified on the hottest thing ever to hit the market... Oracle 10g. 
>Take an Oracle 10g class now, and we'll give you the exam FREE.
>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
>_______________________________________________
>Andromda-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/andromda-user
>

__________________________________________________________________
Introducing the New Netscape Internet Service. 
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need. 

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to