Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239839 - dev-java/portletapi could depend on something smaller than JetSpeed
Summary: dev-java/portletapi could depend on something smaller than JetSpeed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-05 05:27 UTC by Andrew Cowie
Modified: 2015-07-27 11:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cowie 2008-10-05 05:27:23 UTC
Apache JetSpeed, at 30MB, is a bit of a big download just to extract a set of API classes. Perhaps we should use something from the JSR 168 reference implementation at http://portals.apache.org/pluto/index.html

Cheers,

AfC
Comment 1 Ivan Baidakou (dmol) 2012-06-10 10:55:12 UTC
Apache pluto (v.1.0.1) doesn't bundles protlet api sources (JSR 168); the latest versions of pluto use maven to download portlet-api.jar
Comment 2 Patrice Clement gentoo-dev 2015-07-27 11:34:23 UTC
Fixed in version 2.0. We don't rely on Apache JetSpeed anymore here but on a jar containing only the required classes/files.

monsieurp@epsilon ~/gentoo-x86/dev-java/portletapi $ grep SRC_URI portletapi-2.0.ebuild
SRC_URI="http://mirrors.ibiblio.org/maven2/javax/portlet/${MY_PN}/${PV}/${MY_P}-sources.jar"
monsieurp@epsilon ~/gentoo-x86/dev-java/portletapi $ du -sh /usr/portage/distfiles/portlet-api-2.0-sources.jar
124K    /usr/portage/distfiles/portlet-api-2.0-sources.jar