leehaut opened a new issue, #6839:
URL: https://github.com/apache/hop/issues/6839
### Apache Hop version?
2.18.0-SNAPSHOT
### Java version?
jdk21
### Operating system
Windows
### What happened?
When building the project locally using Maven, the compilation fails due to
an issue with the `org.eclipse.tm4e.core-0.17.2.jar.` The error indicates that
the JAR file may be corrupted or incomplete.
maven command:
```shell
mvn -pl .\assemblies\client clean package -DskipTests -a
```
```txt
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile)
on project hop-ui-rcp: Compilation failure: Compilation failure:
[ERROR] error reading \hop\rcp\tm4e\target\org.eclipse.tm4e.core-0.17.2.jar;
zip END header not found
[ERROR]
/hop/rcp/app/src/main/java/org/apache/hop/ui/core/PrintSpool.java:[18,1] cannot
access org.apache.hop.ui.core
[ERROR] ZipException opening "org.eclipse.tm4e.core-0.17.2.jar": zip END
header not found
```
local git hash:
https://github.com/apache/hop/commit/92a8499797fb8d4128f673571b4256e1c71612d7
### Issue Priority
Priority: 3
### Issue Component
Component: Other
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]