Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63263 - dev-java/poi uses packed jars
Summary: dev-java/poi uses packed jars
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 69972
  Show dependency tree
 
Reported: 2004-09-08 08:21 UTC by Thomas Matthijs (RETIRED)
Modified: 2004-11-03 13:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
small change that ensures poi uses installed packages to build against. (poi-2.0-r1.ebuild,1.50 KB, text/plain)
2004-09-18 12:36 UTC, Mark Wolfe
Details
Newer version ebuild also updated to build against installed jars. (poi-2.5-r1.ebuild,1.62 KB, text/plain)
2004-09-18 12:48 UTC, Mark Wolfe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Matthijs (RETIRED) gentoo-dev 2004-09-08 08:21:07 UTC
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 Mark Wolfe 2004-09-18 12:36:30 UTC
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
Comment 2 Mark Wolfe 2004-09-18 12:40:31 UTC
OOPs I have screwed the licence number listed in that ebuild just posted.. should be apache 1.1

sorry. 
Comment 3 Mark Wolfe 2004-09-18 12:48:40 UTC
Created attachment 39874 [details]
Newer version ebuild also updated to build against installed jars.
Comment 4 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-19 01:32:38 UTC
fixy fix