Posts tagged Tag 'OSGi'

Scala projects with Eclipse PDE Build (2)

Some time ago I wrote about how to let Eclipse PDE Build automatically compile Scala projects. Therefore a special Ant script (customBuildCallbacks.xml) had to be created in the project's root directory. This script looked for the Scala library and compiler and then built the project's source files.
read more »

Multilingual websites with Lift and OSGi

Lift already provides some mechanisms to publish a website in different languages. If Lift is used within an OSGi environment, a little workaround is needed in order to make it find the Resource Bundles containing language-dependent strings (usually provided as property files).
read more »

Scala projects with Eclipse PDE Build

PDE Build is the standard build tool from Eclipse. It is used to export OSGi bundles, plugins, features or products. Running in headless mode, PDE Build can be used for automatic builds without a GUI. The Scala IDE does not support PDE Build yet. In order to compile Scala projects you have to do some manual work.
read more »