We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building the monolithic repos (i.e. egov0coexistence, digit-bpa, egov-smartsuite-city) I get the following error message:
INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:20 min [INFO] Finished at: 2022-10-30T07:39:02+02:00 [INFO] Final Memory: 61M/291M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project egov-egi: Compilation failure: Compilation failure: [ERROR] error reading /home/shuller/.m2/repository/javaxt/javaxt-core/1.7.8/javaxt-core-1.7.8.jar; error in opening zip file [ERROR] error reading /home/xxxx/.m2/repository/javaxt/javaxt-core/1.7.8/javaxt-core-1.7.8.jar; error in opening zip file [ERROR] /home/xxxx/egovgithub/egov-coexistence/egov/egov-egi/src/main/java/org/egov/infra/utils/ImageUtils.java:[51,17] package javaxt.io does not exist.
JSPRESSO is not the official repo for javaxt. Instead, please consider using https://www.javaxt.com/maven
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When building the monolithic repos (i.e. egov0coexistence, digit-bpa, egov-smartsuite-city) I get the following error message:
INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:20 min
[INFO] Finished at: 2022-10-30T07:39:02+02:00
[INFO] Final Memory: 61M/291M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project egov-egi: Compilation failure: Compilation failure:
[ERROR] error reading /home/shuller/.m2/repository/javaxt/javaxt-core/1.7.8/javaxt-core-1.7.8.jar; error in opening zip file
[ERROR] error reading /home/xxxx/.m2/repository/javaxt/javaxt-core/1.7.8/javaxt-core-1.7.8.jar; error in opening zip file
[ERROR] /home/xxxx/egovgithub/egov-coexistence/egov/egov-egi/src/main/java/org/egov/infra/utils/ImageUtils.java:[51,17] package javaxt.io does not exist.
JSPRESSO is not the official repo for javaxt. Instead, please consider using https://www.javaxt.com/maven
The text was updated successfully, but these errors were encountered: