This repository has been archived by the owner on May 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Run build.sh with errors #16
Comments
It looks like the cas-overlay-template used maven before. This is the old template. I tried changing this to |
I see the same problem. Is it repo maintaining? Last commit was one year ago. |
+1, also getting the |
In Dockerfile just add --branch 5.3 for git clone:
|
Thanks @mdamour1976, that worked :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed document to run "./build.sh 5.1.2", there is some errors and I don't know how to reslove them, so I just comment it in "Dockerfile". Error info are below:
`Step 12/18 : RUN chmod -R 750 cas-overlay/bin && chmod 750 cas-overlay/mvnw && chmod 750 cas-overlay/build.sh && chmod 750 /opt/jre-home/bin/java;
---> Running in a4e36a0a070d
chmod: cannot access 'cas-overlay/mvnw': No such file or directory
chmod: cannot access 'cas-overlay/build.sh': No such file or directory`
Also I comment the command "RUN ./mvnw clean package -T 10".
The text was updated successfully, but these errors were encountered: