Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LDT/User Area/Tutorials/MigrateFromKoneki"

< LDT
Line 17: Line 17:
  
 
Right click on each project, select ''Configure'' menu and then ''Convert to Lua Project''.
 
Right click on each project, select ''Configure'' menu and then ''Convert to Lua Project''.
 +
 +
[[File:convertMenu.jpg]]
 +
 
A migration wizard will open and you should select an Execution Environment.
 
A migration wizard will open and you should select an Execution Environment.
  
Line 23: Line 26:
 
== Migrate Launch Configuration ==
 
== Migrate Launch Configuration ==
  
Re-Create the Launch Configuration
+
You have to create again the Launch Configuration in the new LDT.

Revision as of 13:56, 28 January 2015

Migrating from Koneki LDT to Lua Development Tool

Introduction

Koneki LDT is going to and end, but don't worry the future of Lua tooling is now happening within LDT. We strongly recommend to continue with LDT. Koneki LDT & LDT code base and workspaces are not compatible, this guide will help you to migrate your workspace.

Migrate Interpreters

You have to create again the interpreter in the new LDT.

Migrate Execution Environments

You have to create again the Execution Environment in the new LDT.

Migrate Projects

Right click on each project, select Configure menu and then Convert to Lua Project.

ConvertMenu.jpg

A migration wizard will open and you should select an Execution Environment.

ConvertKoneki.jpg

Migrate Launch Configuration

You have to create again the Launch Configuration in the new LDT.

Back to the top