Bug 1194110
| Summary: | build-classpath fails for some jars | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Component: | javapackages-tools | Assignee: | Mikolaj Izdebski <mizdebsk> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | java-sig-commits, mat.booth, mizdebsk, msimacek, msrb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-19 09:16:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 902086 | ||
|
Description
Zbigniew Jędrzejewski-Szmek
2015-02-19 03:34:17 UTC
This is intentional. xmvn-resolve is optional dependency of bulid-classpath - typically build-classpath is used with JAR names as arguments (for example: hppc), but if you want to use it with artifact coordinates then you need to install xmvn-resolve yourself. This is to reduce dependencies for common use cases. I've just documented this dependency upstream in manual pages: https://github.com/mizdebsk/javapackages/commit/979b7790 Thanks, we'll add the dependency. |