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 "DTP Releng Instructions"

(Prerequisites)
(Setup)
Line 17: Line 17:
  
 
== Setup ==
 
== Setup ==
 +
 +
1. Add the zip, unzip, tar, gzip and cvs executables to your path as required.<br/>
 +
2. Add the jre/bin directory of the installed JDK to your path.<br/>
 +
3. Check out org.eclipse.releng.basebuilder and org.eclipse.dtp.releng.builder into local server.<br/>
 +
    (We recommend to use tagged version of org.eclipse.releng.basebuilder. The HEAD version is not stable and may have changes which will lead to build failure. The examples below are tested with tag version vI20070209-1006)<br/>
 +
4. Create a new directory as "baseLocation".<br/>
 +
5. Extract Eclipse SDK, EMF, GEF into ''baseLocation''. The root folder should be plugins/ and features/.
  
 
== Start the Build ==
 
== Start the Build ==

Revision as of 05:43, 9 April 2008

Description

This page mainly decribes how to set up headless PDE build system for DTP and start the build.

Prerequisites

1. CVS version 1.10 or higher.
2. 1.4 level JDK.(Compiler JDK version of DTP 1.6 is 1.4)
3. Info-Zip zip and unzip.
4. org.eclipse.releng.basebuilder.
5. org.eclipse.datatools.releng.builder.
6. Eclipse 3.3.2 SDK
7. EMF 2.2(emf+sdo)
8. GEF 3.3

Setup

1. Add the zip, unzip, tar, gzip and cvs executables to your path as required.
2. Add the jre/bin directory of the installed JDK to your path.
3. Check out org.eclipse.releng.basebuilder and org.eclipse.dtp.releng.builder into local server.

   (We recommend to use tagged version of org.eclipse.releng.basebuilder. The HEAD version is not stable and may have changes which will lead to build failure. The examples below are tested with tag version vI20070209-1006)

4. Create a new directory as "baseLocation".
5. Extract Eclipse SDK, EMF, GEF into baseLocation. The root folder should be plugins/ and features/.

Start the Build

Component Introduction

Ant Properties Settings

Build Server Directory Structure

Back to the top