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 "Platform-releng-sample-project"

Line 20: Line 20:
  
 
Example:
 
Example:
http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.releng.eclipsebuilder/Attic/bootstrap.sh?rev=1.1.2.6&only_with_tag=releng_test&content-type=text/plain
+
[http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.releng.eclipsebuilder/Attic/bootstrap.sh?rev=1.1.2.6&only_with_tag=releng_test&content-type=text/plain
 +
platform bootstrap script]
  
 
<h4>Create a master ant script controls build from start to finish</h4>
 
<h4>Create a master ant script controls build from start to finish</h4>

Revision as of 18:23, 14 March 2006

Sample Releng Project

This document describes how you can use the example of the releng projects to run your build in a similar manner to the platform builds.

Draft - Last updated Feb 14, 2006

Requirements

CVS ZIP and tar


Create a a test feature and a sdk-feature

Create a map file project

Create your build project

Define build.properties and customTargets.xml to feed PDE Build.

Create your build bootstrap script

Example: [http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.releng.eclipsebuilder/Attic/bootstrap.sh?rev=1.1.2.6&only_with_tag=releng_test&content-type=text/plain

platform bootstrap script]

Create a master ant script controls build from start to finish

Platform-releng-sample-all

Check out org.eclipse.releng.basebuilder

cvs -d :pserver:anonymous

Back to the top