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

XQuery Development Tools/Workspace Setup for Dummies

< XQuery Development Tools
Revision as of 08:09, 13 May 2010 by Gabipetrovay.gmail.com (Talk | contribs) (New page: = Introduction = This article is meant to give you detailed instructions on how to set up your Workspace in order to build and test XQDT on your machine. We assume that you already have an...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

This article is meant to give you detailed instructions on how to set up your Workspace in order to build and test XQDT on your machine. We assume that you already have an Eclipse installation that meets the requirements below.

Requirements

  • Eclipse at least 3.4 (Ganymede)
  • Dynamic Languages Toolkit (DLTK) Core Frameworks SDK, version 1.0
    • EMF Common
    • EMF ECore
  • Faceted Project Framework

Installing the requirements

Eclipse

We assume that you already have an Eclipse installation. You can have the latest one from here: Eclipse Downloads Page

DLTK

In order to have have access also to the DLTK Framework source code you must install, besides the DLTK Core Framewors, also the DLTK Core Frameworks SDK. For this, follow the following steps in Eclipse:

  1. Help menu -> Install New Software...
  2. Click the "Add" button and in the pop up dialog, add only "http://download.eclipse.org/technology/dltk/updates-dev/1.0" in the "Location" field. Click "OK"
  3. In the tree view, expand the "Dynamic Languages Toolkit (DLTK)" node and select: "Dynamic Languages Toolkit - Core Frameworks SDK". This feature includes both the DLTK binaries and the source code of the DLTK Core Frameworks. Click "Next".
  4. On the "Install Details" page, click "Next".
  5. On the "Review Licenses" page, select "I accepts the terms of the license agreements". Note on this page that DLTK will automatically pull its own dependency: "EMF - Eclipse Modeling Framework Core Runtime". Click "Finish" and wait for the installation to complete.
  6. Restart Eclipse when prompted.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.