Closed eclipse-amalgam-bot closed 3 years ago
dennis.huebner commented on 2009-05-25
Attachment: patch.txt Patch
dennis.huebner commented on 2009-06-16
@Richard Is provided Patch ok?
richard.gronback commented on 2009-06-16
Mostly. The activity definitions should be in the .dsltk.ui plug-in, not the .common.ui plug-in. Also, the versions are now out-of-date, but that's no big deal. I was just waiting on Galileo to be done before I added new features so that the version #s would be stable for a while. I was also hoping the other components that wanted to be added to the DSL Toolkit would have provided a patch so that all could be done at once, but that may not happen.
dennis.huebner commented on 2009-06-16
(In reply to comment #3)
Mostly. The activity definitions should be in the .dsltk.ui plug-in, not the .common.ui plug-in. Also, the versions are now out-of-date, but that's no big deal. I was just waiting on Galileo to be done before I added new features so that the version #s would be stable for a while. I was also hoping the other components that wanted to be added to the DSL Toolkit would have provided a patch so that all could be done at once, but that may not happen.
Ok, just ping me if there is something to do. I hope our components will be added soon. ;)
richard.gronback commented on 2009-07-02
I tried adding MWE, Xpand, and Xtext to the DSL Toolkit to start this, but encountered the following error:
[exec] [exec] !MESSAGE Cannot complete the install because one or more required items could not be found. [exec] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-07-02 09:57:08.431 [exec] [exec] !MESSAGE Software being installed: Xpand SDK (Incubation) 0.7.0.v200906160952 (org.eclipse.xpand.sdk.feature.group 0.7.0.v200906160952) [exec] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-07-02 09:57:08.431 [exec] [exec] !MESSAGE Missing requirement: Xtend XSD typesystem (Incubation) 0.7.0.v200906160952 (org.eclipse.xtend.typesystem.xsd.feature.group 0.7.0.v200906160952) requires 'org.eclipse.xsd 0.0.0' but it could not be found [exec] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2009-07-02 09:57:08.431 [exec] [exec] !MESSAGE Cannot satisfy dependency: [exec] [exec] !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2009-07-02 09:57:08.432 [exec] [exec] !MESSAGE From: Xpand SDK (Incubation) 0.7.0.v200906160952 (org.eclipse.xpand.sdk.feature.group 0.7.0.v200906160952) [exec] [exec] !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2009-07-02 09:57:08.432 [exec] [exec] !MESSAGE To: org.eclipse.xtend.typesystem.xsd.feature.group [0.7.0.v200906160952] [exec] [exec] Result: 13
I'm using the latest (released) version of all, as you can see from the dsltk.build model.
dennis.huebner commented on 2009-07-03
Hello Richard, seems like XSD is not in the DSLTK model, isn't it? 'org.eclipse.xsd 0.0.0' but it could not be found
Is it possible to use emf-XSD-SDK instead of emf-runtime?
Best regrads, Dennis.
richard.gronback commented on 2009-07-03
Hmmm... I include the .emf.sdk feature now (not the runtime), which I thought included XSD. I've changed it to include .emf.all, which apparently does include *.xsd
I've started a new build. Any chance you can update the remainder of the patch to move the UI elements to the proper plug-in? Also, take note of the wizard organization in the DSL Toolkit, as I suspect the Xpand/Xtext/MWE wizards should be rearranged to better fit into the toolkit.
richard.gronback commented on 2009-07-03
(In reply to comment #7)
Also, take note of the wizard organization in the DSL Toolkit, as I suspect the Xpand/Xtext/MWE wizards should be rearranged to better fit into the toolkit.
Here's the latest build you can grab to take a look: https://build.eclipse.org/hudson/view/Amalgam/job/dsltk.build/ws/S20090703-0844/
Specifically, I'd hide the existing wizards and contribute new ones to arrange them as follows:
Domain-Specific Language
- Xtext Project
Model Transformation
- Xpand Template (QVT Operational) <- I've renamed the GMF template wizard to this to distinguish them
- Xpand Template
- Xtend File
- Check File
- Workflow File
dennis.huebner commented on 2009-07-10
Richard, thanks a lot for contributing UI stuff. We would like to use our 0.7.1 builds instead of 0.7.0 released one. Is it possible to change the repository / feature entries?
(In reply to comment #8)
(In reply to comment #7)
Also, take note of the wizard organization in the DSL Toolkit, as I suspect the Xpand/Xtext/MWE wizards should be rearranged to better fit into the toolkit.
Here's the latest build you can grab to take a look: https://build.eclipse.org/hudson/view/Amalgam/job/dsltk.build/ws/S20090703-0844/
Specifically, I'd hide the existing wizards and contribute new ones to arrange them as follows:
Domain-Specific Language
- Xtext Project
Model Transformation
- Xpand Template (QVT Operational) <- I've renamed the GMF template wizard to this to distinguish them
- Xpand Template
- Xtend File
- Check File
- Workflow File
richard.gronback commented on 2009-07-10
(In reply to comment #9)
Richard, thanks a lot for contributing UI stuff. We would like to use our 0.7.1 builds instead of 0.7.0 released one. Is it possible to change the repository / feature entries?
I guess I wasn't clear... I didn't contribute these UI items, but was asking for an updated patch. With that update, you can update the feature versions ;)
dennis.huebner commented on 2009-07-10
Ok :) We can't promote any modeling project at the moment (some permission issue i guess). When do you plan to release DSLTK?
(In reply to comment #10)
(In reply to comment #9)
Richard, thanks a lot for contributing UI stuff. We would like to use our 0.7.1 builds instead of 0.7.0 released one. Is it possible to change the repository / feature entries?
I guess I wasn't clear... I didn't contribute these UI items, but was asking for an updated patch. With that update, you can update the feature versions ;)
richard.gronback commented on 2009-07-10
(In reply to comment #11)
Ok :) We can't promote any modeling project at the moment (some permission issue i guess).
Funny, I have a similar issue still outstanding with the webmaster... I can't copy over a DSL Toolkit build to the download machine. As soon as it's resolved, I'll build another and push it over. If you can just attach the patch to this bug, I'll take care of it.
cedric.brun commented on 2010-05-25
I guess I can close this bug now ;)
Adding MWE/Xpand/Xtext to dsltk.build. The patch provides contribution for EMFT/MWE, M2T/Xpand and TMF/Xtext (all RC1). UI stuff is also done: Some activities are added.
Regards, Dennis.
🆔 ECLIPSE-277649
👷 dennis.huebner
📅 2009-05-25