Hello Gonzague,

  thank you for your help. Sorry for the late reply, but I was sick.
You are right, the code generation works in spite of the verfication error messages. I looked at the wrong place for the generated code, that's why I thougt the generation is broken. I wonder where the error messages come from, to reproduce the error messages I just have to create two classes in one package and put a property in each class. I give the properties different names. Then the verficiation errors occur. When I delete the two properties from the model the error messages disappear. Code generation is correct.
Maybe there is something messed up with my installation.

Regards,
Patrick

[email protected] schrieb:
> Hello Patrick,
>
> In the last Topcased release, the UML to Java generator has been
> replaced by the Acceleo UML 2.1 to Java generation module (see
> http://www.acceleo.org/wiki/index.php/UML_2.1_to_Java).
> In this new generator, there is a validation feature that performs a few
> verifications on your model before the generation. One of the performed
> checks consists on the verification that the properties do not have the
> same name, that may cause compilation issues on the generated code.
>
> In your case, it seems that your model contains several Properties
> without name.
> Anyway the validation feature does not stop the generation even if
> errors are detected, so you should nevertheless obtain some generated
> code from your model.
>
> Regards,
> Gonzague Reydet.
> Obeo

_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to