Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mdt-papyrus.dev] Papyrus : Activity and sequence diagramprogress.

  Hi Patrick,

  of the contributted plugins by MOSKitt two of them contained common general code.

    - One of them was 'es.cv.gvcase.mdt.common'. This is the one containing general MOSKitt code for diagram editors.
    - The other one was 'es.cv.gvcase.mdt.uml2.diagram.common'. This one contains general code for UML2 diagram editors. It was derived from the 'org.eclipse.uml2.diagram.common' from UML2Tools. This is the one that was renamed to 'org.eclipse.papyrus.diagram.common'.

  This separation is made because:
  1) MOSKitt uses several GMF editors apart from the UML2 ones.
  2) MOSKitt UML2 diagram editors are based upon the UML2Tools ones.

  If you think that MDT Papyrus does not need this separation, you can move the code in 'es.cv.gvcase.mdt.common' to 'org.eclipse.papyrus.diagram.common'.
  And if you are interested in any specific part of that code and would like to know more, don't hesitate to ask.

>> About dynamic template, I think that we will discuss at the precommitting meeting.

  I'm sorry that no moskitter will be attending that meeting :(
  Is a webex planned for that meeting?

  Regards,
  Javi

----
Francisco Javier Cano Muñoz
Programador senior
Prodevelop
www.prodevelop.es



-----Original Message-----
From: mdt-papyrus.dev-bounces@xxxxxxxxxxx on behalf of TESSIER Patrick 202707
Sent: Thu 30/10/2008 16:45
To: Papyrus Project list
Subject: RE: [mdt-papyrus.dev] Papyrus : Activity and sequence diagramprogress.
 
Hi, 

I have listened the attached file (.htlm). Very thanks for your exlanation. I think that we will reuse your lines of code ;-)

But could you call this plugin with the prefix org.eclipse.papyrus?
What is the fucntionnality of the org.eclipse.papyrus.diagram.common?if I remeber it comes from  es.cv.gvcase.mdt.daigram.common.
In this package I have added code that could be common for all diagrams. Maybe I have done a mistake and the true common is 'es.cv.gvcase.mdt.common'?

About dynamic template, I think that we will discuss at the precommitting meeting.

Patrick

---------------------------------------------------------
Patrick Tessier
Research Engineer
DRT LIST/DTSI/SOL/LISE CEA-Saclay
91191 Gif sur Yvette Cedex
Tel: 01 69 08 48 63
www.papyrusuml.org
---------------------------------------------------------

-----Message d'origine-----
De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de Francisco Javier Cano
Envoyé : mardi 28 octobre 2008 15:41
À : Papyrus Project list
Objet : RE: [mdt-papyrus.dev] Papyrus : Activity and sequence diagramprogress.


  Hi all,

  the attached html contains a description of the contents of 'es.cv.gvcase.mdt.common'.
  All of the stuff in that plugin can be added to a GMF editor by using the provided dynamic-templates, or a part of for some specific functionality.

  Regards,
  Javi

----
Francisco Javier Cano Muñoz
Programador senior
Prodevelop
www.prodevelop.es



-----Original Message-----
From: mdt-papyrus.dev-bounces@xxxxxxxxxxx on behalf of GERARD Sebastien 166342
Sent: Tue 28/10/2008 12:12
To: Papyrus Project list
Subject: RE: [mdt-papyrus.dev] Papyrus : Activity and sequence diagramprogress.
 
Hi Javi,

Could you detail what kind of code this package contain in order to know if this code could be reuse for other editors of Papyrus. What are the specifities of the code with the regards to MOSKTitt editors?

Thanks,
Cheers,
Sébastien. 

-----Message d'origine-----
De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de Francisco Javier Cano Envoyé : mardi 28 octobre 2008 11:26 À : Papyrus Project list Objet : RE: [mdt-papyrus.dev] Papyrus : Activity and sequence diagramprogress.

Hi Patrick,

the dependencies shown in the screenshot are from the 'es.cv.gvcase.mdt.common' project, not from 'es.cv.gvcase.mdt.uml2.diagram.*'
That project has also been updated (sorry, I didn't specify that in my last mail) and has new classes that the activity and sequence diagram editors use.

I did not change the namespace of this project as it only includes code that we use in our MOSKitt editors.

I think that updating that project in the workspace from the repository will solve the compilation problem.

Regards,
Javi

----
Francisco Javier Cano Muñoz
Programador senior
Prodevelop
www.prodevelop.es



-----Original Message-----
From: mdt-papyrus.dev-bounces@xxxxxxxxxxx on behalf of TESSIER Patrick 202707
Sent: Tue 28/10/2008 10:33
To: Papyrus Project list; Gabriel Merin Cubero
Subject: RE: [mdt-papyrus.dev] Papyrus : Activity and sequence diagramprogress.
 
Hi,
In your code it remains dependencies to package es.cv.gvcase.mdt.uml2.diagram.*

See the example that I have on my screen.


Patrick


---------------------------------------------------------
Patrick Tessier
Research Engineer
DRT LIST/DTSI/SOL/LISE CEA-Saclay
91191 Gif sur Yvette Cedex
Tel: 01 69 08 48 63
www.papyrusuml.org
---------------------------------------------------------

-----Message d'origine-----
De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de Francisco Javier Cano Envoyé : mardi 28 octobre 2008 10:03 À : Gabriel Merin Cubero; Papyrus Project list Objet : [mdt-papyrus.dev] Papyrus : Activity and sequence diagram progress.

Hello,

  I've just committed the changes for the activity and sequence diagram editors.

  - These editors have been moved to the 'org.eclipse.papyrus' namespace.
  - The parsers in the 'es.cv.gvcase.mdt.uml2.diagram.parser' plugin have been moved
    to the 'org.eclipse.papyrus.diagram.common' plugin.

  With these changes the following projects are no longer needed as far as the activity
  and sequence diagrams are concerned:
  · 'es.cv.gvcase.mdt.uml2.diagram.activity'
  · 'es.cv.gvcase.mdt.uml2.diagram.sequence'
  · 'es.cv.gvcase.mdt.uml2.diagram.parser'
  If nobody else uses these projects they can be safely removed from the repository.

  With these changes both the activity and sequence diagram editors work with the current
  backbone, although there are some issues I cannot solve:
   - the 'undo' action is not available
   - the assistent popup to create new elements does not appear.

  Please, take a look to these editors. They work for me with the latest repository.

  Regards,
  Javi

----
Francisco Javier Cano Muñoz
Programador senior
Prodevelop
www.prodevelop.es

_______________________________________________
mdt-papyrus.dev mailing list
mdt-papyrus.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev



<<winmail.dat>>


Back to the top