Special Ant task used to convert UML Model to MetaBoss model and save it.
The source UML Model must conform to UML Profile For MetaBoss Design Model.
This task extends abstract
com.metaboss.sdlctools.applications.anttasks.MetaBossModelToolTask MetaBossModelToolTask and therefore suports all of its attributes. In addition it supports the following attributes:
Attribute Name
Attribute Description
umlfile
The mandatory path and name of the uml file where source model should be
obtained from.
rectify
The optional boolean flag. If this flag is set to true (this is the default) the attempt will be made to
"rectify" the converted model. This process validates the model and attempts to fix all discovered constraint violations.
Obviously not all constraint violations can be fixed, but some of them can.
validate
The optional boolean flag. If this flag is trus (this is the default) the
invalid model will not be saved. If this flag is false the model will be saved without validation.