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 "SMILA/Development Guidelines/How to set up integration environment"

(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...)
 
(Get the binary distribution)
Line 8: Line 8:
 
#SMILA binary distribution
 
#SMILA binary distribution
  
==== Get the binary distribution ====
+
==== Install 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.
 
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:
+
Pick up the latest nightly binary from: [http://build.eclipse.org/rt/smila/nightly]
<pre>http://build.eclipse.org/rt/smila/nightly/</pre>
+
 
 +
Unzip the file you downloaded to some directory on your local hard disk.

Revision as of 10:20, 3 April 2009

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

Install 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: [1]

Unzip the file you downloaded to some directory on your local hard disk.

Back to the top