Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpmn2-modeler-dev] How to extract the part of source code of Eclipse BPMN2 Modeler that automatically generates DI info for a BPMN file without it


   Hey -
         Look at Run  > Run Configurations > Run an application > org.eclipse.ui.ide.workbench

   bpmn2 modeler will run inside the launched eclipse ide (and can be debugged from there).  If there are errors then find the dependencies and update your target platform.
   --P

On Fri, Aug 17, 2018 at 3:24 PM Yang Zheng(Gary) <zhengyang1988@xxxxxxxxx> wrote:

Hi Everybody!

I programmatically created an XML format .bpmn file which does not contain any DI information. When I open the .bpmn file in Eclipse BPMN2 Modeler it can display the BPMN diagram and generate the DI information automatically for me. Now I want to write a java method that reads the .bpmn file without DI information, generates the DI information for it and outputs a .bpmn file with the DI information. I want to use the part of the source code of Eclipse BPMN2 Modeler that generates DI (maybe with some necessary modifications) to implement my method. How can I do that? I tried to read the source code of Eclipse BPMN2 Modeler but it is difficult to understand and I don't know how to extract the part of source code I want. I want to run the source code of the plugin in debug mode to understand it, but I don't know how since I am totally new to Eclipse plugin development!.

Can anyone please help me?

I'll really appreciate if someone can help me!



--
祝你健康开心!
_______________________________________________
bpmn2-modeler-dev mailing list
bpmn2-modeler-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/bpmn2-modeler-dev

Back to the top