All, Next time you sync, you'll need to build online to get the latest bootstrap dependencies. I refactored the way the metamodel version packages were specifed in the common metafacade models. Before we had the specific metamodel version package in the model (i.e. org.andromda.metafacades.uml14) and now it's the correct package name: "org.andromda.metafacades.uml" (since our metafacades aren't depdendant on the metamodel version, such as UML 1.4). The package to which the *Logic* classes for the common metafacade models are generated is now specified as a namespace property called metamodelVersionPackage in the namespace of the meta cartridge.
This makes it very easy to generate the *Logic* classes for other meta models we'll be supporting soon (such as UML 1.3), because you just add the property <metamodelVersionPackage>org.andromda.metafacades.uml13</metafacadeVersionPackage> to the "meta" namespace when generating the UML 1.3 metafacades and the *Logic* classes will be generated to that package. Thanks, Chad ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
