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
m (Migrate Execution Environments)
m (Migrate Projects)
 
Line 30: Line 30:
  
 
<center>
 
<center>
[[File:convertKoneki.jpg]]
+
[[File:convertKoneki.png]]
 
</center>
 
</center>
  

Latest revision as of 15:21, 20 March 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 Add again the interpreter in the new LDT.


PreferencesAddInterpreter.png

Migrate Execution Environments

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

AddEE.png

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.png

Migrate Launch Configuration

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

Back to the top