Hi Rudie,

> I submited a patch for the Together6 XMI format which supports some more
> features of Together 6. See patches on sourceforge, I don't think it has
> been included with the builds of AndroMDA yet.

Yeah, I am already using the XSLT-StyleSheet with the <xslt>-task from Ant. 

I extended the standard ejb-build file by

----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 
8< ----- 8< ----- 
<echo message="trying to transform '${model}'" />
     <copy file="${model}" tofile="${model}.together" />
     <xslt in="${model}.together" out="${model}" 
style="${andromda.home}/togethercompatibility/together6-to-mdr.xsl" />
     <echo message="xsl-transformation succeeded" />
     
     <taskdef name="andromda"
            classname="org.andromda.core.anttasks.AndroMDAGenTask">
       <classpath>
         <pathelement path="${andromda-core.classpath}"/>
         <pathelement location="${andromda-core.home}/andromda.jar"/>
         <pathelement location="${andromda-ejb.home}/andromda-ejb.jar"/>
       </classpath>
     </taskdef>

     <andromda basedir="."
        includes="${model}"
        lastModifiedCheck="true"
        typeMappings="${andromda-core.home}/src/xml/TypeMapping.xml">
----- >8 ----- >8 ----- >8 ----- >8 ----- >8 ----- >8 ----- >8 ----- >8 ----- >8 ----- 
>8 ----- >8 -----

from now on its the standard ejb-build task. And I changed the model property from URL 
to the plain file name...

MArtin
-- 
Antworten bitte an: mailto:[EMAIL PROTECTED]
Fax/Voicebox: 01212/51 42 16 437 (24pf/Minute)
______________________________________________________________________________
Horoskop, Comics, VIPs, Wetter, Sport und Lotto im WEB.DE Screensaver1.2
Kostenlos downloaden: http://screensaver.web.de/?mc=021110



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to