| Summary: | dev-java/commons-httpclient: version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ben Griffiths <bengoldcross> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ben Griffiths
2010-03-18 13:46:20 UTC
I've been trying to write some ebuilds for this and it's dependencies but a major hurdle appears to be mime4j (http://james.apache.org/mime4j/) which is built using maven. Any tips? (In reply to Ben Griffiths from comment #1) > I've been trying to write some ebuilds for this and it's dependencies but a > major hurdle appears to be mime4j (http://james.apache.org/mime4j/) which is > built using maven. Any tips? `mvn ant:ant` produces maven-build.xml which can be used as build.xml. No. commons-httpclient latest version is 3.1, which we already have packaged in the tree. http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient Don't be mistaken with httpcomponents-client also developed by the ASF. Latest version available in Portage is 4.3.1. |