Summary: | dev-java/poi uses packed jars | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Matthijs (RETIRED) <axxo> |
Component: | New packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mwolfe |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 69972 | ||
Attachments: |
small change that ensures poi uses installed packages to build against.
Newer version ebuild also updated to build against installed jars. |
Description
Thomas Matthijs (RETIRED)
![]() Created attachment 39873 [details]
small change that ensures poi uses installed packages to build against.
I have made an ebuild that uses installed jars to compile against
Those installed jars are built from source...
BUT this will break if we don't slot the packages it uses to compile.
I would recommend they be slotted to at least there major version number ie
commons-logging 1.0.1 slotted to commons-logging-1
TODO
We need to slot the following packages:
- junit 3.8.2
- commons-logging 1.0.1
- log4j 1.2.8
OOPs I have screwed the licence number listed in that ebuild just posted.. should be apache 1.1 sorry. Created attachment 39874 [details]
Newer version ebuild also updated to build against installed jars.
fixy fix |