Building Opencms 9.5.x from the sources
(Difference between revisions)
(Checkout patched 9_0_1) |
m (moved Building opencms-core 9.0.1 from scratch to Building Opencms 9.0.1 from the sources: The page documents how to build opencms and modules, not just opencms-core) |
Revision as of 14:09, 25 September 2014
Note: this is work in progress
1. Checkout the sources of the 9_0_1 branch1:
git clone https://github.com/alkacon/opencms-core.git -b branch_9_0_x
2. Execute the gradle bindist task:
gradle bindist
Notes
Checking out the official tag build_9_0_1 results in gradle failing with the following message:
> Could not find property 'distribution' on configuration ':compile'.