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

SMILA/Development Guidelines/How to set up integration environment

< SMILA‎ | Development Guidelines
Revision as of 09:56, 3 April 2009 by Igor.novakovic.empolis.com (Talk | contribs) (New page: Category:SMILA This how-to describes the necessary steps for setting up SMILA integration environment. Normally this setup is only interesting for SMILA integrators who just want to in...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This how-to describes the necessary steps for setting up SMILA integration environment. Normally this setup is only interesting for SMILA integrators who just want to integrate their components in SMILA. SMILA committers and contributors should work with another setup described at How to set up the development environment.

Preconditions

Here is the list of things that you will definitely need for developing SMILA components:

  1. JDK 1.5 or newer - We successfully use both 1.5 and 6
  2. current Eclipse SDK - This how-to was tested with Eclipse Classic 3.4.2
  3. SMILA binary distribution

Get the binary distribution

Normally you should work with some stable version of SMILA - either a release or a milestone. Since our first milestone M1 was not properly prepared for this kind of development you will have to work with some nightly build (we've fixed things there) as long as we do not publish our second milestone M2.

Pick up the latest nightly binary from:

http://build.eclipse.org/rt/smila/nightly/

Back to the top