Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 69

...

  • Install the "egit" eclipse plugin

  • Open the GIT Perspective: Window > Open Perspective > Other > GIT

  • Use the GIT Repositories view to clone the desired branches on each repository. Complete the fields as in the following example (replace servoy-eclipse with the corresponding repository)
    Image Removed
    Clone -each of the following open source Servoy repositories:the open source Servoy projects (latest 7xx branch) from the repositories at https://github.com/Servoy/

     Keep branches in separate workspaces. 

    Info

    Make sure to enable the checkbox "check out projects when clone is complete" in the GIT clone wizard

     

Download Servoy Server libraries
In order to also be able to start debug clients from Servoy Developer launched from the source code, it is required to use the correct version of several libraries of the Servoy Application Server. The latest version of these libraries can be downloaded from the Servoy build server, located at http://build.servoy.com:8080/latest. Download all the libraries from the subdirectory for a specific branch or for trunk who's name postfix matched the value of the releaseNumber variable in the ClientVersion class of the checked-out source code .and place them in the 'libs_extra' directory of the 'eclipse_target' project

Download Servoy Server plugin for running mobile
Please download the latest version of the mobile and mobileservice plugins; these can also be downloaded from the Servoy build server, located at http://build.servoy.com:8080/latest. Download the plugins from the subdirectory for trunk (currently) who's name postfix matches the value of the releaseNumber variable in the ClientVersion class. Copy these over to the the {servoyInstall}/application_server/plugins directory without the postfix (overwrite existing mobile and mobileservice plugins if needed).

...

  • Switch to the Java Perspective: Window > Open Perspective > Java
  • Search for eclipse*.target ( CTRL + SHIFT + R ) and choose the first one ending with "servoy-eclipse" project. Set it as active target, save the change and wait for eclipse related downloads.Expand the 'eclipse_target' project in the Package Explorer
  • Open (double-click) the 'servoy.target' file
  • Click the 'Set as Target Platform'. This will setup the Target Platform correctly, after which projects will be build and should compile without error.

...