Community
Participate
Working Groups
xtext editors do not compile for the new version of eclipse (4.2)
update the plugin xtext linked to property done in the revision 6969 6970 6971
update the plugin xtext linked to states done in the revision 7012, 7013
update the plugin xtext linked to transitions done in the revision 7015
update the plugin xtext linked to message done in the revision 7021 and 7022
I have regenerate the code for parameter that use common. done in the revision7028, 7029 I have had some problems with the generated code so I have add a README: " IMPORTANT: I have renamed the Epackage http://www.eclipse.org/uml2/4.0.0/Types to http://www.eclipse.org/uml2/4.0.0/common/Types in the generated code. It has been renamed in the: /org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/org/eclipse/papyrus/uml/textedit/common/xtext/UmlCommon.genmodel /org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/types/TypesPackage.java /org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/types/impl/TypesFactoryImpl.java why? Several xtext project generates the same epackage. So when xtext tries to lad the type package for common, it don't find the good and generate a class cast exception When you try to reuse this package, maybe you will have a compilation error with the serializer. It want the concrete class "UmlCommonSemanticSequencer" that not exist. So replace it by the abstract class AbstractUmlCommonSemanticSequencer. I don't know how to solve it without modify the generated code "
regenerate for connectionpoint reference xtext editor done in the revision 7030
regenerate collaboration use xtext editior, done in the revision 7031
Removed the unused dependency to org.eclipse.papyrus.views.properties.runtime from constraintwithessantialocl.xtext Done in r7049
The "TypesPackages" have been removed from all xtext plug-ins. These packages have been mistakenly generated after the migration to UML 2.4, and were provoking a few errors in the log.
> The "TypesPackages" have been removed from all xtext plug-ins. Done in r7567