openCRX SDK Installer
Download the Installer
View Documentation
openCRX Wiki
Common Installation Problems
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 (including source),
as well as DB scripts for HSQLDB, MySQL, PostgreSQL, MS SQL, IBM DB/2, and Oracle |
| apps |
contains the openCRX Store 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 |
| assemble |
build assemblies |
| config |
display the project settings |
The installer automatically performs install-src and assemble for each project upon installation, i.e. you will find a complete openCRX distribution in the directory <SDK_Install_Dir>\repository\distribution.
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.
Common Installation Problems
- installer fails with "too many open files" error
- the installer stalls (no progress)
if you are using Ant 1.7.1 or Ant 1.8.0 on Windows the SDK installer sometimes stalls for reasons unknown to us; use Ant 1.7.0 and chances are that the installer will run through just fine