Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stp-dev] Building the bpmn plugin.

Hi,

please do not generate the code using the GMF generators.

Our code is hacking most of GMF generated classes to add functionalities related to the activity type or the containers.

To use STP BPMN, just download it and build with Java in your Eclipse IDE.
You will need all its dependencies to be present to do that.

Hope this helps.

Antoine

On 10/18/07, Ack Tack < acktack@xxxxxxxxx> wrote:
Hello All,

I was trying to setup my Eclipse enviroment to build the bpmn project.
After the generation of the code I am left with numerous errors (144
to be exact). The errors seem to be coming from non generated code
referencing a constant value on a generated class.

Ex.
ActivityEditPart.ACTIVITY_FIGURE_SIZE cannot be resolved
  -ActivityEditPart.java is generated
  -BpmnShapesDefaultSizes.java has a non generate method.

Here is the sequence of steps
  -reload the bpmn.genmodel from the bpmn.ecore
  -create the generator model from the bpmn.gmfmap
  -generate diagram code from the bpmn.gmfgen

Am I missing a step here?


Thanks,
Jim
_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev



--
http://antoine.toulme.name
http://www.lunar-ocean.com
http://www.requirements-tracker.com

Back to the top