1 Reply Latest reply on Feb 26, 2015 12:22 AM by abhijithumbe

    Importing and exporting data back and forth between KIEWorkbench and Eclipse

    suchi052

      Hello All,

      I have created a business process using KIE workbench and currently getting errors. So I wish to import it to eclipse and try to debug.

       

      Can someone please point to a document or discussion that explains he steps as how to export and import projects in between KIEworkbench and eclipse and vice versa?

       

      Thanks

        • 1. Re: Importing and exporting data back and forth between KIEWorkbench and Eclipse
          abhijithumbe

          - In eclipse select FileImport... and navigate to the Git folder. Open the Git folder to select Projects from Git and click Next

          -  Select the repository source as Clone URI and click Next then use following URL to clone repository

               ssh://user@localhost:8001/Repository_Name

          - Modify assets as per your requirement then commit and push changes to server repository.

          We can use 'git' protocol(git://localhost:9418/repository1) as well, but it will work only to clone repository, to push changes we have to use 'ssh' protocol.