openMDX SDK Installer
Get it from Downloads.
Note: on Windows the Installer assumes that you have 7-zip installed (available from http://www.7-zip.org/)
This installer creates an openMDX development environment.
The SDK contains the sources of the following openMDX projects:
| Project |
Description |
| core |
contains the openMDX Core |
| portal |
contains the openMDX Portal |
| security |
contains the openMDX Security extensions |
| tomcat |
contains the openMDX Tomcat extensions |
| websphere |
contains the openMDX WebSphere extensions |
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.