Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download & install

Installation & setup

...

  • Download & install Servoy Developer. 

...

  • Download & install a version of Eclipse with Eclipse Plugin Development features installed (Eclipse SDK)

...

  • Start Eclipse SDK and create a new Workspace

...

  • Install an SVN plugin

...

  • Checkout the Servoy Codebase from SVN

...

  • Add a new target platform (Preferences > Plugin Development > Target platform > add).

      ...

        • Add a Location under "Locations" of type "directory" and point it to the developer directory of the Servoy Developer installation

      ...

      • Create a new Debug Launch configuration (Run > Debug Configurations)

          ...

            • Select the "Eclipse Application" node and click the "New launch configuration" button

          ...

            • On the "Main" tab:

              ...

                  • Provide a Name

              ...

                  • Specify a workspace location under "Workspace Data" by clicking "File System". Select the workspace containing your Servoy solution projects  

              ...

                  • select 'com.servoy.eclipse.core.ide' under "Main" > "Program to run" > "Run a product"

              ...

                • On the "Arguments" tab:

                  ...

                      • Point "Working directory" > "Others:" to the developer directory of the existing Servoy installation, by clicking the "File system" button

                  ...

                    • Apply the changes

                  *Debugging using Eclipse Plugin Development facilities:*

                  ...