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 "DSDP/DD/Releng"

< DSDP‎ | DD
m
m
Line 3: Line 3:
  
 
== Building ==
 
== Building ==
The build scripts are all contained within the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.dd.releng/?root=DSDP_Project org.eclipse.dd.releng] project.
+
 
 +
=== org.eclipse.dd.releng ===
 +
The build scripts are all contained within the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.dd.releng/?root=DSDP_Project org.eclipse.dd.releng] project.  To run the build scripts, check out this project into your home directory.
 +
 
 +
=== nightly.sh, stable.sh ==
 +
These two shell scripts call ant with the appropriate parameters in order to build the release image.  The only different between these two scripts is the -DbuildType.  Other parameters are described in the build-dd.xml file. 
 +
 
 +
=== message.in ===
 +
Template for the mail that will be sent upon completion of the build.
  
 
== Releasing ==
 
== Releasing ==

Revision as of 01:04, 8 April 2008

Introduction

At the current moment (nearing completion of Ganymede release) there is no official build process for Eclipse projects. There are various rules and procedures that were put in place by various teams at various times and each project must find its own way through them. The Device Debugging project release process was implemented and is maintained by Ted Williams. This page is an attempt to document this process to allow us to support him.

Building

org.eclipse.dd.releng

The build scripts are all contained within the org.eclipse.dd.releng project. To run the build scripts, check out this project into your home directory.

= nightly.sh, stable.sh

These two shell scripts call ant with the appropriate parameters in order to build the release image. The only different between these two scripts is the -DbuildType. Other parameters are described in the build-dd.xml file.

message.in

Template for the mail that will be sent upon completion of the build.

Releasing

Back to the top