Hoi there,

> no, the properties in the cartridge descriptor (andromda-cartridge.xml)
> are a yet undocumented feature that will be used for dynamic cartridge
> selection in the future. What you possibly want are the user properties
> that you can pass in as an element of the <andromda> task in the build.xml
> file. It looks like this:

>  <andromda basedir="build/model/unzipped"
>            includes="CarRentalSystem20.xmi"
>            lastModifiedCheck="false"
>            typeMappings="${andromda-core.home}/src/xml/TypeMapping.xml">
>
>     <userProperty name="foreignKeySuffix" value="_FK" />
>
>  </andromda>

Ok, this works fine. I use this to set the project root package and put
every TransportObjectInterface in the root.package.interfaces Package. But
now I got the problem, that I cannot change the path in the
cartridge-descriptor. How can I access this userProperty in the
andromda-cartidge.xml? Or do I have to copy these source code files manually
in the ant-script? IMHO that wouldn't be a proper way...

MArtin

-- 
http://www.auchich.de


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