Skip to content
André L. Santos edited this page Nov 16, 2022 · 4 revisions

Development settings

Required

  1. Eclipse for Committers
  2. GEF Classic Zest SDK
  • Menu: Help > Install new software
  • Work with "Eclipse simultaneous release"
  • type "Zest" in the search box

Setup

  1. Clone this repo
  2. Use a new Eclipse workspace
  3. Import projects
  • Menu: File > Import > General > Existing Projects into Workspace
  • Select the root folder of the repo and include all projects
  1. Project pt.iscte.pandionj.launcher requires an additional setup
  • Add a folder named lib
  • Copy javassist.jar into it
  • Run the script genjar.jardesc, which will output agent.jar
    • this JAR is used to instrument the launching of programs with the injection of a main method
    • it should be rebuilt every time the agent code changes (otherwise, no changes are reflected)

Launch

On project pt.iscte.pandionj, Run As > Eclipse Application

Clone this wiki locally