Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154493 - dev-java/java-config-2.0.30 does not properly support --nocolor option
Summary: dev-java/java-config-2.0.30 does not properly support --nocolor option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-11-08 11:23 UTC by Fabio Erculiani
Modified: 2006-12-17 09:36 UTC (History)
0 users

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


Attachments
patch for java-config-2 (java-config-2-nocolor.patch,853 bytes, patch)
2006-12-09 08:49 UTC, Petteri Räty (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.