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 "STP Build Using Buckminster"

Line 3: Line 3:
  
 
= Use Build System =
 
= Use Build System =
 +
This section will introduce on how to use the new build system to build STP quickly, here I will show commands based on Linux, building on Window is similar except some different arguments, I will give more detail at the end of this section.
 +
 
== Prerequisite ==
 
== Prerequisite ==
 +
=== Target Platform ===
 +
You need setup a target platform first before you building STP, the target platform is just a Eclipse SDK installation plus all the prerequisite plugins needed by STP
 +
=== JDK Installation ===
 +
=== Apache Ant ===
 +
 
== Build STP ==
 
== Build STP ==
 +
 
== Test STP ==
 
== Test STP ==
 +
 
== Create STP update Site ==
 
== Create STP update Site ==
  
 +
== Build on Windows ==
 
= Extend Build System =
 
= Extend Build System =
 
== How to Add New Plugin ==
 
== How to Add New Plugin ==

Revision as of 02:02, 28 December 2007

Introduce

The purpose of this document is to supply some information on the new STP build system based on Buckminster. If you only want to use it to build STP plugins, then it needn't any backgrounds of Buckminster at all, otherwise, say extend the build system to add your new plugins to STP build system, then an understanding of Buckminster will be good.

Use Build System

This section will introduce on how to use the new build system to build STP quickly, here I will show commands based on Linux, building on Window is similar except some different arguments, I will give more detail at the end of this section.

Prerequisite

Target Platform

You need setup a target platform first before you building STP, the target platform is just a Eclipse SDK installation plus all the prerequisite plugins needed by STP

JDK Installation

Apache Ant

Build STP

Test STP

Create STP update Site

Build on Windows

Extend Build System

How to Add New Plugin

Back to the top