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

Bug 154493

Summary: dev-java/java-config-2.0.30 does not properly support --nocolor option
Product: Gentoo Linux Reporter: Fabio Erculiani <lxnay>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: minor Keywords: InVCS
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for java-config-2

Description Fabio Erculiani 2006-11-08 11:23:35 UTC
In few words, it does not work :)

Thanks.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2006-11-25 09:35:52 UTC
It seems that the order matters

pena portage # java-config --nocolor -p xalan-2

!!! ERROR: Package xalan-2 was not found!
pena portage # java-config -p xalan-2 --nocolor

!!! ERROR: Package xalan-2 was not found!

The second one is colored and the first one is not. I think it shouldn't matter you give the --nocolor switch.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2006-12-09 08:49:09 UTC
Created attachment 103697 [details, diff]
patch for java-config-2

Try this patch applied to /usr/bin/java-config-2
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2006-12-17 09:36:29 UTC
Fixed in 2.0.31. Thanks for reporting. Please reopen if you still have issues.