This guide explains how to build openCRX 2.10 from the sources.
Make sure that you have the following software installed:
Prepare and build openMDX 2.10 as described in openMDX 2.10 for Ant Step-by-Step.
In a first step open a shell and cd to a directory where you have installed openMDX.
cd /tmp/dev ./setenv.sh
Get the openCRX sources from the GIT repository:
git clone ssh://<user>@git.code.sf.net/p/opencrx/opencrx2-git opencrx2
Then prepare the opt directory:
cd opencrx2 cd opt cp ../../openmdx2/distribution/*.tar.gz . tar xf openmdx-2.10.0-core.jre-1.6.tar.gz tar xf openmdx-2.10.0-portal.jre-1.6.tar.gz tar xf openmdx-2.10.0-security.jre-1.6.tar.gz cd ..
And then build the openCRX/Core.
ant all
In a first step open a shell and cd to a directory where you have installed openMDX.
cd \temp\dev setenv.bat
Get the openCRX sources from the GIT repository:
git clone ssh://<user>@git.code.sf.net/p/opencrx/opencrx2-git opencrx2
Then prepare the opt directory:
cd opencrx2 cd opt copy ..\..\openmdx2\distribution\*.zip . unzip openmdx-2.10.0-core.jre-1.6.zip unzip openmdx-2.10.0-portal.jre-1.6.zip unzip openmdx-2.10.0-security.jre-1.6.zip cd ..
And then build the openCRX/Core.
ant all
Congratulations! You have successfully built openCRX 2.10 from the sources.