JBPM 6 - 2.1 - Using Eclipse with Workbench
Jump to navigation
Jump to search
JBPM 6 - 2.1 - Using Eclipse with Workbench
Scenario
- We want to write/run junit test for our process
- We want to debug our process
- We want to write work item handler or other item which cannot be written in Workbench
Instructions
- Start Eclipse with ant start.eclipse
- File / Import / Git / Projects from Git
- URI: ssh://krisv@localhost:8001/nprep
- Import as general project
Work on a single project
- Right click on the project you are insterested in
- Import
- Maven/Existing Maven Project
Synchronizing Changes
- Getting Changes from Workbench to Eclipse
- Right click on hrproj
- Team / Pull
- Moving Changes from Eclipse to Workbench
- Right click on hrproj
- Team / Commit
- Team / Push to Upstream