You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: documentation/DEV-MODELER.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,17 @@ Note: If following the Contributing guide, you should have logged an issue and c
33
33
$ git checkout -b feature-ISSUEID develop
34
34
```
35
35
36
-
To execute the latest extension from source:-
37
-
- Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/adamfowleruk/marklogicworkflow
38
-
- Open Eclipse Luna (4.4) or above
39
-
- Go to File -> Import project
40
-
- Navigate to ./marklogicworkflow/eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic (NOT just ./marklogicworkflow)
41
-
- Import this workspace
42
-
- Double click on the 'plugin.xml' file
43
-
- In the top right of the edit dialogue for this file, click the green Play button. This launches Eclipse Luna with this extension
36
+
1. Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/adamfowleruk/marklogicworkflow
37
+
2. Open Eclipse Luna (4.4) or above
38
+
3. Install the BPMN plugin version according to your eclipse version. Refer to [BPMN's download page](http://www.eclipse.org/bpmn2-modeler/downloads.php"BPMN download page") for more info.
39
+
* Only needed if you haven't installed BPMN yet.
40
+
* Users that are using BPMN plugin v 1.2.2 or earlier (typically Eclipse-Luna) of would need to recompile the project to refer to the old class that contain ```RootElementParser```, i.e. search ```AbstractBpmn2RuntimeExtension.RootElementParser``` and replace with ```DefaultBpmn2RuntimeExtension.RootElementParser```
41
+
* You may refer to [this issue](https://www.eclipse.org/forums/index.php/t/1074631/) for more details regarding above need for change.
42
+
4. Go to File -> Import project
43
+
5. Navigate to ./marklogicworkflow/eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic _**(NOT just ./marklogicworkflow)**_
Copy file name to clipboardExpand all lines: eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic/src/org/eclipse/bpmn2/modeler/runtime/marklogic/workflow/MarkLogicCPFRuntimeExtension.java
Copy file name to clipboardExpand all lines: eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic/src/org/eclipse/bpmn2/modeler/runtime/marklogic/workflow/MarkLogicWorkflowRuntimeExtension.java
0 commit comments