-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDO generation from VPDSL is not customized for Capella #141
Milestone
Comments
pdulth
changed the title
CDO generation
CDO generation from VPDSL is not customized for Capella
Nov 29, 2021
|
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Dec 15, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Dec 15, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Dec 15, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Dec 15, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Update TP to latest Capella stable Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Dec 15, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
pdulth
pushed a commit
that referenced
this issue
Dec 15, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Dec 20, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
that referenced
this issue
Dec 22, 2021
Rely on the Capella Cdo Emf Generation for CDO code generation. Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Arnaud Dieumegard <[email protected]>
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Jan 3, 2022
arnauddieumegard
added a commit
to arnauddieumegard/capella-studio
that referenced
this issue
Jan 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When viewpoint elements will inherit from Capella ones, (ie ModelElement), the generation will not generate proper code directly compliant with CDO for Capella applications.
The ViewpointFactoryImpl will not contains capella code customization.
Generation for CDO for Capella use the default EGF CDO Generation instead of the Capella one.
GenerationChain
When we use the CDO for Capella target platform,
the generated generationchain is generated with a standard CDO Generation (cdoExtension:CdoGeneration)
whereas it shall be Capella one (CapellaExtension:CapellaCdoEmfGeneration)
Fcore
It has for side effect that generated fcore is refering to
instead of
Generated code
When looking at the capella.emf.gen.model.cdo pattern located in org.polarsys.capella.extensions.tools, it overriddes some patterns to generate IHelpers and Factory custom code.
The text was updated successfully, but these errors were encountered: