SourceForge.net Logo

openMDX Example SDK Installer

Get it from Downloads.

This installer creates an openMDX example development environment. The SDK contains the sources of the following openMDX projects:
Project Description
helloworld contains the openMDX hello world application
lab contains the openMDX labs
workshop contains the openMDX workshop application
Each project contains a build.xml which accepts the following targets:
Target Description
clean clean the project
install-src expand project source files
deliverables compile and build JARs
distribution compile, build JARs and distribution
config display the project settings
The installer automatically performs install-src and assemble for each project upon installation.

Eclipse

The projects come with Eclipse project files. Run ant distribution on the project before opening the project with Eclipse. This generates all required source files.

Important: Make sure to set the environment by running the scripts setenv.bat on Windows or ./setenv.sh on Linux platforms.