If you want to see the state of the meta-descriptions, look in the Meta Browser. That will tell you whether the property is defined or not.
Cheers, Doru
On Thu, Nov 21, 2013 at 8:58 PM, Andre Hora andrehoraa@gmail.com wrote:
It worked for me Usman, no problem. As a test do:
isFlag <MSEProperty: #isFlag type: #Boolean> <MSEComment: 'my flag'> ^ true
Then, MooseModel resetMeta. It will export ok: ======= (FAMIX.Method (id: 147) (name 'clearReplacements') (cyclomaticComplexity 1) (isFlag true) (modifiers 'public') (numberOfComments true) (numberOfConditionals 0) =======
Most probably your #isFlag property is nil, then it is not exported in the MSE file
On Thu, Nov 21, 2013 at 7:01 PM, Usman Bhatti usman.bhatti@gmail.comwrote:
I create a new property in a MooseEntity.
isFlag <MSEProperty: #isFlag type: #Boolean> <MSEComment: 'An exemplary flag'> ^ isFlag
I do MooseModel resetMeta.
I export the model with the entity containing the flag to an MSE.
isFlag property is absent in the mse file.
Is this a known bug/feature or do I need to update something?
Usman
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev