openCRX SDK Installer
Note: on Windows the Installer assumes that you have 7-zip installed (available from http://www.7-zip.org/)
Download the Installer
View Documentation
openCRX Wiki
This installer creates an openCRX development environment.
The SDK contains the sources of the following openCRX projects:
| Project |
Description |
| core |
contains the openCRX Core models and functions,
and DB scripts for HSQLDB, MySQL, PostgreSQL, MS SQL, IBM DB/2, and Oracle |
| store |
contains the openCRX Store application |
| groupware |
contains the openCRX Groupware functions |
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 |
| assemble |
build assemblies |
| 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.