| Summary: | dev-java/hessian-3.0.8-r2: zip source error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Krzysztof Pawlik (RETIRED) <nelchael> |
| Component: | New packages | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Krzysztof Pawlik (RETIRED)
2006-07-23 04:31:17 UTC
That error doesn't really hurt anything actually. The source zip gets properly constructed. I took a look at java-pkg_dosrc, and managed to change it so the zip gets generated without giving an error. I had to change it from java-pkg_dosrc src/* to java-pkg_dosrc src/com Weird, but that fixed it. Thanks for reporting! It was cause by META-INF dir which contains no *.java files and java-pkg_dosrc tells zip to -i '*.java' so it really had nothing to do :) |