Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Orion
-
Cycle Gap Sprint
-
Undetermined
Description
brXM 15 is not compilable on Windows locally.
- npm integrity issue on cms/api and channelmanager/ui
[INFO] npm ERR! code EINTEGRITY [INFO] npm ERR! sha512-dLiJbu9IRmA9rxy5d1dZnNmxyDFPN+QKmIWn2E8fkuwIuGVf6z3GvfPvkYQFIzr+Olwz6nSvJesh8wOrkqTsww== integrity checksum failed when using sha512: wanted sha512-dLiJbu9IRmA9rxy5d1dZnNmxyDFPN+QKmIWn2E8fkuwIuGVf6z3GvfPvkYQFIzr+Olwz6nSvJesh8wOrkqTsww== but got sha512-6wJM5EhiFefw7LX2BO9vR5xW3icfeHyqjSMtwwMW+O1T/WjsdyfCoXV/MtQ6OG38lav5zH9EA5GsRbn8KfqxNg==. (37893 bytes)
- line end issue in org.onehippo.cms.json.JsonTest and other unit tests
- in community/channelmanager/ui, tslint "file-header" "enforce-trailing-newline": true doesn't work
- in enterprise/wpm/frontend/project-management, "npm run lint" doesn't work due to linebreak differences (CRLF vs. LF)
- cannot build enterprise/replication/integration/tests nor similar enterprise/replication/integration/tests because of failing integration tests during normal build (mvn install)
- cannot build enterprise/targeting/state/elastic7 because it downloads a Windows-specific Elasticsearch for an integration test, which fails
The SaaS branch is compilable on Windows, so this should be fixable.