Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 315039

Summary: dev-java/java-config: make depend-java-query try current system vm before default build JDK's
Product: Gentoo Linux Reporter: Vlastimil Babka (Caster) (RETIRED) <caster>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 321767, 325885    

Description Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-04-13 19:29:54 UTC
Since it looks like most people don't read the docs and intuitively expect that system VM == build VM, we could make the system VM to be tried before the defaults installed with java-config. User-specified jdk.conf in /etc would still have higher priority, so that people who cared enough to set their details would be not surprised by the change.

So the order would be:
1) /etc/java-config-2/build/jdk.conf
2) current system vm
3) /usr/share/java-config-2/config/jdk-defaults.conf
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-04-20 20:32:02 UTC
Implemented in r8167.
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-04-28 19:45:33 UTC
Released in 2.1.11. We should update documentation though.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-06-27 21:22:52 UTC
Doc handled in bug 325885, closing.