Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272562 - dev-util/netbeans-6.7_rc1: Unneeded dependency on non-free jsr223 packet for java6 build.
Summary: dev-util/netbeans-6.7_rc1: Unneeded dependency on non-free jsr223 packet for ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 08:41 UTC by Mads Randstoft
Modified: 2010-05-02 13:48 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 Mads Randstoft 2009-06-04 08:41:54 UTC
The Java Scripting Framework (jsr223) is included in java6 (jdk1.6) and is no longer needed.
It should be configurable with the java6 useflag, to allow installation on system running java6 without the need to include deprecated packages.

Reproducible: Always
Comment 1 Miroslav Šulc gentoo-dev 2009-06-04 12:06:32 UTC
Removing this jar from netbeans source tree causes netbeans compilation to fail, so if we want to remove the jar, we need to place the same non-restricted jar in the place of the restricted one. I have no idea where to get the jar from existing gentoo packages so i could symlink it into netbeans source tree instead of the current one.

source tree path: libs.jsr223/external/jsr223-api.jar
merged tree path: platform10/modules/ext/script-api.jar
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2009-06-05 23:45:08 UTC
(In reply to comment #1)
> Removing this jar from netbeans source tree causes netbeans compilation to
> fail, so if we want to remove the jar, we need to place the same non-restricted
> jar in the place of the restricted one. 

You can create one from openjdk sources.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2010-05-02 13:48:41 UTC
jsr-1.0.0-r1 is now build from openjdk sources