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/Documentation/HowTo/Howto set up dev environment

< SMILA‎ | Documentation‎ | HowTo
Revision as of 06:16, 25 August 2008 by Dhazin.gmail.com (Talk | contribs) (New page: === dev env === * ref: Development Guidelines * https://svn.brox.de/svn/eccenca/EILF/trunk/EILF.builder * eclipse 3.3 *: plugins needed: *: - extension ...)

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

dev env

how to build and test locally

  • set up an own Eclipse instance/installation for building
    • - eg. eclipse-SDK-3.3-win32
    • - copy startup.jar from an older eclipse installation (< 3.3) into it's root
    • start that eclipse add sole extension location to WC /EILF.extension
  • EILF.builder\build.bat
    • this is used to build and run all tests but before local usage it must be adapted. the build.bat is used by bamboo so dont update it unless u know what u are doing!
      there is a template version of this with the ending .#~#~#. copy that over the build.bat or use another name to ur linking.
    • adjust all paths in \EILF.builder\build.bat according to own setup
  • execute build.bat
    • the whole process takes about 15 minutes at the time of writing, so be patient or get some java-like beverage

run junit tests for osgi bundles

  • Plugin Junit Launch config
  • write config.ini and ref it from lauch config.
    tip: use \ to brake up long lines to have better overview
  • share the launch config

For further information see: Development Guidelines

Back to the top