Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191013 - [java-overlay] spring-2.0_rc4 has unnecessary USE flag java5
Summary: [java-overlay] spring-2.0_rc4 has unnecessary USE flag java5
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-01 22:58 UTC by Morten Cools
Modified: 2009-10-23 07:43 UTC (History)
1 user (show)

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


Attachments
removed java5 use flag from ebuild (spring-2.0_rc4.ebuild,1.18 KB, text/plain)
2007-09-09 13:54 UTC, Alexey Fansky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Cools 2007-09-01 22:58:20 UTC
The spring-2.0_rc4 package has the java5 USE flag, but it needs certain classes from java.lang.reflection, which are only available from Java 5. Without the USE flag set, the emerge fails.
Comment 1 Alexey Fansky 2007-09-06 08:34:01 UTC
(In reply to comment #0)
> The spring-2.0_rc4 package has the java5 USE flag, but it needs certain classes
> from java.lang.reflection, which are only available from Java 5. Without the
> USE flag set, the emerge fails.
> 

according to the documentation of spring2, Java 5 is required for the full build including all aspects

Java 1.4 is fine, but tou cannot use everything from spring-2.0("tiger" source directory requires Java 5)
Comment 2 Alexey Fansky 2007-09-09 13:54:06 UTC
Created attachment 130413 [details]
removed java5 use flag from ebuild

really, spring 2.0 cannot be compiled with java 1.4. So java5 use flag is unneccessary
Comment 3 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2009-10-23 07:43:10 UTC
Removed spring from java-experimental overlay. Note there seems to be newer work on spring-framework, also in java-exp.