openam-jp / openam

Other
32 stars 15 forks source link

Issue #255 styles-admin.less fails to compile because codemirror.css cannot be found #256

Closed tsujiguchitky closed 2 years ago

tsujiguchitky commented 2 years ago

Analysis

forgerock-ui-external-libs has a process to download CodeMirror and install it in the Maven local repository. So the cause is that the downloaded file has changed.

Solution

forgerock-ui-external-libs installs the new CodeMirror archive as a new artifact on Maven. Then the build process of OpenAM will use the new artifacts.

Testing

I have confirmed that the OpenAM build is successful with openam-jp/forgerock-ui#18.

tsujiguchitky commented 2 years ago

255