Bug 154493 - dev-java/java-config-2.0.30 does not properly support --nocolor option
Bug#: 154493 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: lxnay@lxnaydesign.net
Component: Applications
URL: 
Summary: dev-java/java-config-2.0.30 does not properly support --nocolor option
Keywords:  InSVN
Status Whiteboard: 
Opened: 2006-11-08 11:23 0000
Description:   Opened: 2006-11-08 11:23 0000
In few words, it does not work :)

Thanks.

------- Comment #1 From Petteri Räty 2006-11-25 09:35:52 0000 -------
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 From Petteri Räty 2006-12-09 08:49:09 0000 -------
Created an attachment (id=103697) [details]
patch for java-config-2

Try this patch applied to /usr/bin/java-config-2

------- Comment #3 From Petteri Räty 2006-12-17 09:36:29 0000 -------
Fixed in 2.0.31. Thanks for reporting. Please reopen if you still have issues.