Opened 10 years ago

Closed 10 years ago

#1 closed defect (fixed)

Update core functionality to current environment

Reported by: phdmakk Owned by: hkaulbersch
Priority: major Milestone: May
Component: Core Version: 2.0
Keywords: Cc:

Description

The implementation as a whole is based on outdated technologies and does not work with current versions of Eclipse (Kepler) and Xtext (2.x) among other components.

Update the core functionality by migrating to current version of Eclipse and Xtext. Core functionality encompasses parsing and editing support, i.e. the most basic building blocks provided by Xtext. This can be achieved "in-place" - by working with the existing resources directly, or "in parallel" - by starting from a clean state in a new parallel location and migrating relevant resources as necessary, while the original resources are kept for reference. I would recommend the latter, but this is not to say that the former would not be possible.

Change History (4)

comment:1 Changed 10 years ago by phdmakk

  • Owner changed from somebody to hkaulbersch
  • Status changed from new to assigned

comment:2 Changed 10 years ago by phdmakk

  • Milestone set to May

comment:3 Changed 10 years ago by phdmakk

  • Type changed from task to defect

comment:4 Changed 10 years ago by hkaulbersch

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.