Bug 63263 - dev-java/poi uses packed jars
Bug#: 63263 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: axxo@gentoo.org
Component: Ebuilds
URL: 
Summary: dev-java/poi uses packed jars
Keywords:  
Status Whiteboard: 
Opened: 2004-09-08 08:21 0000
Description:   Opened: 2004-09-08 08:21 0000
Following the new java policy, packages shouldn't rely on packed jars,
dependencies need to be added on our own packages and used.

------- Comment #1 From Mark Wolfe 2004-09-18 12:36:30 0000 -------
Created an attachment (id=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

------- Comment #2 From Mark Wolfe 2004-09-18 12:40:31 0000 -------
OOPs I have screwed the licence number listed in that ebuild just posted..
should be apache 1.1

sorry. 

------- Comment #3 From Mark Wolfe 2004-09-18 12:48:40 0000 -------
Created an attachment (id=39874) [details]
Newer version ebuild also updated to build against installed jars.

------- Comment #4 From Thomas Matthijs (RETIRED) 2004-09-19 01:32:38 0000 -------
fixy fix