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

Difference between revisions of "SMILA/Development Guidelines"

m
m
Line 25: Line 25:
 
How to integrate new bundle into build process see: [[How to integrate new bundle into build process]]
 
How to integrate new bundle into build process see: [[How to integrate new bundle into build process]]
 
How to integrate test bundle into build process see: [[How to integrate test bundle into build process]]
 
How to integrate test bundle into build process see: [[How to integrate test bundle into build process]]
 +
 +
=== Introduction to make.xml ===
 +
see: [[Introduction to make.xml]]
 +
 +
=== How to build EILF local and run all Junit-Tests ===
 +
see: [[How to build EILF local]]
 +
 +
Junit-Test-Report is generated at the end of the build-output.
 +
Furthermore the full junit-reports are generate under eclipse.build/reports/junit/
 +
and error messages from the junit-reports are stored under eclipse.build/reports_errors_txt/.
 +
 +
 +
 +
 +
 +
  
 
=== OSGi related information ===
 
=== OSGi related information ===

Revision as of 08:59, 19 August 2008

Development requirements

Checkstyle

Each Eclipse project (Bundles) should follow the Brox Coding Conventions (see for Installation and Usage BROX Build & Checkstyle-Files & Configuration of Eclipse)

Eclipse Formatter

see BROX Build & Checkstyle-Files & Configuration of Eclipse.

Official JVM

Official JVM for this project is Java5.

OSGi

the OSGi impl. of Equinox of eclipse 3.3 or later and the corresponding OSGi Spec(s)

Version number

until further notice all own created bundles are V0.5

Project Setup

The project folder setup is defined for this project at Brox Java Project Setup

Creation of Bundles

Description at Create a bundle (plug-in)

How to integrate new bundle into build process see: How to integrate new bundle into build process How to integrate test bundle into build process see: How to integrate test bundle into build process

Introduction to make.xml

see: Introduction to make.xml

How to build EILF local and run all Junit-Tests

see: How to build EILF local

Junit-Test-Report is generated at the end of the build-output. Furthermore the full junit-reports are generate under eclipse.build/reports/junit/ and error messages from the junit-reports are stored under eclipse.build/reports_errors_txt/.




OSGi related information

Back to the top