Eliott Bouvard created FINERACT-1179:
----------------------------------------
Summary: Docker build broken
Key: FINERACT-1179
URL: https://issues.apache.org/jira/browse/FINERACT-1179
Project: Apache Fineract
Issue Type: Improvement
Components: Build
Reporter: Eliott Bouvard
The building of the Dockerfile from develop is broken, stopping at step 7/14
with the following error :
{code:java}
java.io.FileNotFoundException: /fineract/build/libs/fineract-provider.jar (No
such file or directory)java.io.FileNotFoundException:
/fineract/build/libs/fineract-provider.jar (No such file or directory) at
java.base/java.io.FileInputStream.open0(Native Method) at
java.base/java.io.FileInputStream.open(FileInputStream.java:219) at
java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at
java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) at
jdk.jartool/sun.tools.jar.Main.run(Main.java:407) at
jdk.jartool/sun.tools.jar.Main.main(Main.java:1681)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)