Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Automatic Stub Project Build

Eclipse Home Wiki Home Development Development Environment

Automatic Stub Project Build

This document will introduce you to the automatic build of stub project.

What are stub projects

Corona "Stub" projects contain libraries which are still waiting for eclipse IP approval, hence cannot be found in our CVS repository. If you'll get such project it will not compile because of lack of required jar files.

Standard Stub Project Structure

Standard stub project (with one exception) does not contain any source files. Such project contains only libraries and exposes it's packages to other plug-ins.
Stub project structure (muse project as the example):
Stub structure.JPG

How it works

Below picture shows steps of automatic build script:

Automatic build files

Ant build script

Ant build script responsible for checking wherher all available files

Ant build properties

Launch file

How it's started (.project file)

Controling the build

unless="no.auto.build"

properties files

Back to the top