Building Opencms 9.5.x from the sources
(Difference between revisions)
(Add instructions for building alkacom-oamp) |
(Added link to patch) |
||
Line 29: | Line 29: | ||
> DOCTYPE is disallowed when the feature "<nowiki>http://apache.org/xml/features/disallow-doctype-decl</nowiki>" set to true. | > DOCTYPE is disallowed when the feature "<nowiki>http://apache.org/xml/features/disallow-doctype-decl</nowiki>" set to true. | ||
+ | |||
+ | I have written a pull-request to fix this bug: https://github.com/alkacon/alkacon-oamp/pull/30/files#diff-c197962302397baf3a4cc36463dce5ea |
Revision as of 14:51, 25 September 2014
Note: this is work in progress
Building opencms-core
1. Checkout the sources of the 9_0_x branch1:
git clone https://github.com/alkacon/opencms-core.git -b branch_9_0_x
2. Execute the gradle bindist task:
gradle bindist
Building alkacom-oamp
1. Checkout the sources of the 9_0_x branch
git clone https://github.com/alkacon/alkacon-oamp.git -b branch_9_0_x
2. Execute the gradle bindist task2:
Notes
1. Checking out the tagged build_9_0_1 and executing gradle fails with the following message:
> Could not find property 'distribution' on configuration ':compile'.
2. Currently, gradle fails with the following message:
> DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.
I have written a pull-request to fix this bug: https://github.com/alkacon/alkacon-oamp/pull/30/files#diff-c197962302397baf3a4cc36463dce5ea