Building Opencms 9.5.x from the sources
(Difference between revisions)
(Checkout code) |
(Checkout patched 9_0_1) |
||
Line 1: | Line 1: | ||
<small>Note: this is work in progress</small> | <small>Note: this is work in progress</small> | ||
− | 1. Checkout the sources of the | + | 1. Checkout the sources of the 9_0_1 branch<sup>1</sup>: |
− | <source lang="bash">git clone https://github.com/alkacon/opencms-core.git -b | + | <source lang="bash">git clone https://github.com/alkacon/opencms-core.git -b branch_9_0_x</source> |
− | 2. | + | 2. Execute the gradle <tt>bindist</tt> task: |
− | + | <source lang="bash">gradle bindist</source> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | > Could not find | + | === 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'. |
Revision as of 09:27, 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'.